mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Libretro buildfix
This commit is contained in:
parent
b32c0b461a
commit
d3600ca127
1 changed files with 2 additions and 2 deletions
|
@ -1474,8 +1474,8 @@ bool retro_load_game(const struct retro_game_info *game)
|
|||
coreParam.cpuCore = (CPUCore)g_Config.iCpuCore;
|
||||
|
||||
std::string error_string;
|
||||
if (!PSP_InitStart(coreParam, &error_string))
|
||||
{
|
||||
if (!PSP_InitStart(coreParam)) {
|
||||
// Can't really fail, the errors happen later during InitUpdate
|
||||
ERROR_LOG(Log::Boot, "%s", error_string.c_str());
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue