aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2018-11-28 02:45:20 +0100
committerStapleButter <thetotalworm@gmail.com>2018-11-28 02:45:20 +0100
commit5b20f40fad2024c0d48c9bc97f482ffe2ea6c2c2 (patch)
tree8fd3accef82ac28b1104d6d97276f38df44bdf18 /src
parentb1973014d307e89fd756f3f3f4a672b02ce54d5a (diff)
oopsies
Diffstat (limited to 'src')
-rw-r--r--src/GPU3D.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp
index 12073df..36858f7 100644
--- a/src/GPU3D.cpp
+++ b/src/GPU3D.cpp
@@ -1391,7 +1391,7 @@ void CalculateLighting()
}
if (c < 1) c = 1;
- NormalPipeline = 7 + c;
+ NormalPipeline = 7;
AddCycles(c);
}
@@ -2476,7 +2476,7 @@ u32 Read32(u32 addr)
case 0x04000600:
{
u32 fifolevel = CmdFIFO->Level();
-//printf("peeking gxstat: %08X %d, %08X\n", GXStat, fifolevel, NDS::GetPC(0));
+
return GXStat |
((PosMatrixStackPointer & 0x1F) << 8) |
((ProjMatrixStackPointer & 0x1) << 13) |