mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 04:27:52 -05:00
services: Update some function tables
This commit is contained in:
@ -12,7 +12,16 @@
|
||||
namespace NS_S {
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x000100C0, nullptr, "LaunchFIRM"},
|
||||
{0x000200C0, nullptr, "LaunchTitle"},
|
||||
{0x000500C0, nullptr, "LaunchApplicationFIRM"},
|
||||
{0x00060042, nullptr, "SetFIRMParams4A0"},
|
||||
{0x00070042, nullptr, "CardUpdateInitialize"},
|
||||
{0x000D0140, nullptr, "SetFIRMParams4B0"},
|
||||
{0x000E0000, nullptr, "ShutdownAsync"},
|
||||
{0x00100180, nullptr, "RebootSystem"},
|
||||
{0x00150140, nullptr, "LaunchApplication"},
|
||||
{0x00160000, nullptr, "HardRebootSystem"},
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user