summaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Expand)Author
2016-05-01Removed assumptions that path separators are Unix style outside of Unix-only ...Michael Pavone
2016-04-15Save state menu WIPMichael Pavone
2016-04-15Switch to storing SRAM/EEPROM and save states in a per-game directory rather ...Michael Pavone
2015-11-09Fix Android build breakageMichael Pavone
2015-11-08Make menu stuff work on Android (theoretically)Michael Pavone
2015-11-06Menu ROM now pulls real file names from the OS rather than using a fake listMichael Pavone
2015-07-26Spawn a terminal for the debugger when needed if we are not already attached ...Michael Pavone
2015-07-25Use a new fatal_error function instead of calling fprintf and exit for fatal ...Michael Pavone
2015-07-07Add support for reading cartridge memory map from ROM database, though withou...Michael Pavone
2014-04-01Make Windows port a little less half-assedMichael Pavone
2013-10-28Extract function to determine executable directory from load_config so it can...Mike Pavone
2013-10-28Allow OpenGL support to be disabled at compile time. Move generic utility fun...Mike Pavone