mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
PPCRec: Fix compile error after rebase
This commit is contained in:
parent
e85a9a57e3
commit
ec107973f0
@ -384,12 +384,12 @@ bool PPCRecompilerImlGen_MFSPR(ppcImlGenContext_t* ppcImlGenContext, uint32 opco
|
||||
|
||||
ATTR_MS_ABI uint32 PPCRecompiler_GetTBL()
|
||||
{
|
||||
return (uint32)coreinit::coreinit_getTimerTick();
|
||||
return (uint32)coreinit::OSGetSystemTime();
|
||||
}
|
||||
|
||||
ATTR_MS_ABI uint32 PPCRecompiler_GetTBU()
|
||||
{
|
||||
return (uint32)(coreinit::coreinit_getTimerTick() >> 32);
|
||||
return (uint32)(coreinit::OSGetSystemTime() >> 32);
|
||||
}
|
||||
|
||||
bool PPCRecompilerImlGen_MFTB(ppcImlGenContext_t* ppcImlGenContext, uint32 opcode)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user