mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
SPU: fix some wierd typos (may be wrong, no idea)
This commit is contained in:
parent
105c694903
commit
a597368c46
3 changed files with 5 additions and 5 deletions
|
|
@ -1197,7 +1197,7 @@ static void ppu_check_patch_spu_images(const ppu_module& mod, const ppu_segment&
|
|||
{
|
||||
// SPURS GUID pattern
|
||||
end = it;
|
||||
ppu_log.success("Found SPURS GUID Pattern for terminagtor at 0x%05x", end + seg.addr);
|
||||
ppu_log.success("Found SPURS GUID Pattern for terminator at 0x%05x", end + seg.addr);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue