BITCH I'M BACK OUT MY COMA

This commit is contained in:
CocoSimone
2023-02-12 23:58:26 +01:00
parent a81587ec21
commit eb10687837
8 changed files with 199 additions and 117 deletions

View File

@@ -29,7 +29,7 @@ CartInfo Core::LoadROM(const std::string& rom_) {
CartInfo cartInfo = mem.LoadROM(rom);
isPAL = cartInfo.isPAL;
DoPIFHLE(mem, CpuGetRegs(), cartInfo);
ExecutePIF(mem, CpuGetRegs(), cartInfo);
return cartInfo;
}