Debugger: Replace SPU register perefix '$' with 'r'

This commit is contained in:
Eladash 2020-08-28 09:52:05 +03:00 committed by Megamouse
parent 4317291827
commit 6952be5ce4
2 changed files with 55 additions and 55 deletions

View file

@ -766,7 +766,7 @@ std::string Emulator::GetSfoDirFromGamePath(const std::string& game_path, const
if (entry.is_directory && fs::is_file(sfo_path))
{
const auto psf = psf::load_object(fs::file(sfo_path));
const auto psf = psf::load_object(fs::file(sfo_path));
const auto serial = psf::get_string(psf, "TITLE_ID");
if (serial == title_id)
{