diff options
author | StapleButter <thetotalworm@gmail.com> | 2018-11-28 02:45:20 +0100 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2018-11-28 02:45:20 +0100 |
commit | 5b20f40fad2024c0d48c9bc97f482ffe2ea6c2c2 (patch) | |
tree | 8fd3accef82ac28b1104d6d97276f38df44bdf18 /src | |
parent | b1973014d307e89fd756f3f3f4a672b02ce54d5a (diff) |
oopsies
Diffstat (limited to 'src')
-rw-r--r-- | src/GPU3D.cpp | 4 |
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) | |