File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
libs/uCommon/include/ul/la Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments