index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.c
Age
Commit message (
Expand
)
Author
2020-11-09
Add a UI button to reset config to defaults
Michael Pavone
2020-02-16
Set version reg and TAS behavior based on model config
Michael Pavone
2020-02-16
Added UI for selecting configured model
Michael Pavone
2019-04-24
Allow config file to be saved with executable for "portable" setups
Michael Pavone
2019-03-11
Minor cleanup
Michael Pavone
2019-01-22
Added some Makefile options to build a packaging friendly executable
Michael Pavone
2018-07-27
Allow selecting controller type when controllers have an SDL 2 mapping, but h...
Michael Pavone
2018-06-28
Fix a number of other memory errors (mostly leaks again) identified by valgrind
Michael Pavone
2018-03-30
More audio refactoring in preparation for allowing proper sync to video with ...
Michael Pavone
2018-03-25
Fix use after free in get_extension_list
Michael Pavone
2018-03-25
Make sure config directory exists before trying to save config file
Michael Pavone
2017-11-29
Added code to persist config back to a file
Michael Pavone
2017-11-26
Filter file list in Nuklear UI
Michael Pavone
2017-01-02
Detect system type from filename if header based methods fail. Allow overridi...
Michael Pavone
2015-11-09
Fix Android build breakage
Michael Pavone
2015-11-08
Make menu stuff work on Android (theoretically)
Michael Pavone
2015-11-06
Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone
2015-11-04
Load config file and rom.db from appropriate locations on Android
Michael Pavone
2015-07-27
Use binary mode for reading shaders and config files so we actually get the n...
Michael Pavone
2015-07-26
Merge
Michael Pavone
2015-07-26
Fix some memory issues
=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
2015-07-26
Fix mingw-w64 build and cross-compilation
=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-07-05
WIP changes to support reading cart memory map from ROM DB
Michael Pavone
2014-04-01
Make Windows port a little less half-assed
Michael Pavone
2014-04-01
Initial work on Windows port
Michael Pavone
2013-10-28
Extract function to determine executable directory from load_config so it can...
Mike Pavone
2013-10-28
Allow OpenGL support to be disabled at compile time. Move generic utility fun...
Mike Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-07-10
Read key bindings from config file
Mike Pavone
2013-07-10
Add config file parser and default config file
Mike Pavone