From 06f132a66e8dc181ad4d79000ad855cff2fda5fc Mon Sep 17 00:00:00 2001 From: getdls Date: Sun, 28 Jan 2018 20:38:50 +0100 Subject: [PATCH] [MK8] Buildfix ongoing... --- Source/MarioKart8/2e78a0d0a0aa66bb_0000000000000000_vs.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/MarioKart8/2e78a0d0a0aa66bb_0000000000000000_vs.txt b/Source/MarioKart8/2e78a0d0a0aa66bb_0000000000000000_vs.txt index 56e06396..8cd97aa5 100644 --- a/Source/MarioKart8/2e78a0d0a0aa66bb_0000000000000000_vs.txt +++ b/Source/MarioKart8/2e78a0d0a0aa66bb_0000000000000000_vs.txt @@ -73,11 +73,11 @@ R1f.y = backupReg1f; R1f.y *= 2.0; R1f.z = 0.0; R1f.w = 1.0; -R127f.y = intBitsToFloat(uf_remappedVS[0].x) * intBitsToFloat(0x3fb13a93) / scaleFactorX; +R127f.y = intBitsToFloat(uf_remappedVS[0].x) * intBitsToFloat(0x3fb13a93) / resYScale; PS0f = R127f.y; // 1 -PV1f.x = intBitsToFloat(uf_remappedVS[0].x) * intBitsToFloat(0x404ec4f0) / scaleFactorX; -R126f.y = intBitsToFloat(uf_remappedVS[0].x) * intBitsToFloat(0x40a275f7) / scaleFactorX; +PV1f.x = intBitsToFloat(uf_remappedVS[0].x) * intBitsToFloat(0x404ec4f0) / resXScale; +R126f.y = intBitsToFloat(uf_remappedVS[0].x) * intBitsToFloat(0x40a275f7) / resYScale; R3f.z = R2f.x + PS0f; R3f.w = R2f.x; R3f.x = R2f.y;