mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 16:17:49 +00:00
Updated AppletAE with more service names.
This commit is contained in:
parent
c823bbde93
commit
4a594aff08
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ public:
|
||||||
{2, &ILibraryAppletProxy::GetWindowController, "GetWindowController"},
|
{2, &ILibraryAppletProxy::GetWindowController, "GetWindowController"},
|
||||||
{3, &ILibraryAppletProxy::GetAudioController, "GetAudioController"},
|
{3, &ILibraryAppletProxy::GetAudioController, "GetAudioController"},
|
||||||
{4, &ILibraryAppletProxy::GetDisplayController, "GetDisplayController"},
|
{4, &ILibraryAppletProxy::GetDisplayController, "GetDisplayController"},
|
||||||
|
{10, nullptr, "GetProcessWindingController"},
|
||||||
{11, &ILibraryAppletProxy::GetLibraryAppletCreator, "GetLibraryAppletCreator"},
|
{11, &ILibraryAppletProxy::GetLibraryAppletCreator, "GetLibraryAppletCreator"},
|
||||||
{20, &ILibraryAppletProxy::GetApplicationFunctions, "GetApplicationFunctions"},
|
{20, &ILibraryAppletProxy::GetApplicationFunctions, "GetApplicationFunctions"},
|
||||||
{1000, &ILibraryAppletProxy::GetDebugFunctions, "GetDebugFunctions"},
|
{1000, &ILibraryAppletProxy::GetDebugFunctions, "GetDebugFunctions"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue