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
2021-05-09
Allow Haiku build
Benjamin FRANCOIS
2021-02-20
Make KDEBUG functionality play nice with gdb remote debugging
Michael Pavone
2020-05-08
Fix handling of remote disconnects
Michael Pavone
2020-04-30
Fix non-Windows build break from Windows compat changes
Michael Pavone
2020-04-30
Get WIP net play code compiling on Windows and cleanup some unistd.h includes
Michael Pavone
2019-04-24
Allow config file to be saved with executable for "portable" setups
Michael Pavone
2019-04-23
Allow rom directory and rom name in screenshot path. Allow rom name in screen...
Michael Pavone
2019-03-31
Include ROM DB in library binary for libretro target
Mike Pavone
2019-03-20
Avoid printing a bunch of junk to stdout when GDB remote debugging is enabled...
Michael Pavone
2019-03-11
Minor cleanup
Michael Pavone
2019-01-22
Added some Makefile options to build a packaging friendly executable
Michael Pavone
2019-01-03
Moved fake virtual root stuff to get_dir_list from legacy menu so it can be u...
Michael Pavone
2019-01-03
Fix Windows implentation of get_config_dir() so config file gets saved to the...
Michael Pavone
2018-06-29
Fix some issues identified by cppcheck
Michael Pavone
2018-06-22
Fix some memory errors (mostly leaks) identified by valgrind
Michael Pavone
2018-05-02
Fix drag and drop when using Nuklear UI
Michael Pavone
2018-04-24
Scale UI font size based on window size and start basing widget sizes based o...
Michael Pavone
2018-03-25
Make sure config directory exists before trying to save config file
Michael Pavone
2018-03-06
Added support for TTC and dfont format true type fonts. More robust font sele...
Michael Pavone
2018-02-06
Fix const correctness for path_extension
Michael Pavone
2017-11-26
Filter file list in Nuklear UI
Michael Pavone
2017-11-26
Sort directory listing in Nuklear UI file browser
Michael Pavone
2017-08-23
Allow reloading current ROM with a hotkey (default F5) and allow locking on a...
Michael Pavone
2017-03-29
Allow games to be specified in ROM DB via sha1 instead of product ID. Added a...
Michael Pavone
2017-03-21
Make save directory configurable. Satisfies ticket:4
Michael Pavone
2017-03-21
Allow initial_path to contain variable references which allows the default va...
Michael Pavone
2017-03-04
Fix info_message/warning/error functions to deal with limitations of vsnprint...
Michael Pavone
2017-01-02
Detect system type from filename if header based methods fail. Allow overridi...
Michael Pavone
2017-01-02
Old uncommitted fix for Android build
Michael Pavone
2016-12-09
WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...
Michael Pavone
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
[next]