Mercurial > repos > blastem
log util.c @ 1103:22e87b739ad6
age | author | description |
---|---|---|
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 |