aboutsummaryrefslogtreecommitdiff
path: root/src/melon_fopen.cpp
Commit message (Collapse)AuthorAge
* * move melon_fopen_local() to Platform.cppArisotura2019-03-27
| | | | | * make it require that the file already exist (hopefully fixing config saving bug) * finally axe melon_fopen.cpp
* move melon_fopen() to Platform.cppArisotura2019-03-27
| | | | melon_fopen_local() will need fixoring
* also, update copyright nameArisotura2019-01-22
|
* redesign main emu loop to use timestamps instead of being a trainwreckStapleButter2019-01-05
| | | | | | | | * cleaner code * faster in some cases * more accurate (on-demand compensation for timers and GPU) * less prone to desyncs * overall betterer
* re-blarg. linux doesn't take \ you idiotStapleButter2018-12-11
|
* blargStapleButter2018-12-11
|
* move config-file seeking code to its own thing.StapleButter2018-12-11
look also into the same directory as melonDS. make it the preferred place for storing melonDS.ini. rewrite WinMain() wrapper.