Releases: niuus/Snes9xRX
Releases · niuus/Snes9xRX
v3.5.0 - 20190202
- Add Interpolation option and add Gamemenu Audio. [bladeoner]
This adds the following:
- A new "Audio" menu inside "Game". Now you can choose between:
Gaussian Interpolation (Accurate), Linear, or None.
- Restore GUI sounds and BG music.
- Add ability to externally load fonts and activate Japanese/Korean. [Tantric]
Put the jp.ttf and ko.ttf inside the Apps > Snes9xRX folder.
You can download them from the Snes9X RX GitHub "hbc" folder. - Add support to load external background music. [Tantric]
Put your bg_music.ogg inside the Apps > Snes9xRX folder.
v3.4.0 - 20190201
- Quick and dirty attempt to prevent reading and writing
from/to the same audio buffer. [Tantric] - Avoid using file stat when possible. It's slow. [Tantric]
- Fixed black screen: Tengai Makyou Zero. [bladeoner]
v3.3.0 - 20190128
- Remove two asserts in SPC.
- Rewritten audio code. WIP. [Tantric]
- Add logic to update the playback rate dynamically. [Tantric]
v3.2.0 - 20190126
- We only use the HermiteResampler. [Tantric]
- SwitchAudioMode update.
- Update hermite resampler to support dynamic rate control.
Fixes audio blips. Remove some asserts in APU. [Tantric]
v3.1.0 - 20190124
- Kirby Super Star intro fix (thanks, bladeoner!)
- Reorder init to init snes9x memory earlier so it goes into MEM1 [Tantric]
- Mute sound when in turbo mode, otherwise the APU buffer can get messed up [Tantric]
- Fix sound crackling [Tantric]
- Change audio playback to 48khz. this should fix the tinny sound problem [Tantric]
- Try to improve audio sync & reduce sound input rate slightly [Tantric]
- Disable sound sync (if enabled) when using turbo mode.
Fixes sound cutting off when using turbo. [Tantric] - Also break out of S9xMainLoop in original location [bearoso]
- Invoke Menu with Start+A+B+Z, special for NES-SNES to GCN adapters
v3.0.0 - 20190108
- Gamecube Virtual Memory implementation. [emukidid]
Adds ARAM usage via the TLB. - Add toggle to enable/disable virtual memory info.
- Miscellaneous fixes.
v2.9.0 - 20190107
- Port option to not append "Auto" from vbagx. [libertyernie]
- Correct the default aspect ratio if the Wii has 16:9 set up. [Tantric]
v2.8.0 - 20190106
- Credits crash fix and minor update.
- Removed ImageFolder from GCSettings because it can always be retrieved from GCSettings.PreviewImage, added function to get its value. [cebolleto]
- Changing image preview with plus button. [cebolleto]
v2.7.0 - Equinox Edition
- Remove GUI Sounds and BG Music. A bit more resources available now. [bladeoner]
- Change settings.xml to settingsRX.xml [bladeoner]
- Remove rumble in GUI function. [bladeoner]
- Rollback scanline filter fix. Makes it crash when loading a ROM on the GCN port.
- Backport fix GC build with scanline filter. [Tantric/bladeoner]
- Forgotten cleanup for remove rumble function. [bladeoner]
v2.6.0 - End of the year Edition
- Settings saving fix. (thanks, Askot!)
- New video filters / Fix for HQ2X-Scanlines change. [Tantric]
- Minor menu optimizations. [Tantric]
- Rollback graphic fix that broke StarFox graphics.