index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
menu.c
Age
Commit message (
Expand
)
Author
2016-07-31
Added some hacky code to support a virtual root directory for selecting drive...
Michael Pavone
2016-05-12
Slightly better handling of directory read errors
Michael Pavone
2016-05-04
Allow navigating to the root directory on Unix-like systems
Michael Pavone
2016-05-02
Handle failures to load save state from the menu more gracefully
Michael Pavone
2016-05-01
Removed assumptions that path separators are Unix style outside of Unix-only ...
Michael Pavone
2016-04-21
Implement Windows versions of recently added functions in util.c and get the ...
Michael Pavone
2016-04-17
Save State menu option is now fully functional. Load state sort of works, but...
Michael Pavone
2016-04-16
Get slot list displaying in "Save State" and "Load State" menu items
Michael Pavone
2016-04-15
Save state menu WIP
Michael Pavone
2016-04-12
Implement "Resume" button in pause menu
Michael Pavone
2016-03-19
Make Exit option in menu work
Michael Pavone
2016-02-17
Add strerror output to menu dir open failure message
Michael Pavone
2016-02-17
Log errors opening directories in the menu code
Michael Pavone
2015-11-13
Selecting a second game from the menu now works
Michael Pavone
2015-11-09
SDL_AndroidGetExternalStoragePath did not do what I thought. Use JNI directly...
Michael Pavone
2015-11-08
Make menu stuff work on Android (theoretically)
Michael Pavone
2015-11-08
ROM is now run after being selected in menu. Initial path for menu is read fr...
Michael Pavone
2015-11-08
Retrieve ROM filename from menu port write
Michael Pavone
2015-11-08
Initial work for allowing loading a ROM from menu
Michael Pavone
2015-11-06
More efficient handling of going up one directory in menu
Michael Pavone
2015-11-06
Allow directory navigation in menu. Sort directory entries
Michael Pavone
2015-11-06
Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone