EmuCR Feeds
Email Us

EmuCR: SSNESSSNES v0.5 is released. SSNES is a simple frontend for the libsnes library. libsnes is the emulator core of bSNES, the most accurate SNES emulator to date, in library form. The libsnes API has been implemented by SNES9x as well, allowing multiple different cores to be used for an emulator that supports libsnes. This enables the possibility of custom front-ends for the emulator.

SSNES v0.5 Changelog:
- Fix "missing buttons" input handling. Previous versions seemed to handle certain key presses in GUI, but didn´t always in CLI. This should be fixed, if some buttons still don´t respond, please report.
Added a notifying message to GUI about this.
- Fix bug in XML cheat handling on Win32.
- Reworked aspect ratio calculations for windowed mode. If force_aspect is enabled, xscale and yscale are calculated with respect to the aspect ratio. If not, it will be calculated with respect to the native SNES base resolution 256x224.
- Added new frame counter uniforms to XML shader and Cg shader interfaces for dynamic shaders.
(XML: uniform int rubyFrameCount;, Cg: float IN.frame_count).
- Added Makefiles and libraries to Github for building with Win64.
- Added possibility of booting Super Gameboy/BSX/Sufami roms from GUI.
- Added possibility to crop overscanned SNES frames (256x239 and interlaced variants) to regular resolution.
- Added .bmp screenshot support.
- Introduced new external plugin APIs. SSNES can now utilize video, audio, input drivers written using an external API. Audio DSP plugins are also supported with an external API.
The header definitions can be found on Github.
- Update DSP API a bit. Supports configuration callback (mapped to a keybind) which can easily support a GUI-ified plugin.
- Purged all default joypad buttons and axes from default config. Should fix that weird "why does some random button do this?" D:
- Added preliminary support for lookup textures in XML shaders. So far non-standard, semantics need to be discussed further. It currently supports plain TGA without extra libs, but can support "everything" through imlib2 if compiled in.
- GUI now checks if ssnes.cfg and ssnes-phoenix.cfg can be found in directory it resides in. If so, use that config. Should support completely portable folders. Since the behavior has changed now somewhat, if you have problems with weird config behavior, please delete or move configs.
- Fixed an awkward bug in Win32, where configs wouldn´t always write to disk. (Relative paths are bad, mmkay?)
- Should fix some keys, notably tilde (SDLK_BACKQUOTE).
- Added an SSE3-optimized IIR filter as an example for DSP plugin.
- Fixed default config path in certain Linux distros where $XDG_CONFIG_HOME isn´t even defined (wtf?!?!).
- Fixed more bugs regarding config handling in GUI in general.
- Included ssnes.cfg and ssnes-phoenix.cfg (empty) in Win32 release. The setup is thus portable from the get-go!
- Added Cg build possibilities to Makefile.win32/64.


Download: SSNES v0.5 Win32bit
Source: Here

3 Comments:

  1. This is actually pretty good! I did not expect it to be this fast, either, considering it uses bsnes, which works like crap on my computer. :P

    ReplyDelete

Can't post a comment? Try This!