aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r--src/GPU3D.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h
index dda78b7..eb975c6 100644
--- a/src/GPU3D.h
+++ b/src/GPU3D.h
@@ -147,10 +147,10 @@ private:
void SubmitPolygon() noexcept;
void SubmitVertex() noexcept;
void CalculateLighting() noexcept;
- void BoxTest(u32* params) noexcept;
+ void BoxTest(const u32* params) noexcept;
void PosTest() noexcept;
void VecTest(u32 param) noexcept;
- void CmdFIFOWrite(CmdFIFOEntry& entry) noexcept;
+ void CmdFIFOWrite(const CmdFIFOEntry& entry) noexcept;
CmdFIFOEntry CmdFIFORead() noexcept;
void FinishWork(s32 cycles) noexcept;
void VertexPipelineSubmitCmd() noexcept