.. |
Makefile.am.inc
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
SConscript
|
More SDL1 cleanup.
|
2020-06-12 19:14:26 -04:00 |
cheat.cpp
|
Added a refresh list button to the active cheat list window to allow for the displayed list to be resync'd to the true active cheat list in case a new game ROM is loaded and new cheats are automatically loaded as a result.
|
2020-06-01 09:37:36 -04:00 |
cheat.h
|
Moved cheat window code to its own file. Created a cheat window class object to better manage multiple instances of the cheat window.
|
2020-05-12 20:14:11 -04:00 |
config.cpp
|
Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
|
2020-06-19 23:58:12 -04:00 |
config.h
|
Removed static hotkey string array from global header and added an accessor function.
|
2020-05-16 13:16:24 -04:00 |
debugger.cpp
|
Added uninitialized class members to constructor for debug window.
|
2020-06-14 19:55:36 -04:00 |
debugger.h
|
Initial framework for debugger window in work.
|
2020-05-23 22:37:31 -04:00 |
dface.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
glxwin.cpp
|
Bug fix for enable/disabling of glx double buffering. Single buffering allows for faster emulation rates, double buffering is not allowing faster than 60hz due to vsync.
|
2020-06-14 10:15:47 -04:00 |
glxwin.h
|
Bug fixes for GL linear filters and double buffering options.
|
2020-06-09 09:23:32 -04:00 |
gui.cpp
|
Bug fix for enable/disabling of glx double buffering. Single buffering allows for faster emulation rates, double buffering is not allowing faster than 60hz due to vsync.
|
2020-06-14 10:15:47 -04:00 |
gui.h
|
Bug fix for menu visibility toggle.
|
2020-06-13 12:51:57 -04:00 |
icon.xpm
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
input.cpp
|
Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
|
2020-06-19 23:58:12 -04:00 |
input.h
|
Bugfix for GUI hanging when gamepad config window is closed while waiting a button press.
|
2020-06-12 20:34:26 -04:00 |
keyscan.h
|
More SDL1 cleanup.
|
2020-06-12 19:40:46 -04:00 |
main.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
memview.cpp
|
Created separate debug menu for debugger and hex editor on main window.
|
2020-05-31 10:11:52 -04:00 |
memview.h
|
Added memory view window framework. Still TODO memory poke functionality.
|
2020-05-16 22:17:24 -04:00 |
ramwatch.cpp
|
Added a memory write boundary protection in the ram watch window to prevent users from writing into ROM memory area.
|
2020-05-23 16:28:43 -04:00 |
ramwatch.h
|
Moved RAM watch window logic to its own separate file.
|
2020-05-12 22:13:22 -04:00 |
sdl-icon.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
sdl-joystick.cpp
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
sdl-netplay.cpp
|
Bug fix for GUI initialization with a specified game on the command line. Sometimes the X-server needs a little more time to initialize the window. Added a short 0.1 sec usleep at startup to give X the time it needs. A few more cppcheck warning fixes made as well.
|
2020-05-23 15:08:03 -04:00 |
sdl-sound.cpp
|
More SDL1 cleanup.
|
2020-06-12 19:14:26 -04:00 |
sdl-throttle.cpp
|
Code cleanup, found that rendering of openGL graphics are limiting the max frame speed to 60 hz. Have not solution for it yet.
|
2020-06-13 20:07:01 -04:00 |
sdl-video.cpp
|
Bug fix for enable/disabling of glx double buffering. Single buffering allows for faster emulation rates, double buffering is not allowing faster than 60hz due to vsync.
|
2020-06-14 10:15:47 -04:00 |
sdl-video.h
|
Another bug fix for gamepad config loading at startup, the first fix was in the wrong place. Removed static video variable from header.
|
2020-05-16 11:13:24 -04:00 |
sdl.cpp
|
Added Lua window hooks to old sdl port that are now needed by core library. These functions do not do much on the old port and really only exist to resolve linker issues.
|
2020-07-20 19:36:22 -04:00 |
sdl.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
throttle.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
unix-netplay.cpp
|
Fixed compiler warning for unchecked fgets return value.
|
2020-06-20 00:39:44 -04:00 |
unix-netplay.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |