mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 19:07:51 -05:00
services: Update some function tables
This commit is contained in:
@ -11,6 +11,9 @@ namespace BOSS {
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x00020100, nullptr, "GetStorageInfo"},
|
||||
{0x000C0082, nullptr, "UnregisterTask"},
|
||||
{0x001E0042, nullptr, "CancelTask"},
|
||||
{0x00330042, nullptr, "StartBgImmediate"},
|
||||
};
|
||||
|
||||
BOSS_U_Interface::BOSS_U_Interface() {
|
||||
|
Reference in New Issue
Block a user