gpu : setdisplaytransfer (temp)

This commit is contained in:
smea 2014-03-07 23:28:23 +01:00
parent a2a7b86738
commit fe32845f45

View File

@ -99,12 +99,12 @@ int main()
GSPGPU_WriteHWRegs(NULL, 0x202A04, &regData, 4);
GPUCMD_SetBuffer(gpuCmd, gpuCmdSize, 0);
GPUCMD_AddSingleParam(0x0008025E, 0x00000000);
GPUCMD_Finalize();
GPUCMD_Run(gxCmdBuf);
GX_SetDisplayTransfer(gxCmdBuf, (u32*)gspHeap, 0x019001E0, (u32*)topLeftFramebuffers[currentBuffer], 0x019001E0, 0x01001000);
swapBuffers();
}
svc_sleepThread(16666666);