diff options
| author | 2016-07-04 08:52:42 -0700 | |
|---|---|---|
| committer | 2016-07-04 08:52:42 -0700 | |
| commit | 51f4a9fd3285d746542a13006c3bc960ffec9b8d (patch) | |
| tree | fd62863b09208c511da9891cc419d31db5578c3d /src/core/hle/service | |
| parent | Merge pull request #1935 from wwylele/fix-result-module (diff) | |
| parent | HLE/Applets: Implement ErrEula applet (diff) | |
| download | yuzu-51f4a9fd3285d746542a13006c3bc960ffec9b8d.tar.gz yuzu-51f4a9fd3285d746542a13006c3bc960ffec9b8d.tar.xz yuzu-51f4a9fd3285d746542a13006c3bc960ffec9b8d.zip | |
Merge pull request #1850 from mailwl/erreula
HLE/Applets: Implement ErrEula applet
Diffstat (limited to 'src/core/hle/service')
| -rw-r--r-- | src/core/hle/service/apt/apt.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/hle/service/apt/apt.h b/src/core/hle/service/apt/apt.h index 76b3a3807..53cee4867 100644 --- a/src/core/hle/service/apt/apt.h +++ b/src/core/hle/service/apt/apt.h | |||
| @@ -66,6 +66,8 @@ enum class AppletId : u32 { | |||
| 66 | InstructionManual = 0x115, | 66 | InstructionManual = 0x115, |
| 67 | Notifications = 0x116, | 67 | Notifications = 0x116, |
| 68 | Miiverse = 0x117, | 68 | Miiverse = 0x117, |
| 69 | MiiversePost = 0x118, | ||
| 70 | AmiiboSettings = 0x119, | ||
| 69 | SoftwareKeyboard1 = 0x201, | 71 | SoftwareKeyboard1 = 0x201, |
| 70 | Ed1 = 0x202, | 72 | Ed1 = 0x202, |
| 71 | PnoteApp = 0x204, | 73 | PnoteApp = 0x204, |
| @@ -78,6 +80,12 @@ enum class AppletId : u32 { | |||
| 78 | AnyLibraryApplet = 0x400, | 80 | AnyLibraryApplet = 0x400, |
| 79 | SoftwareKeyboard2 = 0x401, | 81 | SoftwareKeyboard2 = 0x401, |
| 80 | Ed2 = 0x402, | 82 | Ed2 = 0x402, |
| 83 | PnoteApp2 = 0x404, | ||
| 84 | SnoteApp2 = 0x405, | ||
| 85 | Error2 = 0x406, | ||
| 86 | Mint2 = 0x407, | ||
| 87 | Extrapad2 = 0x408, | ||
| 88 | Memolib2 = 0x409, | ||
| 81 | }; | 89 | }; |
| 82 | 90 | ||
| 83 | enum class StartupArgumentType : u32 { | 91 | enum class StartupArgumentType : u32 { |