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
/
util.c
Age
Commit message (
Expand
)
Author
2016-07-30
Use more appropriate paths for save directories and config files on Windows. ...
Michael Pavone
2016-07-19
Fix bug in ensure_dir_exists that would cause it to fail when mixed path sepa...
Michael Pavone
2016-05-04
Fix OS X build
Michael Pavone
2016-05-01
Removed assumptions that path separators are Unix style outside of Unix-only ...
Michael Pavone
2016-04-22
FindFirstFile makes more sense for getting modification times of a path than ...
Michael Pavone
2016-04-21
Implement Windows versions of recently added functions in util.c and get the ...
Michael Pavone
2016-04-15
Save state menu WIP
Michael Pavone
2016-04-15
Switch to storing SRAM/EEPROM and save states in a per-game directory rather ...
Michael Pavone
2015-11-13
Selecting a second game from the menu now works
Michael Pavone
2015-11-13
It is now possible to switch back and forth between the menu ROM and the game
Michael Pavone
2015-11-09
Send info/warning/fatal messages to logcat on Android
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-07-26
Pre-release cleanup
Michael Pavone
2015-07-26
Merge
Michael Pavone
2015-07-26
Fix mingw-w64 build and cross-compilation
=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
2015-07-26
Spawn a terminal for the debugger when needed if we are not already attached ...
Michael Pavone
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-07-18
Merge
Michael Pavone
2015-07-07
Add support for reading cartridge memory map from ROM database, though withou...
Michael Pavone
2015-06-28
Fix sense of HAS_PROC check
Michael Pavone
2015-06-28
Get "portable" builds working on Linux and add a build time check for whether...
Michael Pavone
2015-05-28
Merge windows branch with latest changes
Michael Pavone
2014-06-17
blastem builds and almost works on OS X now
Mike Pavone
2014-04-01
Make Windows port a little less half-assed
Michael Pavone
2014-04-01
Initial work on Windows port
Michael Pavone
2014-02-18
Properly null terminate string returned by readlink in util.c
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