mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 02:30:06 +00:00
Fix #2238 Kid Icarus
This commit is contained in:
parent
05a6f243f8
commit
2e3dd15277
@ -25,7 +25,7 @@ static const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x000F0000, GetCecInfoEventHandle, "GetCecInfoEventHandle"},
|
||||
{0x00100000, GetChangeStateEventHandle, "GetChangeStateEventHandle"},
|
||||
{0x00110104, nullptr, "OpenAndWrite"},
|
||||
{0x00120104, nullptr, "OpenAndRead"},
|
||||
{0x00120104, OpenAndRead, "OpenAndRead"},
|
||||
};
|
||||
|
||||
CECD_U::CECD_U() {
|
||||
|
Loading…
Reference in New Issue
Block a user