Commit graph

2 commits

Author SHA1 Message Date
Daniel
82be50b3b9 "fixed" config saving on Windows
it's a pretty bad fix tho. instead of increasing the size of my
path buffers, I just removed the MAX_PATH check lol.
2018-06-29 22:54:05 -07:00
Daniel Prilik
245a8b4d97 basic persistent config
cross-platform support man. it's tricky.

I didn't want to include more libraries, but I really didn't want to
deal with cross-platform pathfinding, or coming up with a custom
config format.

I still had to slap together a janky solution for getting a folder's
absolute path across platforms, but it seems to get the job done...
2018-06-29 12:20:59 -07:00