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 (
Collapse
)
Author
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 ↵
Michael Pavone
directly to call Environment.getExternalStorageDirectory
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 ↵
Michael Pavone
from config file.
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