summaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Collapse)Author
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