Commit Graph

41 Commits

Author SHA1 Message Date
86f2be7260 jit: add compile option 2020-06-16 11:54:03 +02:00
d13d625f73 jit: make everything configurable 2020-06-16 11:53:21 +02:00
d7b846619b add DSi-mode settings 2020-06-01 19:11:44 +02:00
920ff9778d blarg 2020-05-19 15:11:34 +02:00
17d30e91f0 actually hook this up 2020-05-17 04:37:44 +02:00
83f8e11bc1 update copyright years 2020-02-14 20:18:08 +01:00
711fda469e stop fast-forward hotkeys from getting lost every damn time 2019-06-12 01:39:12 +02:00
db396e992b welp.
progress
2019-05-21 22:28:46 +02:00
939a376389 add relevant config entries 2019-05-12 04:40:44 +02:00
60a728283e * remove EmuDirectory from the core
* rework OpenLocalFile(), make the code more elegant, also fixes #352
2019-03-27 13:54:33 +01:00
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
6d7e80b677 move melon_fopen() to Platform.cpp
melon_fopen_local() will need fixoring
2019-03-27 04:23:03 +01:00
5941d57236 extra safety for the case of an empty platform config file 2019-03-26 15:11:32 +01:00
4de4631c15 move platform specific config to platform specif ffile ayyyyyyyyyyygfghj;,gnxbf 2019-03-15 00:58:29 +01:00
f9822cdd44 save LAN settings 2019-02-21 03:06:37 +01:00
b0efde8bf7 also, update copyright name 2019-01-22 15:58:29 +01:00
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
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
7fb1c0518c Merge pull request #285 from abcdjdj/limit_fps
Add option to limit framerate from UI
2018-12-15 00:38:35 +01:00
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
5efb162302 actually save shit 2018-12-14 04:25:39 +01:00
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
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
78c767b693 Add option to limit framerate from UI
Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>
2018-11-21 11:11:02 +05:30
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
a4339daade oops! don't hardcode a 9 2018-10-27 13:51:40 +02:00
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
8b4ba2d8b9 separate SRAM setting coded, I guess 2018-10-24 00:24:36 +02:00
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
fea7955675 fixor copyright years. 2018-09-15 02:32:13 +02:00
aa3fc8be68 fix build under Windows
(fuck that shit)
2018-04-24 23:16:26 +02:00
52df6be5f8 Load bios, firmware and melonDS.ini from executable or ~/.config/melonds or AppData 2018-01-11 14:38:57 -08:00
e4f030149b add option to toggle filtering 2017-12-07 02:50:05 +01:00
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
69bc06402c change default keyboard mapping 2017-09-23 04:10:25 +02:00
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
9d2b36127d add threaded 3D option to the interface and config file. not functional yet. 2017-05-25 22:50:36 +02:00
f88226c99f remember window size.
fix extra shit.
2017-03-29 20:12:03 +02:00
55e75dab47 stop the Start button from getting lost every goddamn time 2017-03-25 16:41:12 +01:00
e6124c4776 start getting somewhere with that input config dialog 2017-03-25 05:04:15 +01:00
f237afeb66 aqezsfrdgthfyjgu 2017-03-23 17:27:33 +01:00