summaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Expand)Author
2021-02-20Make KDEBUG functionality play nice with gdb remote debuggingMichael Pavone
2020-04-30Get WIP net play code compiling on Windows and cleanup some unistd.h includesMichael Pavone
2019-04-24Allow config file to be saved with executable for "portable" setupsMichael Pavone
2019-03-20Avoid printing a bunch of junk to stdout when GDB remote debugging is enabled...Michael Pavone
2019-03-11Minor cleanupMichael Pavone
2018-05-02Fix drag and drop when using Nuklear UIMichael Pavone
2018-04-24Scale UI font size based on window size and start basing widget sizes based o...Michael Pavone
2018-03-25Make sure config directory exists before trying to save config fileMichael Pavone
2018-03-06Added support for TTC and dfont format true type fonts. More robust font sele...Michael Pavone
2018-02-06Fix const correctness for path_extensionMichael Pavone
2017-11-26Filter file list in Nuklear UIMichael Pavone
2017-11-26Sort directory listing in Nuklear UI file browserMichael Pavone
2017-08-23Allow reloading current ROM with a hotkey (default F5) and allow locking on a...Michael Pavone
2017-03-29Allow games to be specified in ROM DB via sha1 instead of product ID. Added a...Michael Pavone
2017-03-21Make save directory configurable. Satisfies ticket:4Michael Pavone
2017-03-21Allow initial_path to contain variable references which allows the default va...Michael Pavone
2017-01-02Detect system type from filename if header based methods fail. Allow overridi...Michael Pavone
2016-12-09WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...Michael Pavone
2016-05-01Removed assumptions that path separators are Unix style outside of Unix-only ...Michael Pavone
2016-04-15Save state menu WIPMichael Pavone
2016-04-15Switch to storing SRAM/EEPROM and save states in a per-game directory rather ...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-07-26Spawn a terminal for the debugger when needed if we are not already attached ...Michael Pavone
2015-07-25Use a new fatal_error function instead of calling fprintf and exit for fatal ...Michael Pavone
2015-07-07Add support for reading cartridge memory map from ROM database, though withou...Michael Pavone
2014-04-01Make Windows port a little less half-assedMichael 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