Fix compile errors due to rebase

This commit is contained in:
Exzap 2023-12-13 17:48:53 +01:00
parent 1cc458c543
commit c419bfc451
2 changed files with 3 additions and 5 deletions

View file

@ -1190,7 +1190,7 @@ void _IMLRA_checkAndTryExtendRange(IMLRegisterAllocatorContext& ctx, IMLSegment*
{
if (routeDepth >= 64)
{
forceLogDebug_printf("Recompiler RA route maximum depth exceeded\n");
cemuLog_logDebug(LogType::Force, "Recompiler RA route maximum depth exceeded\n");
return;
}
route[routeDepth] = currentSegment;