summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Expand)Author
2019-01-03Moved fake virtual root stuff to get_dir_list from legacy menu so it can be u...Michael Pavone
2018-02-07Fix unguarged windows.h includeMichael Pavone
2018-02-07Fix Windows build, added Windows default_font_path implementationMichael Pavone
2017-11-26Filter file list in Nuklear UIMichael Pavone
2017-11-26Sort directory listing in Nuklear UI file browserMichael Pavone
2017-11-25Fix directory navigation in ROM file chooser in Nuklear UIMichael Pavone
2017-11-24Refactored save slot related logic to reduce duplication and allow reuse in n...Michael Pavone
2017-11-21Moved initial path logic out of menu so it can be shared with new UIMichael Pavone
2017-08-23Allow reloading current ROM with a hotkey (default F5) and allow locking on a...Michael Pavone
2017-08-16Added a config file option for remembering the last path in the menuMichael Pavone
2017-08-16Added save states to SMS emulationMichael Pavone
2017-08-09New savestates are working. New config file option for selecting format state...Michael Pavone
2017-08-06WIP - New savestate formatMichael Pavone
2017-06-30Make drag and drop play nice with the menuMichael Pavone
2017-06-26Add smd extension to default extension filter. Make file extension check case...Michael Pavone
2017-06-24Add a file extension filter to the menuMichael Pavone
2017-04-21Fix a deficiency in the way types were handled in my ternary tree. Fixes in w...Michael Pavone
2017-03-21Don't leak a ternary tree when building the menu's initial pathMichael Pavone
2017-03-21Allow initial_path to contain variable references which allows the default va...Michael Pavone
2017-02-26Update Windows build to use mingw-w64 cross compiler rather than WineMichael Pavone
2016-12-19Mostly working changes to allow support for multiple emulated system types in...Michael Pavone
2016-12-09WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...Michael Pavone
2016-07-31Added some hacky code to support a virtual root directory for selecting drive...Michael Pavone
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
2016-04-21Implement Windows versions of recently added functions in util.c and get the ...Michael Pavone
2016-04-17Save State menu option is now fully functional. Load state sort of works, but...Michael Pavone
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 directly...Michael Pavone
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 fr...Michael Pavone
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