Commit graph

1337 commits

Author SHA1 Message Date
Rosalie Wanders
1e0a50a0b3 RMG-Core: implement Video functions 2021-11-04 12:48:47 +01:00
Rosalie Wanders
92ea40c7f6 RMG-Core: implement Rom functions 2021-11-03 14:30:57 +01:00
Rosalie Wanders
b590285ce8 3rdParty: update GLideN64 & mupen64plus-core 2021-10-31 13:56:00 +01:00
Rosalie Wanders
f440c11b26 RMG: fix some error messages 2021-10-31 14:29:59 +01:00
Rosalie Wanders
cb6ec35b11 RMG: use RMG-Core's Emulation functions 2021-10-31 14:27:55 +01:00
Rosalie Wanders
bb0b358f9e RMG-Core: remove unneeded include in Plugins.cpp 2021-10-31 14:26:52 +01:00
Rosalie Wanders
8da210f362 RMG-Core: implement some Emulation functions 2021-10-31 14:26:29 +01:00
Rosalie Wanders
31b0c4fabb RMG-Core: add extern "C" to m64p_custom.h 2021-10-31 14:01:01 +01:00
Rosalie Wanders
04f13302bd README: add Building section 2021-10-28 19:24:07 +02:00
Rosalie Wanders
07ce66ee38 misc: add license header to stylesheet 2021-10-28 19:09:41 +02:00
Rosalie Wanders
da89bd8df2 misc: remove .clang-format & TODO 2021-10-28 19:06:23 +02:00
Rosalie Wanders
e32f3af6ac RMG-Core: remove NULL usage in SaveState functions 2021-10-28 19:04:31 +02:00
Rosalie Wanders
2a8c8dfd45 RMG: use different hardcoded core lib filename (will be removed) 2021-10-28 13:21:37 +02:00
Rosalie Wanders
7ad2c6003f RMG-Core: find core lib instead of hardcoding it 2021-10-28 13:21:08 +02:00
Rosalie Wanders
38afdababe 3rdParty: specify TARGET for mupen64plus-core 2021-10-28 13:20:44 +02:00
Rosalie Wanders
24cc7a1bc2 RMG-Core: minor changes to Plugin functions 2021-10-28 08:22:28 +02:00
Rosalie Wanders
6a6104bc3f RMG-Core: add CoreArePluginsReady 2021-10-28 08:22:10 +02:00
Rosalie Wanders
89f10cda5d RMG: shutdown core on in closeEvent 2021-10-28 08:21:43 +02:00
Rosalie Wanders
a30bff567b RMG: show invalid plugin settings in SettingsDialog 2021-10-28 08:21:21 +02:00
Rosalie Wanders
d919b5b594 RMG-Core: use string() function in CoreGetAllPlugins 2021-10-27 18:53:17 +02:00
Rosalie Wanders
080cfe2249 RMG: remove some misc functions from M64P::Wrapper::Core 2021-10-27 18:41:51 +02:00
Rosalie Wanders
97d85541ed RMG: use RMG-Core's plugin functions 2021-10-27 18:32:42 +02:00
Rosalie Wanders
40c40c5c4e RMG-Core: implement Plugin functions 2021-10-27 18:26:30 +02:00
Rosalie Wanders
a8102003ca RMG-Core: fix errors in SaveState.cpp 2021-10-27 13:58:40 +02:00
Rosalie Wanders
26680ec3f7 RMG: use RMG-Core's SaveState functions 2021-10-27 13:58:40 +02:00
Rosalie Wanders
87aef372e7 RMG-Core: implement SaveState functions 2021-10-27 13:58:40 +02:00
Rosalie Wanders
8293dd0eca RMG-Core: include <string> instead of <iostream> 2021-10-27 13:58:40 +02:00
Rosalie Wanders
8112e472ee RMG: switch over to RMG-Core's CoreSettings 2021-10-27 13:58:40 +02:00
Rosalie Wanders
68290695e3 RMG-Core: implement CoreSettings functions 2021-10-27 13:58:40 +02:00
Rosalie Wanders
238fe03c52 RMG-Core: minor WIP changes 2021-10-27 13:58:40 +02:00
Rosalie Wanders
1248cbd9f7 Introduce RMG-Core 2021-10-27 13:58:40 +02:00
Rosalie Wanders
6d4dfe64d5 RMG: implement on_VidExt_ToggleFS 2021-10-27 13:24:43 +02:00
Rosalie Wanders
bc912d649e RomSearcherThread: simplify ROM searching 2021-10-23 15:04:56 +02:00
Rosalie Wanders
7edd3a82ab RomBrowserWidget: show filename instead of "(unknown rom)" 2021-10-23 15:04:38 +02:00
Rosalie Wanders
57b7811a7b RMG: shutdown plugins on exit 2021-10-20 13:40:21 +02:00
Rosalie Wanders
e16d43a4d8 RMG: rename old RomBrowser settings 2021-10-18 21:07:15 +02:00
Rosalie Wanders
f145b5a69c Core: fix rom_Unzip 2021-10-18 20:32:12 +02:00
Rosalie Wanders
e91e762202 RMG: add zip file support 2021-10-17 19:02:50 +02:00
Rosalie Wanders
4f8ede0b5e RMG: allow adding ROM filename as argument 2021-10-17 16:37:18 +02:00
Rosalie Wanders
b79a9cdaa1 RomBrowserWidget: save column size 2021-10-17 15:57:57 +02:00
Rosalie Wanders
834e13c4f6 README: re-add support section 2021-10-17 13:24:02 +02:00
Rosalie Wanders
2aa9b10d8b MainWindow: change directorySettings 2021-10-06 16:22:08 +02:00
Rosalie Wanders
c5de36fab3 MainWindow: create mupen64plus directories in Init 2021-10-06 16:08:40 +02:00
Rosalie Wanders
f267aed2ea KeyBindButton: clear focus on keyReleaseEvent 2021-10-06 15:46:08 +02:00
Rosalie Wanders
fb0b5e447d SettingsDialog: add RomBrowser settings to the Interface tab 2021-10-06 15:34:36 +02:00
Rosalie Wanders
2c545d6901 SettingsDialog: add Statusbar Message Duration 2021-10-05 14:42:23 +02:00
Rosalie Wanders
9d9819bd47 MainWindow: slight code style changes 2021-10-05 10:57:26 +02:00
Rosalie Wanders
58a57c2d4a MainWindow: remove std::cout usage 2021-10-05 10:53:48 +02:00
Rosalie Wanders
c1a5b3a9c0 VidExt: remove std::cout usage 2021-10-05 10:53:17 +02:00
Rosalie Wanders
35ec92a314 Core: remove std::cout usage 2021-10-05 10:52:50 +02:00