Skip to content
Snippets Groups Projects
Commit e2f2a49d authored by Subv's avatar Subv
Browse files

GPU: Corrected the upper bound of the PFIFO method ids in the command processor.

parent 22420612
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ enum class BufferMethods { ...@@ -27,7 +27,7 @@ enum class BufferMethods {
SetGraphMacroCode = 0x45, SetGraphMacroCode = 0x45,
SetGraphMacroCodeArg = 0x46, SetGraphMacroCodeArg = 0x46,
SetGraphMacroEntry = 0x47, SetGraphMacroEntry = 0x47,
CountBufferMethods = 0x100, CountBufferMethods = 0x40,
}; };
void GPU::WriteReg(u32 method, u32 subchannel, u32 value, u32 remaining_params) { void GPU::WriteReg(u32 method, u32 subchannel, u32 value, u32 remaining_params) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment