summaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Collapse)Author
2016-07-30Use more appropriate paths for save directories and config files on Windows. ↵Michael Pavone
Got rid of what should be the last vestiges of hard-coded path separators
2016-07-19Fix bug in ensure_dir_exists that would cause it to fail when mixed path ↵Michael Pavone
separators were used
2016-05-04Fix OS X buildMichael Pavone
2016-05-01Removed assumptions that path separators are Unix style outside of Unix-only ↵Michael Pavone
verions of functions
2016-04-22FindFirstFile makes more sense for getting modification times of a path than ↵Michael Pavone
using CreateFile and GetFileTimes
2016-04-21Implement Windows versions of recently added functions in util.c and get the ↵Michael Pavone
Windows build working again
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
than next to the ROM (for SRAM/EEPROM) or in the current working directory (for save states)
2015-11-13Selecting a second game from the menu now worksMichael Pavone
2015-11-13It is now possible to switch back and forth between the menu ROM and the gameMichael Pavone
2015-11-09Send info/warning/fatal messages to logcat on AndroidMichael 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-26Pre-release cleanupMichael Pavone
2015-07-26MergeMichael Pavone
2015-07-26Fix mingw-w64 build and cross-compilation=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
2015-07-26Spawn a terminal for the debugger when needed if we are not already attached ↵Michael Pavone
to one
2015-07-25Use a new fatal_error function instead of calling fprintf and exit for fatal ↵Michael Pavone
errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows).
2015-07-18MergeMichael Pavone
2015-07-07Add support for reading cartridge memory map from ROM database, though ↵Michael Pavone
without EEPROM support for now
2015-06-28Fix sense of HAS_PROC checkMichael Pavone
2015-06-28Get "portable" builds working on Linux and add a build time check for ↵Michael Pavone
whether /proc exists
2015-05-28Merge windows branch with latest changesMichael Pavone
2014-06-17blastem builds and almost works on OS X nowMike Pavone
2014-04-01Make Windows port a little less half-assedMichael Pavone
2014-04-01Initial work on Windows portMichael Pavone
2014-02-18Properly null terminate string returned by readlink in util.cMichael Pavone
2013-10-28Extract function to determine executable directory from load_config so it ↵Mike Pavone
can be used elsewhere
2013-10-28Allow OpenGL support to be disabled at compile time. Move generic utility ↵Mike Pavone
functions out of config.c