Stella SVN changelog:
r2355
Save console controllers and switches state in state files. This allows the debugger to work correctly when rewinding and interacting with these parts of the system.
r2356
Refactored the keycode handling through the GUI classes, making it more generic than SDL, but less generic than simply using int's for everything.
This will help once we start porting to SDL2, which has an updated keycode handling system. The plan is that the internal core keyboard stuff is now insulated from any further changes in SDL.
This also allows eventually adding support for CompuMate controller, which needs access to keycode names in a generic way.
r2357
Small performance improvement; only query Unicode values in GUI modes, otherwise turn it off (according to the SDL documentation, there's a small performance hit when it's turned on).
r2358
Updated OSX project files for StellaKeys class.
Download: Stella SVN r2358 32bit
Download: Stella SVN r2358 64bit
Source: Here
0 Comments
Post a Comment