summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2020-11-09Add a UI button to reset config to defaultsMichael Pavone
2020-02-16Set version reg and TAS behavior based on model configMichael Pavone
2020-02-16Added UI for selecting configured modelMichael Pavone
2019-04-24Allow config file to be saved with executable for "portable" setupsMichael Pavone
2019-03-11Minor cleanupMichael Pavone
2019-01-22Added some Makefile options to build a packaging friendly executableMichael Pavone
2018-07-27Allow selecting controller type when controllers have an SDL 2 mapping, but h...Michael Pavone
2018-06-28Fix a number of other memory errors (mostly leaks again) identified by valgrindMichael Pavone
2018-03-30More audio refactoring in preparation for allowing proper sync to video with ...Michael Pavone
2018-03-25Fix use after free in get_extension_listMichael Pavone
2018-03-25Make sure config directory exists before trying to save config fileMichael Pavone
2017-11-29Added code to persist config back to a fileMichael Pavone
2017-11-26Filter file list in Nuklear UIMichael Pavone
2017-01-02Detect system type from filename if header based methods fail. Allow overridi...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-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 n...Michael Pavone
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
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 can...Mike Pavone
2013-10-28Allow OpenGL support to be disabled at compile time. Move generic utility fun...Mike Pavone
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