Arisotura
60a728283e
* remove EmuDirectory from the core
...
* rework OpenLocalFile(), make the code more elegant, also fixes #352
2019-03-27 13:54:33 +01:00
Arisotura
f08b87b41f
* move melon_fopen_local() to Platform.cpp
...
* make it require that the file already exist (hopefully fixing config saving bug)
* finally axe melon_fopen.cpp
2019-03-27 13:34:26 +01:00
Arisotura
6d7e80b677
move melon_fopen() to Platform.cpp
...
melon_fopen_local() will need fixoring
2019-03-27 04:23:03 +01:00
Arisotura
5941d57236
extra safety for the case of an empty platform config file
2019-03-26 15:11:32 +01:00
Arisotura
4de4631c15
move platform specific config to platform specif ffile ayyyyyyyyyyygfghj;,gnxbf
2019-03-15 00:58:29 +01:00
Arisotura
f9822cdd44
save LAN settings
2019-02-21 03:06:37 +01:00
Arisotura
b0efde8bf7
also, update copyright name
2019-01-22 15:58:29 +01:00
StapleButter
62704aee31
* make savestate SRAM reloc disabled by default (confusing behavior)
...
* add config entry for keeping track of whether the main window is maximized
2018-12-30 00:44:07 +01:00
StapleButter
59c715475d
fix oversight regarding hotkey joystick buttons. also prevent triggering the lid command a billion times in a row with a joystick button.
2018-12-16 14:41:46 +01:00
StapleButter
7fb1c0518c
Merge pull request #285 from abcdjdj/limit_fps
...
Add option to limit framerate from UI
2018-12-15 00:38:35 +01:00
StapleButter
2077642a92
libui/GTK: remember directory in which the latest loaded ROM was, point file picker to it. behavior under Windows will likely stay unchanged as the Windows file picker already does that.
2018-12-14 22:03:34 +01:00
StapleButter
5efb162302
actually save shit
2018-12-14 04:25:39 +01:00
StapleButter
ff1e21733d
add hotkey config values.
...
duplicate DlgInputConfig so that it can also do hotkey config.
also prevent from opening those config dialogs a billion times.
2018-12-14 03:32:40 +01:00
StapleButter
40f3f91368
move config-file seeking code to its own thing.
...
look also into the same directory as melonDS. make it the preferred place for storing melonDS.ini.
rewrite WinMain() wrapper.
2018-12-11 21:34:05 +01:00
Madhav Kanbur
78c767b693
Add option to limit framerate from UI
...
Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>
2018-11-21 11:11:02 +05:30
StapleButter
658856b256
fix implementation of CoTaskMemRealloc, as it can decide to move the buffer elsewhere, we have to account for that
2018-10-27 14:44:39 +02:00
StapleButter
a4339daade
oops! don't hardcode a 9
2018-10-27 13:51:40 +02:00
StapleButter
f4890137c0
fix configfile loading under Windows, for when it checks AppData
...
by making it actually, you know, build the complete file path
hopefully that fixes that crash bug, but I couldn't reproduce it after touching the code some. heisenbugs are lots of fun
2018-10-27 13:50:29 +02:00
StapleButter
8b4ba2d8b9
separate SRAM setting coded, I guess
2018-10-24 00:24:36 +02:00
StapleButter
c9a7a0d744
* start coding UI shito for savestates
...
* change default mapping for L button to the key right next to Shift because we're gonna derp around with it
* still some shito to fix, but hang on, we're getting there
2018-10-23 19:57:01 +02:00
StapleButter
fea7955675
fixor copyright years.
2018-09-15 02:32:13 +02:00
StapleButter
aa3fc8be68
fix build under Windows
...
(fuck that shit)
2018-04-24 23:16:26 +02:00
Zion Nimchuk
52df6be5f8
Load bios, firmware and melonDS.ini from executable or ~/.config/melonds or AppData
2018-01-11 14:38:57 -08:00
StapleButter
e4f030149b
add option to toggle filtering
2017-12-07 02:50:05 +01:00
StapleButter
85c375cce7
* remember screen rotation/gap/etc settings
...
* fix menu cleanup to take submenus into account properly, so it doesn't crash when exiting
2017-11-23 21:02:24 +01:00
StapleButter
69bc06402c
change default keyboard mapping
2017-09-23 04:10:25 +02:00
StapleButter
08bdef481f
add setting for whether to bind the wifi socket to any address or to loopback only
2017-07-16 00:57:26 +02:00
StapleButter
9d2b36127d
add threaded 3D option to the interface and config file. not functional yet.
2017-05-25 22:50:36 +02:00
StapleButter
f88226c99f
remember window size.
...
fix extra shit.
2017-03-29 20:12:03 +02:00
StapleButter
55e75dab47
stop the Start button from getting lost every goddamn time
2017-03-25 16:41:12 +01:00
StapleButter
e6124c4776
start getting somewhere with that input config dialog
2017-03-25 05:04:15 +01:00
StapleButter
f237afeb66
aqezsfrdgthfyjgu
2017-03-23 17:27:33 +01:00