mirror of
https://github.com/encounter/ctrulib.git
synced 2026-03-30 11:04:30 -07:00
Fix GPU_Reset having wrong GSP command buffer
This commit is contained in:
@@ -215,7 +215,7 @@ void GPU_Reset(u32* gxbuf, u32* gpuBuf, u32 gpuBufSize)
|
||||
for(i=0;i<gpuResetSequenceLength;i++)GPUCMD_AddSingleParam(gpuResetSequence[i*2],gpuResetSequence[i*2+1]);
|
||||
|
||||
GPUCMD_Finalize();
|
||||
GPUCMD_Run(gpuBuf);
|
||||
GPUCMD_Run(gxbuf);
|
||||
GPUCMD_SetBufferOffset(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user