log util.c @ 1445:349d50930c03

age author description
Wed, 23 Aug 2017 21:18:17 -0700 Michael Pavone Allow reloading current ROM with a hotkey (default F5) and allow locking on a cartridge via menu
Wed, 29 Mar 2017 00:29:44 -0700 Michael Pavone Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Tue, 21 Mar 2017 21:40:47 -0700 Michael Pavone Make save directory configurable. Satisfies ticket:4
Tue, 21 Mar 2017 00:40:25 -0700 Michael Pavone Allow initial_path to contain variable references which allows the default value to be actually specified in the default config file
Sat, 04 Mar 2017 19:02:53 -0800 Michael Pavone Fix info_message/warning/error functions to deal with limitations of vsnprintf on Windows
Mon, 02 Jan 2017 21:46:26 -0800 Michael Pavone Detect system type from filename if header based methods fail. Allow overriding system type from command line.
Mon, 02 Jan 2017 16:33:03 -0800 Michael Pavone Old uncommitted fix for Android build
Fri, 09 Dec 2016 09:48:48 -0800 Michael Pavone WIP split of ROM loading/argument parsing from Genesis emulation code. Compiles and doesn't crash, but nothing works. Still a few too many globals as well.
Sat, 30 Jul 2016 23:36:02 -0700 Michael Pavone Use more appropriate paths for save directories and config files on Windows. Got rid of what should be the last vestiges of hard-coded path separators
Tue, 19 Jul 2016 21:57:23 -0700 Michael Pavone Fix bug in ensure_dir_exists that would cause it to fail when mixed path separators were used
Wed, 04 May 2016 00:50:20 -0700 Michael Pavone Fix OS X build v0.4.0
Sun, 01 May 2016 21:39:43 -0700 Michael Pavone Removed assumptions that path separators are Unix style outside of Unix-only verions of functions
Fri, 22 Apr 2016 19:18:15 -0700 Michael Pavone FindFirstFile makes more sense for getting modification times of a path than using CreateFile and GetFileTimes
Thu, 21 Apr 2016 23:46:33 -0700 Michael Pavone Implement Windows versions of recently added functions in util.c and get the Windows build working again
Fri, 15 Apr 2016 23:57:50 -0700 Michael Pavone Save state menu WIP