mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-03 11:28:01 -06:00
apply position invariance in Wonderful 101
This commit is contained in:
parent
3d76e7c257
commit
a74c6eef49
@ -94,6 +94,11 @@ MetalRenderer::MetalRenderer()
|
||||
case 0x0005000010136A00: // EUR
|
||||
case 0x0005000010136B00: // EUR
|
||||
case 0x000500001011C500: // USA (TODO: check)
|
||||
// Wonderful 101
|
||||
case 0x0005000010135300: // EUR
|
||||
case 0x000500001012DC00: // USA
|
||||
case 0x0005000010116300: // JPN
|
||||
case 0x0005000010185600: // JPN
|
||||
m_positionInvariance = true;
|
||||
break;
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user