diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index 4824623f2d..502bec24a3 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -191,7 +191,7 @@ error_code cellHddGameCheck(ppu_thread& ppu, u32 version, vm::cptr dirName const auto cat = psf::get_string(sfo, "CATEGORY", ""); if (cat != "HG") { - return CELL_GAMEDATA_ERROR_BROKEN; + return { CELL_GAMEDATA_ERROR_BROKEN, fmt::format("CATEGORY='%s'", cat) }; } } @@ -588,13 +588,13 @@ error_code cellGameDataCheck(u32 type, vm::cptr dirName, vm::ptr dirName, vm::ptr