Mon, 19 Dec 2016 13:28:18 -0800 |
Michael Pavone |
Mostly working changes to allow support for multiple emulated system types in main blastem program
|
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.
|
Sun, 31 Jul 2016 15:20:00 -0700 |
Michael Pavone |
Added some hacky code to support a virtual root directory for selecting drives on Windows
|
Thu, 12 May 2016 19:26:58 -0700 |
Michael Pavone |
Slightly better handling of directory read errors
|
Wed, 04 May 2016 22:11:48 -0700 |
Michael Pavone |
Allow navigating to the root directory on Unix-like systems
|
Mon, 02 May 2016 18:29:29 -0700 |
Michael Pavone |
Handle failures to load save state from the menu more gracefully
|
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
|
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
|
Sun, 17 Apr 2016 23:50:41 -0700 |
Michael Pavone |
Save State menu option is now fully functional. Load state sort of works, but is mostly broken.
|
Sat, 16 Apr 2016 13:07:03 -0700 |
Michael Pavone |
Get slot list displaying in "Save State" and "Load State" menu items
|
Fri, 15 Apr 2016 23:57:50 -0700 |
Michael Pavone |
Save state menu WIP
|
Tue, 12 Apr 2016 22:50:31 -0700 |
Michael Pavone |
Implement "Resume" button in pause menu
|
Sat, 19 Mar 2016 17:53:50 -0700 |
Michael Pavone |
Make Exit option in menu work
|
Wed, 17 Feb 2016 22:58:07 -0800 |
Michael Pavone |
Add strerror output to menu dir open failure message
|
Wed, 17 Feb 2016 22:42:18 -0800 |
Michael Pavone |
Log errors opening directories in the menu code
|
Fri, 13 Nov 2015 22:56:59 -0800 |
Michael Pavone |
Selecting a second game from the menu now works
|
Mon, 09 Nov 2015 22:34:36 -0800 |
Michael Pavone |
SDL_AndroidGetExternalStoragePath did not do what I thought. Use JNI directly to call Environment.getExternalStorageDirectory
|
Sun, 08 Nov 2015 22:03:34 -0800 |
Michael Pavone |
Make menu stuff work on Android (theoretically)
|
Sun, 08 Nov 2015 18:38:33 -0800 |
Michael Pavone |
ROM is now run after being selected in menu. Initial path for menu is read from config file.
|
Sun, 08 Nov 2015 15:58:36 -0800 |
Michael Pavone |
Retrieve ROM filename from menu port write
|
Sun, 08 Nov 2015 15:51:57 -0800 |
Michael Pavone |
Initial work for allowing loading a ROM from menu
|
Fri, 06 Nov 2015 18:07:40 -0800 |
Michael Pavone |
More efficient handling of going up one directory in menu
|
Fri, 06 Nov 2015 14:17:41 -0800 |
Michael Pavone |
Allow directory navigation in menu. Sort directory entries
|
Fri, 06 Nov 2015 12:19:39 -0800 |
Michael Pavone |
Menu ROM now pulls real file names from the OS rather than using a fake list
|