Skip to content

Commit 19e0f0a

Browse files
committed
Add new header
1 parent c44fa6f commit 19e0f0a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
#pragma once
3+
#include <ul/ul_Include.hpp>
4+
5+
namespace ul::la {
6+
7+
constexpr u64 LibraryAppletAuth = 0x0100000000001001;
8+
constexpr u64 LibraryAppletCabinet = 0x0100000000001002;
9+
constexpr u64 LibraryAppletController = 0x0100000000001003;
10+
constexpr u64 LibraryAppletDataErase = 0x0100000000001004;
11+
constexpr u64 LibraryAppletError = 0x0100000000001005;
12+
constexpr u64 LibraryAppletNetConnect = 0x0100000000001006;
13+
constexpr u64 LibraryAppletPlayerSelect = 0x0100000000001007;
14+
constexpr u64 LibraryAppletSwkbd = 0x0100000000001008;
15+
constexpr u64 LibraryAppletMiiEdit = 0x0100000000001009;
16+
constexpr u64 LibraryAppletWeb = 0x010000000000100A;
17+
constexpr u64 LibraryAppletShop = 0x010000000000100B;
18+
constexpr u64 LibraryAppletPhotoViewer = 0x010000000000100D;
19+
constexpr u64 LibraryAppletSet = 0x010000000000100E;
20+
constexpr u64 LibraryAppletOfflineWeb = 0x010000000000100F;
21+
constexpr u64 LibraryAppletLoginShare = 0x0100000000001010;
22+
constexpr u64 LibraryAppletWifiWebAuth = 0x0100000000001011;
23+
constexpr u64 LibraryAppletMyPage = 0x0100000000001013;
24+
25+
}

0 commit comments

Comments
 (0)