log menu.c @ 1103:22e87b739ad6

age author description
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