summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Collapse)Author
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-11-04Load config file and rom.db from appropriate locations on AndroidMichael Pavone
2015-07-27Use binary mode for reading shaders and config files so we actually get the ↵Michael Pavone
number of bytes we expect
2015-07-26MergeMichael Pavone
2015-07-26Fix some memory issues=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
2015-07-26Fix mingw-w64 build and cross-compilation=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
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-05WIP changes to support reading cart memory map from ROM DBMichael Pavone
2014-04-01Make Windows port a little less half-assedMichael Pavone
2014-04-01Initial work on Windows portMichael 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
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-07-10Read key bindings from config fileMike Pavone
2013-07-10Add config file parser and default config fileMike Pavone