summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
2016-07-31Added some hacky code to support a virtual root directory for selecting ↵Michael Pavone
drives on Windows
2016-05-12Slightly better handling of directory read errorsMichael Pavone
2016-05-04Allow navigating to the root directory on Unix-like systemsMichael Pavone
2016-05-02Handle failures to load save state from the menu more gracefullyMichael Pavone
2016-05-01Removed assumptions that path separators are Unix style outside of Unix-only ↵Michael Pavone
verions of functions
2016-04-21Implement Windows versions of recently added functions in util.c and get the ↵Michael Pavone
Windows build working again
2016-04-17Save State menu option is now fully functional. Load state sort of works, ↵Michael Pavone
but is mostly broken.
2016-04-16Get slot list displaying in "Save State" and "Load State" menu itemsMichael Pavone
2016-04-15Save state menu WIPMichael Pavone
2016-04-12Implement "Resume" button in pause menuMichael Pavone
2016-03-19Make Exit option in menu workMichael Pavone
2016-02-17Add strerror output to menu dir open failure messageMichael Pavone
2016-02-17Log errors opening directories in the menu codeMichael Pavone
2015-11-13Selecting a second game from the menu now worksMichael Pavone
2015-11-09SDL_AndroidGetExternalStoragePath did not do what I thought. Use JNI ↵Michael Pavone
directly to call Environment.getExternalStorageDirectory
2015-11-08Make menu stuff work on Android (theoretically)Michael Pavone
2015-11-08ROM is now run after being selected in menu. Initial path for menu is read ↵Michael Pavone
from config file.
2015-11-08Retrieve ROM filename from menu port writeMichael Pavone
2015-11-08Initial work for allowing loading a ROM from menuMichael Pavone
2015-11-06More efficient handling of going up one directory in menuMichael Pavone
2015-11-06Allow directory navigation in menu. Sort directory entriesMichael Pavone
2015-11-06Menu ROM now pulls real file names from the OS rather than using a fake listMichael Pavone