mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
apply position invariance in Wonderful 101
This commit is contained in:
parent
3d76e7c257
commit
a74c6eef49
1 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,11 @@ MetalRenderer::MetalRenderer()
|
||||||
case 0x0005000010136A00: // EUR
|
case 0x0005000010136A00: // EUR
|
||||||
case 0x0005000010136B00: // EUR
|
case 0x0005000010136B00: // EUR
|
||||||
case 0x000500001011C500: // USA (TODO: check)
|
case 0x000500001011C500: // USA (TODO: check)
|
||||||
|
// Wonderful 101
|
||||||
|
case 0x0005000010135300: // EUR
|
||||||
|
case 0x000500001012DC00: // USA
|
||||||
|
case 0x0005000010116300: // JPN
|
||||||
|
case 0x0005000010185600: // JPN
|
||||||
m_positionInvariance = true;
|
m_positionInvariance = true;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue