Commit Graph
30 Commits
Author SHA1 Message Date
Rosalie Wanders 95d4b3a85b RMG-Core: update copyright year 2026-01-13 12:55:48 +01:00
Rosalie Wanders f89b73cec1 RMG-Core: slightly optimize get_cache_entry_iter() 2025-03-19 23:47:44 +01:00
Rosalie Wanders d6b0f024da RMG-Core: update copyright year 2025-03-13 22:07:12 +01:00
Rosalie Wanders f0119ec75d RMG-Core: add and use CORE_DIR_MAX_LEN 2025-03-09 18:52:14 +01:00
Rosalie Wanders 5311d04957 RMG-Core: bump CACHE_FILE_ITEMS_MAX to 250000 2025-03-05 01:52:40 +01:00
Rosalie Wanders f9de2fe9ef RMG-Core: add invalid ROM entries to the cache 2025-03-05 01:52:17 +01:00
Rosalie Wanders 1db6a578b2 RMG-Core: export symbols 2025-02-27 21:37:34 +01:00
Rosalie Wanders d5af42a7a5 RMG-Core: hardcode MAX_FILENAME_LEN instead of using system MAX_PATH 2025-02-27 15:58:22 +01:00
Rosalie Wanders 428ef7549a RMG-Core: make arguments to CoreGetCachedRomHeaderAndSettings() optional 2025-02-09 18:30:16 +01:00
Rosalie Wanders 78a9ae5fe1 RMG-Core: extend cache with default and current settings 2025-02-09 18:02:17 +01:00
Rosalie Wanders 6122d4ff21 RMG-Core: use CoreGetCurrentDefaultRomSettings() in CoreGetCachedRomHeaderAndSettings() 2025-02-04 18:11:08 +01:00
Rosalie Wanders 6a5d0d6547 RMG-Core: remove CoreHasRomHeaderAndSettingsCached() 2025-02-04 18:09:13 +01:00
Rosalie Wanders e32fe57080 RMG-Core: simplify CoreGetCachedRomHeaderAndSettings() usage 2025-02-04 18:02:04 +01:00
Rosalie Wanders d536e20da8 RMG-Core: add header country code to CachedRomHeaderAndSettings 2025-02-04 18:01:51 +01:00
Rosalie Wanders 3b385d48f9 RMG-Core: add typedef for file time & correct failure result 2025-02-01 23:15:05 +01:00
Rosalie Wanders a396b372dd RMG-Core: move osal functions to File.cpp and Library.cpp 2025-02-01 22:57:40 +01:00
Rosalie Wanders 5e592ed9c0 RMG-Core: remove all includes from Core.hpp 2025-02-01 21:53:38 +01:00
Rosalie Wanders 53f87d0793 RMG-Core: introduce & use CoreUpdateCachedRomHeaderAndSettings() 2023-07-11 14:00:24 +02:00
RetraCarteRandGitHub a304f11b1d RMG: introduce more columns (#119) 2023-03-04 23:10:01 +01:00
Rosalie Wanders 420eb39c16 RMG-Core: store CoreRomType in RomHeaderAndSettings cache 2023-01-04 14:43:54 +01:00
Rosalie Wanders 423d30ac29 RMG-Core: introduce CoreClearRomHeaderAndSettingsCache() 2022-12-27 23:26:42 +01:00
Rosalie Wanders 0e84317fbc RMG-Core: use dynamic size in CachedRomHeaderAndSettings.cpp 2022-12-08 13:43:03 +01:00
Rosalie Wanders aa20225bc5 RMG-Core: change CACHE_FILE_ITEMS_MAX to 10000 2022-11-29 22:28:23 +01:00
Rosalie Wanders 878f79e047 RMG-Core: fix out of bounds read in cache 2022-11-20 16:34:53 +01:00
Rosalie Wanders 5b36455c34 RMG-Core: use wchar_t for filename in CachedRomHeaderAndSettings.cpp 2022-11-19 16:37:58 +01:00
Rosalie Wanders 43d4fe1fb1 RMG-Core: use std::filesystem::path in get_cache_file_name() 2022-11-18 21:56:05 +01:00
Rosalie Wanders 977c941d1b RMG-Core: use std::filesystem::path 2022-11-18 21:42:26 +01:00
Rosalie Wanders ae2d702560 RMG-Core: add missing include to CachedRomHeaderAndSettings.cpp 2022-05-28 13:09:56 +02:00
Rosalie Wanders c305a56696 RMG-Core: add RomHeaderAndSettings cache limit & misc improvements 2022-03-07 14:41:26 +01:00
Rosalie Wanders e00a24ae3e RMG-Core: introduce Core*RomHeaderAndSettingsCache() functions 2022-03-06 17:21:10 +01:00