diff options
| author | Subv <subv2112@gmail.com> | 2015-12-04 16:05:23 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2016-03-12 10:59:37 -0500 |
| commit | 0f8be2d2cc54feda0a52ec8f9633fd022879816a (patch) | |
| tree | 18a0fa35a23a773be265cb8ff2f6c8df1e8ce9b1 /src/core/hle/service/apt/apt_u.cpp | |
| parent | 644d1e7ca35fc8a006f7fbc2adfafd1f4a589f4b (diff) | |
HLE/Applets: Implemented a dummy Mii Selector applet.
This prevents some games (like Super Mario 3D Land) from freezing when trying to launch it, however, it's not complete and won't let you go past Mii selection as the parameter structure hasn't been reverse engineered yet.
Diffstat (limited to 'src/core/hle/service/apt/apt_u.cpp')
| -rw-r--r-- | src/core/hle/service/apt/apt_u.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/apt/apt_u.cpp b/src/core/hle/service/apt/apt_u.cpp index 146bfd595..2e9d1f4b4 100644 --- a/src/core/hle/service/apt/apt_u.cpp +++ b/src/core/hle/service/apt/apt_u.cpp @@ -17,7 +17,7 @@ const Interface::FunctionInfo FunctionTable[] = { {0x00030040, Enable, "Enable"}, {0x00040040, nullptr, "Finalize"}, {0x00050040, GetAppletManInfo, "GetAppletManInfo"}, - {0x00060040, nullptr, "GetAppletInfo"}, + {0x00060040, GetAppletInfo, "GetAppletInfo"}, {0x00070000, nullptr, "GetLastSignaledAppletId"}, {0x00080000, nullptr, "CountRegisteredApplet"}, {0x00090040, IsRegistered, "IsRegistered"}, |
