mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 02:20:06 +00:00
Update cecd_u.cpp
This commit is contained in:
parent
a3e4ff44f5
commit
2354c8adb2
@ -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