mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 14:00:03 +00:00
Fix a few minor typos.
This commit is contained in:
parent
c7dbb69722
commit
4f585fd7a6
@ -753,7 +753,7 @@ u32 sceDisplayWaitVblankCB() {
|
||||
__KernelWaitCurThread(WAITTYPE_VBLANK, 1, 0, 0, true, "vblank waited");
|
||||
return 0;
|
||||
} else {
|
||||
DEBUG_LOG(SCEDISPLAY,"sceDisplayWaitVblank() - not waiting since in vBlank");
|
||||
DEBUG_LOG(SCEDISPLAY,"sceDisplayWaitVblankCB() - not waiting since in vBlank");
|
||||
hleEatCycles(1110);
|
||||
return 1;
|
||||
}
|
||||
|
@ -373,8 +373,6 @@ int sceKernelLoadExec(const char *filename, u32 paramPtr);
|
||||
|
||||
void sceKernelExitGame();
|
||||
void sceKernelExitGameWithStatus();
|
||||
int LoadExecForUser_362A956B();
|
||||
void sceKernelRegisterExitCallback();
|
||||
|
||||
u32 sceKernelDevkitVersion();
|
||||
|
||||
|
@ -821,7 +821,7 @@ void VertexDecoder::SetVertexType(u32 fmt, VertexDecoderJitCache *jitCache) {
|
||||
if (jitCache && g_Config.bVertexDecoderJit) {
|
||||
jitted_ = jitCache->Compile(*this);
|
||||
if (!jitted_) {
|
||||
WARN_LOG(G3D, "Vertex decoder JIT failed! fmt = %08x", fmt_);;
|
||||
WARN_LOG(G3D, "Vertex decoder JIT failed! fmt = %08x", fmt_);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user