mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add back lost ini parameter
This commit is contained in:
parent
bd4f3f8953
commit
df104c66a8
2 changed files with 1 additions and 10 deletions
|
@ -51,16 +51,6 @@ public:
|
|||
|
||||
IconCacheStats GetStats();
|
||||
|
||||
// for testing
|
||||
std::string GetFirstIconName() const {
|
||||
if (!cache_.empty()) {
|
||||
return cache_.begin()->first;
|
||||
} else if (!pending_.empty()) {
|
||||
return *pending_.begin();
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
private:
|
||||
void Decimate(int64_t maxSize);
|
||||
|
||||
|
|
|
@ -279,6 +279,7 @@ static const ConfigSetting achievementSettings[] = {
|
|||
ConfigSetting("AchievementsUserName", &g_Config.sAchievementsUserName, "", CfgFlag::DEFAULT),
|
||||
|
||||
// Customizations
|
||||
ConfigSetting("AchievementsSoundEffects", &g_Config.bAchievementsSoundEffects, true, CfgFlag::DEFAULT),
|
||||
ConfigSetting("AchievementsUnlockAudioFile", &g_Config.sAchievementsUnlockAudioFile, "", CfgFlag::DEFAULT),
|
||||
ConfigSetting("AchievementsLeaderboardSubmitAudioFile", &g_Config.sAchievementsLeaderboardSubmitAudioFile, "", CfgFlag::DEFAULT),
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue