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