Skip to content

Releases: niuus/Snes9xRX

v3.5.0 - 20190202

02 Feb 00:40
8c0f8db
Compare
Choose a tag to compare
  • 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

01 Feb 06:32
ce98798
Compare
Choose a tag to compare
  • 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

28 Jan 10:51
3ecf7fd
Compare
Choose a tag to compare
  • Remove two asserts in SPC.
  • Rewritten audio code. WIP. [Tantric]
  • Add logic to update the playback rate dynamically. [Tantric]

v3.2.0 - 20190126

27 Jan 01:57
d1307be
Compare
Choose a tag to compare
  • 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

24 Jan 23:04
3436ea0
Compare
Choose a tag to compare
  • 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

09 Jan 01:14
4f5336b
Compare
Choose a tag to compare
  • 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

08 Jan 04:17
6cc5b98
Compare
Choose a tag to compare
  • 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

06 Jan 23:25
aea3491
Compare
Choose a tag to compare
  • 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

03 Jan 14:10
f282f9d
Compare
Choose a tag to compare
  • 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

28 Dec 16:12
f276bcc
Compare
Choose a tag to compare
  • 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.