Attempt to add memory access validation through rc_runtime_invalidate_address

This commit is contained in:
Henrik Rydgård 2023-06-20 23:59:58 +02:00
parent da36d78d4f
commit 3218422a69
5 changed files with 37 additions and 3 deletions

View file

@ -273,6 +273,7 @@ static const ConfigSetting achievementSettings[] = {
ConfigSetting("AchievementsChallengeMode", &g_Config.bAchievementsChallengeMode, false, CfgFlag::DEFAULT),
ConfigSetting("AchievementsSoundEffects", &g_Config.bAchievementsSoundEffects, true, CfgFlag::DEFAULT),
ConfigSetting("AchievementsNotifications", &g_Config.bAchievementsNotifications, true, CfgFlag::DEFAULT),
ConfigSetting("AchievementsLogBadMemReads", &g_Config.bAchievementsLogBadMemReads, false, CfgFlag::DEFAULT),
// Achievements login info. Note that password is NOT stored, only a login token.
// Still, we may wanna store it more securely than in PPSSPP.ini, especially on Android.