New Features:
- GamePad: FNA_GAMEPAD_NUM_GAMEPADS provides control over the number of controllers supported by FNA.
Fixes:
- XACT: When the max Cue instance count is reached, Cues that are less than 80ms old (~5 frames in a 60Hz game) are prioritized over new Cues. This prevents excessive duplicate sounds being played within frame-by-frame intervals.