diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index 9b8ca2b9b1..06d5639a1b 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -255,7 +255,7 @@ error_code cellGameBootCheck(vm::ptr type, vm::ptr attributes, vm::ptr { *type = CELL_GAME_GAMETYPE_DISC; *attributes = 0; // TODO - if (dirName) strcpy_trunc(*dirName, ""); // ??? + // TODO: dirName might be a read only string when BootCheck is called on a disc game. (e.g. Ben 10 Ultimate Alien: Cosmic Destruction) if (!fxm::make("", std::move(sfo))) {