CPU/NewRec: Fix lui/mfc0 not getting called in CPU PGXP mode

This commit is contained in:
Stenzek
2023-12-06 16:45:17 +10:00
parent 407049cd91
commit 185af2b039
16 changed files with 468 additions and 458 deletions

View File

@@ -26,6 +26,8 @@ add_library(core
cpu_core_private.h
cpu_disasm.cpp
cpu_disasm.h
cpu_pgxp.cpp
cpu_pgxp.h
cpu_types.cpp
cpu_types.h
digital_controller.cpp
@@ -85,8 +87,6 @@ add_library(core
pad.h
pcdrv.cpp
pcdrv.h
pgxp.cpp
pgxp.h
playstation_mouse.cpp
playstation_mouse.h
psf_loader.cpp