mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-14 08:12:19 +00:00
Make osPiReadIo no longer ignored (#133)
This commit is contained in:
parent
d660733116
commit
989a86b369
1 changed files with 1 additions and 1 deletions
|
@ -58,6 +58,7 @@ const std::unordered_set<std::string> N64Recomp::reimplemented_funcs {
|
||||||
// Parallel interface (cartridge, DMA, etc.) functions
|
// Parallel interface (cartridge, DMA, etc.) functions
|
||||||
"osCartRomInit",
|
"osCartRomInit",
|
||||||
"osCreatePiManager",
|
"osCreatePiManager",
|
||||||
|
"osPiReadIo",
|
||||||
"osPiStartDma",
|
"osPiStartDma",
|
||||||
"osEPiStartDma",
|
"osEPiStartDma",
|
||||||
"osPiGetStatus",
|
"osPiGetStatus",
|
||||||
|
@ -268,7 +269,6 @@ const std::unordered_set<std::string> N64Recomp::ignored_funcs {
|
||||||
"__osDevMgrMain",
|
"__osDevMgrMain",
|
||||||
"osPiGetCmdQueue",
|
"osPiGetCmdQueue",
|
||||||
"osPiGetStatus",
|
"osPiGetStatus",
|
||||||
"osPiReadIo",
|
|
||||||
"osPiStartDma",
|
"osPiStartDma",
|
||||||
"osPiWriteIo",
|
"osPiWriteIo",
|
||||||
"osEPiGetDeviceType",
|
"osEPiGetDeviceType",
|
||||||
|
|
Loading…
Add table
Reference in a new issue