Commit graph

1649 commits

Author SHA1 Message Date
Rosalie Wanders
336ec43964 RMG-Core: introduce CoreApplyRomPluginSettings 2021-11-21 22:35:46 +01:00
Rosalie Wanders
c0cfbc98e2 RMG: add license header to main.cpp 2021-11-21 20:52:01 +01:00
Rosalie Wanders
e187663c5e 3rdParty: update mupen64plus-core 2021-11-21 20:51:36 +01:00
Rosalie Wanders
dabc415d0b RMG-Core: correct comment in Plugins.cpp 2021-11-14 13:47:35 +01:00
Rosalie Wanders
3d37012c64 RMG: use RMG-Core's RomSettings & RomHeader functions 2021-11-09 16:45:57 +01:00
Rosalie Wanders
deaa158a0c RMG-Core: implement RomSettings & RomHeader functions 2021-11-09 16:44:49 +01:00
Rosalie Wanders
ab703bd829 RMG-Core: introduce some more Settings functions 2021-11-09 16:43:38 +01:00
Rosalie Wanders
4a8a7560c5 RMG: use RMG-Core's Screenshot function 2021-11-04 13:04:14 +01:00
Rosalie Wanders
26da21f19b RMG-Core: implement Screenshot function 2021-11-04 13:03:59 +01:00
Rosalie Wanders
89fe97e4d4 RMG: use RMG-Core's Key functions 2021-11-04 12:50:33 +01:00
Rosalie Wanders
f7a3543e57 RMG-Core: implement Key functions 2021-11-04 12:50:17 +01:00
Rosalie Wanders
afdb20cb00 RMG: use RMG-Core's Video functions 2021-11-04 12:49:37 +01:00
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