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.