diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp index 8da5527a..436f563c 100644 --- a/src/GPU3D.cpp +++ b/src/GPU3D.cpp @@ -192,7 +192,7 @@ void GPU3D::Reset() noexcept CmdStallQueue.Clear(); - ZeroDotWLimit = 0; // CHECKME + ZeroDotWLimit = 0xFFFFFF; GXStat = 0; diff --git a/src/GPU3D.h b/src/GPU3D.h index 15b31096..a12d4bc0 100644 --- a/src/GPU3D.h +++ b/src/GPU3D.h @@ -197,7 +197,7 @@ public: FIFO CmdStallQueue {}; - u32 ZeroDotWLimit = 0; + u32 ZeroDotWLimit = 0xFFFFFF; u32 GXStat = 0;