mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-08 18:41:30 -06:00
rsx: Add missing break
This commit is contained in:
parent
789bab97be
commit
f92677fa7e
@ -1286,7 +1286,7 @@ extern bool ppu_patch(u32 addr, u32 value)
|
||||
{
|
||||
if (addr % 4)
|
||||
{
|
||||
ppu_log.fatal("Patch failed at 0x%x: unanligned memory address.", addr);
|
||||
ppu_log.fatal("Patch failed at 0x%x: unaligned memory address.", addr);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@ -1868,6 +1868,7 @@ namespace rsx
|
||||
}
|
||||
default:
|
||||
rsx_log.fatal("Unhandled framebuffer option changed 0x%x", opt);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user