Daniel K. O.
e3ac119037
Added field to control swkbd keyboard layout. ( #429 )
...
C/C++ CI / ubuntu-latest (push) Has been cancelled
Co-authored-by: Daniel K. O. (dkosmari) <none@none>
2025-11-01 14:30:01 +01:00
GaryOderNichts
2c98cc91aa
Run clang-format
...
C/C++ CI / ubuntu-latest (push) Has been cancelled
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
2025-06-05 11:06:04 +01:00
GaryOderNichts
2b66122422
Add .clang-format
...
Co-authored-by: Maschell <Maschell@gmx.de>
2025-06-05 11:06:04 +01:00
Daniel K. O.
8b65fd6ce9
Fix typo in nsysnet and add more nn::ac functions. ( #401 )
...
Co-authored-by: Daniel K. O. (dkosmari) <none@none>
2024-10-01 21:21:24 +02:00
Maschell
55a4708ced
nn_acp: Add ACPDevice enum values, add save related functions
2024-08-10 17:43:27 +02:00
Andrew Hawes
9a32ef1b65
nn_acp: Add ACPRemoveSaveDir*
2024-07-31 16:57:19 +02:00
Maschell
8b05ac3410
nn_ccr: Add CCRSysSetCurrentLCDMode and CCRSysGetCurrentLCDMode
2024-07-23 01:05:43 +02:00
Daniel López Guimaraes
29f5093bf0
nn/dlp: Fix Initialize functions on ServerPrivate
...
These functions were pointing to the `Server` implementation, and not
the `ServerPrivate` one. Fix the typo using the correct `ServerPrivate`
export instead.
2024-07-19 18:54:10 +02:00
Daniel López Guimaraes
0ae8f8a507
nn/dlp: Add initial headers
2024-07-13 16:35:13 +02:00
Daniel López Guimaraes
4933211d7b
nn/uds: Add initial headers ( #387 )
...
* nn/uds: Add initial headers
* nn/uds: Minor fixes and improvements
2024-06-20 16:41:43 +02:00
Maschell
e0854333e8
nn_ccr: Add CCRSysCaffeineBootCheckAbort; nsysccr: fix quick start menu value in CCRCDCDrcStateEnum ( #372 )
...
* nn_ccr: Add CCRSysCaffeineBootCheckAbort
* nsysccr: Fix quick start menu field in CCRCDCDrcStateEnum
* Update include/nsysccr/cdc.h
2024-06-09 14:29:23 +02:00
Maschell
474ae04cb9
nn_acp: Add ACPGetTitleMetaDir and ACPGetTitleMetaDirByTitleListType
2024-06-08 17:47:16 +02:00
Maschell
72ec4f790f
nn_ccr: Add CCRSysSetInitBootFlag and CCRSysInitializeSettings
2024-05-05 13:48:17 +02:00
Maschell
c2b385cf2c
nn_sl: Fix wrong parameters for nn::sl::LaunchInfoDatabase::Unregister
2024-05-05 08:22:49 +02:00
Maschell
c00384924e
nn_ccr: Add CCRSysCaffeineSetDRCEnableFlag and CCRSysCaffeineSetEnableFlag
2024-04-27 13:47:37 +02:00
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