Maschell
4e652e196a
nn_idb: move include into libraries
2024-04-27 13:38:33 +02:00
Maschell
f0582e2e3e
nn_idb: Implement icon database reading
2024-04-26 14:46:56 +02:00
Maschell
8e4e1cb41a
nn_ccr: Update CCRAppLaunchParam struct
2024-04-24 14:27:58 +02:00
Maschell
f01a0b87ac
Implement more functions/classes from nn::sl ( #354 )
2024-04-22 19:06:02 +01:00
GaryOderNichts
32426509d0
nn_ccr/sys: Add fw update functions
2024-04-05 18:13:47 +02:00
GaryOderNichts
20ef19297e
nn/temp: Fix TEMPTargetPreference
2024-03-26 10:10:42 +01:00
GaryOderNichts
fe45347516
nn/hpad: Add initial headers ( #344 )
...
* nn/hpad: Add initial headers
* nn/hpad: Wrap HPADRead to ensure buffer count is 16
2024-02-22 12:47:28 +01:00
GaryOderNichts
af0ccf48b7
nn_nets2: Add somemopt ( #338 )
2023-11-30 12:22:49 +01:00
Maschell
8cf1780417
Add missing language/region values to nn::erreula and nn::swkbd ( #336 )
...
* nn:erreula: add missing LangType values
* nn::swkbd: fix swapped LangType values and add missing RegionType values
* nn:swkbd: Add documentation about LanguageType
2023-11-26 17:03:55 +01:00
GaryOderNichts
cb9046e776
Add system time update functions
2023-10-07 10:58:26 +02:00
GaryOderNichts
8395fe1474
nn_nfp: flags -> fontRegion
2023-09-11 12:15:37 +02:00
GaryOderNichts
b408a15fa1
nfc: Add initial header
2023-07-18 23:21:51 +02:00
Maschell
ffd54d59be
nn::sl: Add more fields to LaunchInfo struct
2023-04-01 17:03:41 +02:00
Xpl0itU
c93e6925b9
Add more languages to LanguageType
2023-01-17 21:15:59 +01:00
GaryOderNichts
d3d0485e71
nn_nfp: Add declarations for amiibo settings
2022-09-21 23:39:30 +02:00
GaryOderNichts
0ecfaa3966
nn_nfp: Update functions, structs and add documentation
2022-09-21 20:52:47 +02:00
GaryOderNichts
2c331d22ce
nn::Result: add missing modules
2022-09-17 22:16:07 +02:00
GaryOderNichts
c77e6f6015
Add several nn_ccr functions
2022-08-28 00:14:31 +02:00
Maschell
9d7289c69f
nn::acp: Remove invalid C++ function declarations
2022-07-26 18:30:14 +02:00
Maschell
5f3217b267
nn::acp: Fix C function declerations
2022-07-26 18:30:14 +02:00
Maschell
309deefe9d
nn::acp: Enforce ACPGetTitleMetaXml parameter alignment requirement.
2022-07-23 21:24:41 +02:00
Maschell
a6018a7b33
nn::acp: Add missing ACPInitialize / ACPFinalize function declarations
2022-07-23 16:35:00 +02:00
Xpl0itU
4292907324
Fix CMPTLaunchTitle definition ( #235 )
2022-07-22 09:25:29 +01:00
Miku-666
de962298cc
Add nn::fp lib ( #205 )
2022-06-04 22:58:59 +02:00
Miku-666
6e547c154f
Add functions used in SCI lib ( #211 )
...
* Add functions used in SCI lib
* fix for older code using FSStateChangeInfo
just a typedef `typedef struct FSStateChangeParams FSStateChangeInfo`
2022-05-07 11:29:53 +01:00
GaryOderNichts
47991bc8a6
Add nn::nfp functions
2022-04-15 16:43:38 +01:00
Maschell
e16dc8725d
nn_temp: Add missing functions
2022-04-15 16:42:30 +01:00
Maschell
50c3f75511
nn_acp: Add missing functions related to DrcLed
2022-02-19 17:29:49 +01:00
Maschell
ff92f616da
nn_save: Add missing functions
2022-02-19 17:29:30 +01:00
Fangal-Airbag
888bab16b5
Fix offset name
...
Forgot to whoops :P
2022-02-10 10:25:17 +00:00
Fangal-Airbag
65e5a5521c
Fix up naming
2022-02-10 10:25:17 +00:00
miku-666
1eab4240a1
Add more fields to nn::swkbd
...
Co-Authored-By: Fangal-Airbag <77993079+Fangal-Airbag@users.noreply.github.com>
2022-02-10 10:25:17 +00:00
James Benton
432c895f75
Add nn::erreula library.
2022-01-20 00:38:36 +01:00
GaryOderNichts
f2a7fff3af
nn_cmpt: Add functions
2021-12-29 14:07:37 +01:00
Maschell
92710d4357
SL: Add missing header
2021-12-29 14:07:24 +01:00
GaryOderNichts
c05bc5b987
nn_spm: Add missing functions ( #182 )
2021-12-29 14:06:02 +01:00
Maschell
8165c527fd
CCR: Add missing function CCRSysCaffeineGetAppLaunchParam and CCRSysCaffeineBootCheck
2021-12-28 16:55:04 +01:00
Maschell
c3946c3ca2
ACT: Add missing function LoadConsoleAccount
2021-12-28 16:44:27 +01:00
Maschell
d896fdede1
ACP: add missing function ACPAssignTitlePatch
2021-12-28 16:39:43 +01:00
Maschell
a766871253
libwutsocket: Add ACConnectAsync(), ACClose(), ACGetCloseStatus()
2021-09-18 16:49:12 +02:00
rw-r-r-0644
c377cffe13
Network socket changes ( #136 )
2021-03-07 13:09:12 +01:00
luigoalma
1282cbbda3
Fixing nn::Result
...
Bit fields work, but suffer order changes with endianness
Was properly done for little endian, but not big endian
Swapped to shifts instead for general portability too
2020-11-12 08:57:56 +00:00
Crayon2000
59b83dac23
Fix a doxygen warning
2020-09-21 22:27:40 +01:00
GaryOderNichts
05e45cc180
Add nn_pdm.rpl headers ( #137 )
...
* Add some nn_pdm.rpl headers
* nn_pdm: small fixes
2020-05-23 11:20:58 +10:00
V10lator
0dbc7850cf
nn::swkbd::State: Name and add states ( #133 )
...
* nn::swkbd::State: Rename Unknown0 to Hidden
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
* nn::swkbd::State: Add more states
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
2020-05-12 09:17:16 +10:00
Ash Logan
3f9be376d0
nn: Add nn::act library
2020-05-10 15:59:03 +10:00
Maschell
599775e83a
acp: Add missing extern "C" declarations to allow usage in C++
2020-04-30 15:22:43 +01:00
Ash Logan
c9a2290196
acp: Add functions, structs, enums (from Decaf)
2020-03-12 13:51:13 +11:00
Ash Logan
3803e021f1
acp: Fix up length of ACPMetaXml
...
b9186b89b9/src/libdecaf/src/nn/acp/nn_acp_types.h (L110)
2020-03-12 12:36:11 +11:00
Maschell
7f2c9b5d69
nn_acp: add the ACPMetaXml struct
2019-11-19 21:34:32 +00:00