From 0837c310690e9f9d4aa4b2c150065032d4a42ec0 Mon Sep 17 00:00:00 2001 From: cadmic Date: Wed, 23 Oct 2024 15:34:46 -0700 Subject: [PATCH] Remove outdated comment --- src/emulator/cpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/emulator/cpu.c b/src/emulator/cpu.c index 2cdb567f..0916cebe 100644 --- a/src/emulator/cpu.c +++ b/src/emulator/cpu.c @@ -1970,7 +1970,6 @@ static bool cpuGetPPC(Cpu* pCPU, s32* pnAddress, CpuFunction* pFunction, s32* an /** * @brief The main MIPS->PPC Dynamic recompiler. - * Largely unfinished. * * @param pCPU The emulated VR4300. * @param pnAddress The address to recompile.