The continuing development of the legendary VBA gameboy advance emulator.
Go to file
skidau 4116a72ae7 Added rewind feature to GTK version. Patch by Juha Laukkanen.
There are two config params:

rewind_count_max => how many blocks are reserved maximum, higher value leads to greater memory usage naturally but longer rewind log
rewind_interval => default interval is 165ms and higher value leads to more inaccurate rewind but longer rewind log

Also fixes memtell() telling incorrect size because data is not flushed.
wxWidgets front end having too small buffer for rewinds resulting overflows.
2015-05-18 00:58:16 +00:00
CMakeScripts Updated the FindSFML cmake script to the SFML-2.2 version 2015-05-06 01:27:09 +00:00
data Added the Official No-Intro Nintendo Gameboy Advance Number (Date) file for the release numbering. 2015-05-16 07:48:02 +00:00
doc Updated copyright year 2015-05-08 01:44:13 +00:00
fex Fixed cmake to use find the proper xpm file in the xrc folder, also made the vbam core and fex library static to help with building on some platforms. 2015-05-10 22:54:19 +00:00
po Added CHT cheat format parsing and file import. 2015-05-18 00:23:30 +00:00
project Added AStyle 2.05.1 to the wx pre-build events and formatted the wx gui code. 2015-05-15 02:16:18 +00:00
src Added rewind feature to GTK version. Patch by Juha Laukkanen. 2015-05-18 00:58:16 +00:00
CMakeLists.txt Installed man pages on unix-ish platforms. Patch by Mook. 2015-05-18 00:28:34 +00:00