RMG/Source/RMG-Core
2024-12-20 14:17:30 +01:00
..
m64p RMG-Core: update mupen64plus api headers 2023-08-04 09:57:12 +02:00
osal RMG-Core: use std::filesystem::path in osal_dynlib functions 2023-01-03 13:06:48 +01:00
Settings RMG-Core: add Input_ControllerMode setting 2024-07-28 14:44:19 +02:00
Utils RMG-Core: add Utils/File.cpp 2024-06-24 12:18:28 +02:00
CachedRomHeaderAndSettings.cpp RMG-Core: introduce & use CoreUpdateCachedRomHeaderAndSettings() 2023-07-11 14:00:24 +02:00
CachedRomHeaderAndSettings.hpp RMG-Core: introduce & use CoreUpdateCachedRomHeaderAndSettings() 2023-07-11 14:00:24 +02:00
Callback.cpp RMG-Core: add & use CoreAddCallbackMessage() 2024-01-23 17:43:18 +01:00
Callback.hpp RMG-Core: add & use CoreAddCallbackMessage() 2024-01-23 17:43:18 +01:00
Cheats.cpp RMG-Core: correct types in for loops 2024-03-25 22:05:19 +01:00
Cheats.hpp RMG-Core: use 'const std::vector<std::string>&' in Cheats.{cpp,hpp} 2023-10-29 22:16:51 +01:00
CMakeLists.txt RMG-Core: add Utils/File.cpp 2024-06-24 12:18:28 +02:00
Config.hpp.in RMG-Core: remove unused CORE_INSTALL_PREFIX 2024-07-04 14:35:25 +02:00
ConvertStringEncoding.cpp RMG-Core: minor code fixes 2023-07-15 11:24:41 +02:00
ConvertStringEncoding.hpp RMG-Core: introduce & use ConvertStringEncoding 2022-12-08 13:42:53 +01:00
Core.cpp RMG-Core: add & use CoreAddCallbackMessage() 2024-01-23 17:43:18 +01:00
Core.hpp RMG-Core: introduce volume functions 2023-08-08 01:27:27 +02:00
Directories.cpp RMG-Core: remove unused CORE_INSTALL_PREFIX 2024-07-04 14:35:25 +02:00
Directories.hpp RMG-Core: introduce CoreGetPortableDirectoryMode() and fix linux 2023-09-06 01:50:32 +02:00
DiscordRpc.cpp RMG-Core: implement & use DiscordRpc functions 2022-12-05 16:20:35 +01:00
DiscordRpc.hpp RMG-Core: implement & use DiscordRpc functions 2022-12-05 16:20:35 +01:00
Emulation.cpp RMG-Core: add and use PIF settings 2024-06-24 12:18:28 +02:00
Emulation.hpp RMG-Core: add CoreEmulationState enum to Emulation.hpp 2023-07-03 00:34:20 +02:00
Error.cpp RMG-Core: implement CoreSettings functions 2021-10-27 13:58:40 +02:00
Error.hpp RMG-Core: include <string> instead of <iostream> 2021-10-27 13:58:40 +02:00
Key.cpp RMG-Core: ensure core lib is hooked before making API calls 2022-11-29 15:26:18 +01:00
Key.hpp RMG-Core: implement Key functions 2021-11-04 12:50:17 +01:00
MediaLoader.cpp RMG-Core: correct minor includes 2023-12-17 15:14:50 +01:00
MediaLoader.hpp RMG-Core: introduce & use CoreResetMediaLoader() 2023-02-01 19:43:59 +01:00
Plugins.cpp RMG-Core: add static keyword to local functions in Plugins.cpp 2024-09-03 21:25:25 +02:00
Plugins.hpp RMG-Core: introduce CorePluginsHasROMConfig() and CorePluginsOpenROMConfig() 2023-04-06 14:09:34 +02:00
Rom.cpp RMG-Core: fix crash on windows in read_zip_file() 2024-12-20 14:17:30 +01:00
Rom.hpp RMG-Core: introduce CoreGetRomPath() 2023-07-07 19:32:46 +02:00
RomHeader.cpp RMG-Core: add CoreSystemType to CoreRomHeader 2024-06-24 12:18:28 +02:00
RomHeader.hpp RMG-Core: add CoreSystemType to CoreRomHeader 2024-06-24 12:18:28 +02:00
RomSettings.cpp RMG-Core: add TransferPak to CoreRomSettings 2024-06-24 12:46:48 +02:00
RomSettings.hpp RMG-Core: add TransferPak to CoreRomSettings 2024-06-24 12:46:48 +02:00
SaveState.cpp RMG-Core: add type argument to CoreSaveState() 2024-06-07 18:12:36 +02:00
SaveState.hpp RMG-Core: add type argument to CoreSaveState() 2024-06-07 18:12:36 +02:00
Screenshot.cpp RMG-Core: ensure core lib is hooked before making API calls 2022-11-29 15:26:18 +01:00
Screenshot.hpp RMG-Core: implement Screenshot function 2021-11-04 13:03:59 +01:00
SpeedFactor.cpp RMG-Core: introduce SpeedFactor functions 2023-02-14 22:36:15 +01:00
SpeedFactor.hpp RMG-Core: introduce SpeedFactor functions 2023-02-14 22:36:15 +01:00
SpeedLimiter.cpp RMG-Core: ensure core lib is hooked before making API calls 2022-11-29 15:26:18 +01:00
SpeedLimiter.hpp RMG-Core: implement SpeedLimiter functions 2021-12-23 14:16:33 +01:00
Unzip.cpp RMG-Core: improve CoreUnzip() 2024-01-15 16:09:59 +01:00
Unzip.hpp RMG: introduce an updater 2022-12-04 20:43:33 +01:00
Version.cpp RMG-Core: introduce & use CoreGetVersion() 2022-12-14 18:26:01 +01:00
Version.hpp RMG-Core: introduce & use CoreGetVersion() 2022-12-14 18:26:01 +01:00
Video.cpp RMG-Core: introduce CoreGetVideoSize() and add a mutex to Video.cpp 2023-12-17 19:03:24 +01:00
Video.hpp RMG-Core: introduce CoreGetVideoSize() and add a mutex to Video.cpp 2023-12-17 19:03:24 +01:00
VidExt.cpp RMG-Core: ensure core lib is hooked before making API calls 2022-11-29 15:26:18 +01:00
VidExt.hpp RMG-Core: introduce CoreSetupVidExt function 2021-11-21 22:37:04 +01:00
Volume.cpp RMG-Core: correct error message in Volume.cpp 2024-11-22 13:08:11 +01:00
Volume.hpp RMG-Core: introduce volume functions 2023-08-08 01:27:27 +02:00