mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Just some renaming and cleanup
This commit is contained in:
@@ -856,7 +856,7 @@ handleELF:
|
||||
|
||||
if (flags_ & GameInfoFlags::PARAM_SFO) {
|
||||
// We fetch the hasConfig together with the params, since that's what fills out the id.
|
||||
info_->hasConfig = g_Config.hasGameConfig(info_->id);
|
||||
info_->hasConfig = g_Config.HasGameConfig(info_->id);
|
||||
}
|
||||
|
||||
if (flags_ & GameInfoFlags::SIZE) {
|
||||
|
||||
Reference in New Issue
Block a user