Fri, 09 Dec 2016 09:48:48 -0800 |
Michael Pavone |
WIP split of ROM loading/argument parsing from Genesis emulation code. Compiles and doesn't crash, but nothing works. Still a few too many globals as well.
|
Sat, 30 Jul 2016 23:36:02 -0700 |
Michael Pavone |
Use more appropriate paths for save directories and config files on Windows. Got rid of what should be the last vestiges of hard-coded path separators
|
Tue, 19 Jul 2016 21:57:23 -0700 |
Michael Pavone |
Fix bug in ensure_dir_exists that would cause it to fail when mixed path separators were used
|
Wed, 04 May 2016 00:50:20 -0700 |
Michael Pavone |
Fix OS X build
v0.4.0
|
Sun, 01 May 2016 21:39:43 -0700 |
Michael Pavone |
Removed assumptions that path separators are Unix style outside of Unix-only verions of functions
|
Fri, 22 Apr 2016 19:18:15 -0700 |
Michael Pavone |
FindFirstFile makes more sense for getting modification times of a path than using CreateFile and GetFileTimes
|
Thu, 21 Apr 2016 23:46:33 -0700 |
Michael Pavone |
Implement Windows versions of recently added functions in util.c and get the Windows build working again
|
Fri, 15 Apr 2016 23:57:50 -0700 |
Michael Pavone |
Save state menu WIP
|
Fri, 15 Apr 2016 18:29:39 -0700 |
Michael Pavone |
Switch to storing SRAM/EEPROM and save states in a per-game directory rather than next to the ROM (for SRAM/EEPROM) or in the current working directory (for save states)
|
Fri, 13 Nov 2015 22:56:59 -0800 |
Michael Pavone |
Selecting a second game from the menu now works
|
Fri, 13 Nov 2015 19:15:37 -0800 |
Michael Pavone |
It is now possible to switch back and forth between the menu ROM and the game
|
Mon, 09 Nov 2015 21:26:25 -0800 |
Michael Pavone |
Send info/warning/fatal messages to logcat on Android
|
Mon, 09 Nov 2015 20:55:17 -0800 |
Michael Pavone |
Fix Android build breakage
|
Sun, 08 Nov 2015 22:03:34 -0800 |
Michael Pavone |
Make menu stuff work on Android (theoretically)
|