mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 08:37:56 -05:00
Add more services and some fixes, along with more "override"
in the service's headers
This commit is contained in:
committed by
purpasmart96
parent
c0cd0fa78e
commit
9821bfcb8e
@ -26,12 +26,12 @@ const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x001100C2, nullptr, "LoadComponent"},
|
||||
{0x00120000, nullptr, "UnloadComponent"},
|
||||
{0x00130082, nullptr, "FlushDataCache"},
|
||||
{0x00140082, nullptr, "InvalidateDCache "},
|
||||
{0x00140082, nullptr, "InvalidateDCache"},
|
||||
{0x00150082, nullptr, "RegisterInterruptEvents"},
|
||||
{0x00160000, nullptr, "GetSemaphoreEventHandle"},
|
||||
{0x00170040, nullptr, "SetSemaphoreMask"},
|
||||
{0x00180040, nullptr, "GetPhysicalAddress"},
|
||||
{0x00190040, nullptr, "GetVirtualAddress" },
|
||||
{0x00190040, nullptr, "GetVirtualAddress"},
|
||||
{0x001A0042, nullptr, "SetIirFilterI2S1_cmd1"},
|
||||
{0x001B0042, nullptr, "SetIirFilterI2S1_cmd2"},
|
||||
{0x001C0082, nullptr, "SetIirFilterEQ"},
|
||||
|
Reference in New Issue
Block a user