
- SNES9X SHADERS INSTALL
- SNES9X SHADERS UPDATE
- SNES9X SHADERS DRIVER
- SNES9X SHADERS ARCHIVE
- SNES9X SHADERS SOFTWARE
Add support for libretro ".slang" shaders to OpenGL driver. Don't display Joypad 2 pressed keys if disabled. Changed APU clock to reflect nominal values for original hardware. Consistently handle interlacing when we skip frames. Refactored APU output code to buffer less on the client side. Only allow instant IRQ when toggling IRQ. Count clock cycles to synchronize SA1 with S-CPU properly.
SNES9X SHADERS ARCHIVE
This can be done by extracting an archive from to that directory, or by creating a temporary git repository in the extracted Snes9x source by running git init and using the above command. slang support will be disabled unless you download the submodule.
SNES9X SHADERS UPDATE
Git submodule update -init shaders/SPIRV-Cross slang support requires SPIRV-Cross, which is a git submodule of Snes9x.
SNES9X SHADERS INSTALL


SNES9X SHADERS DRIVER
The DirectSound driver has been glitch-prone for a while, so it has removed and replaced with a WaveOut driver. A large set of shaders can be downloaded from: These can currently only be used with OpenGL on the Windows and GTK versions. The largest change is a refactoring of the sound handling, which means sound should work better than before and consume less CPU time. Fixed sound output that broke with APU refactor. Startup background can be changed in nf. Add the view menu to right-click when SNES mouse isn't used. Allow one key to be bound to many controller buttons on the same controller. Fixed accumulation of partial pixel data on mouse motion when we update the Changed glFenceSync option to an OML_sync option that works better. Added icons to the entries to clear binding assignments.
SNES9X SHADERS SOFTWARE
Added option to use the software NTSC filter. Fixed deviation from proper libretro spec. Added ability to use Satellaview data in same directory as ROM. Added a hacks dialog to enable settings for older hacks to run. The automatic frame skip option no longer limits to 59.94Hz. Manager while in windowed or borderless windowed mode. Added a hidden option "DWMSync" that allows OpenGL to sync to the window Changed window flags to allow NVIDIA cards to auto-enable exclusive Fixed MSU1 track restarting on load state. Revert to measured APU clock speed instead of nominal speed. Optimized subscreen math with help from Dwedit. Save mipmap_input parameter with customized GLSL and slang shaders. Clamp MSU1 addition to max amplitude instead of wrapping. Reverted an IPL map optimization that misses a weird edge case that caused

Fixed NMI timing when toggling enable bit. Fixed subscreen blending with master brightness < 100%. Added screensaver prevention on joystick use. Switched to GTK's C++ interface, gtkmm3. Use a submodule for glslang, because it doesn't guarantee API stability. Added support for relative-style save slots Fixed sound volume resetting when sound reinitializes. Added menu entry to load oops files, and an option to confirm before Apply turbo mode volume when rewinding. Revert default SFX2 clock speed increase. Fixed an out-of-bound memory access in sound DSP. Rewritten based on newer, supported APIs. MichaelBuckley provided a brand new MacOS port that is completely Templates, significantly lowering compile time. Restructured tile.cpp tile renderer from heavy macros into C++
