diff --git a/src/symbol_lists.cpp b/src/symbol_lists.cpp index cbe5ff5..19c343c 100644 --- a/src/symbol_lists.cpp +++ b/src/symbol_lists.cpp @@ -58,6 +58,7 @@ const std::unordered_set N64Recomp::reimplemented_funcs { // Parallel interface (cartridge, DMA, etc.) functions "osCartRomInit", "osCreatePiManager", + "osPiReadIo", "osPiStartDma", "osEPiStartDma", "osPiGetStatus", @@ -268,7 +269,6 @@ const std::unordered_set N64Recomp::ignored_funcs { "__osDevMgrMain", "osPiGetCmdQueue", "osPiGetStatus", - "osPiReadIo", "osPiStartDma", "osPiWriteIo", "osEPiGetDeviceType",