Michael Scire
|
e36c7a760f
|
err: add ErrorContextType enum
|
2020-06-27 12:52:01 +02:00 |
|
yellows8
|
e2db987144
|
web: Added WebSession support.
|
2020-06-24 10:39:18 -04:00 |
|
yellows8
|
044eac2f3d
|
web: Updated for 10.x.
|
2020-06-15 15:40:05 -04:00 |
|
yellows8
|
3d4f61735a
|
swkbd: Updated for 10.x and added:
swkbdInlineGetMaxHeight, swkbdInlineGetTouchRectangles, swkbdInlineIsUsedTouchPointByKeyboard.
|
2020-06-14 00:03:19 -04:00 |
|
yellows8
|
42568d6af8
|
swkbd: Adjusted the order in the .h.
|
2020-06-11 22:51:48 -04:00 |
|
yellows8
|
857e2f5c4d
|
swkbd: Added proper support for using SwkbdInlineMode_UserDisplay.
|
2020-06-11 22:40:14 -04:00 |
|
yellows8
|
29dd63e5db
|
Added support for nifmLa. Added nifmRequestGetAppletInfo.
|
2020-06-11 19:00:07 -04:00 |
|
yellows8
|
05badbdc29
|
miiLa: Minor docs adjustment.
|
2020-06-09 22:03:17 -04:00 |
|
yellows8
|
7940d8e9e1
|
Added support for the miiLa libapplet (MiiEdit).
|
2020-06-09 22:01:15 -04:00 |
|
yellows8
|
9dc185ba3c
|
Added support for libapplet nfpLa (amiibo).
|
2020-06-06 22:40:28 -04:00 |
|
玻璃兔
|
3dbafe6183
|
More keyboard types (#387)
|
2020-03-20 17:43:44 +01:00 |
|
yellows8
|
c4bc7b24a0
|
Added type Uuid and use it where needed. Renamed the c field in NcmPlaceHolderId to uuid. Removed PACKED from WebWifiPageArg/WebWifiReturnValue.
|
2019-12-03 23:31:01 -05:00 |
|
yellows8
|
bbcabee29f
|
psel: Number of improvements. Added PselUiMode_NintendoAccountAuthorizationRequestContext. Various naming adjustments. Implemented pselShowUserSelector properly, and added pselShowUserSelectorForSystem/pselShowUserSelectorForLauncher. Use accountIsUserRegistrationRequestPermitted and accountTrySelectUserWithoutInteraction. Added PselUserSelectionPurpose, PselNintendoAccountStartupDialogType, PselUserSelectionSettings, and PselUserSelectionSettingsForSystemService.
|
2019-12-03 13:34:27 -05:00 |
|
yellows8
|
4078de1eff
|
psel: Various improvements, including proper version handling. Updated names. Renamed/added modes, with sysver docs. Don't use ptrs for input AccountUids. Added pselShowUserCreatorForStarter and pselShowNintendoAccountNnidLinker. Directly return the Result from PselUiReturnArg. Removed the output user param from pselShowUserCreator.
|
2019-12-01 18:34:50 -05:00 |
|
yellows8
|
dea3f140f1
|
Minor hidLa docs improvement.
|
2019-11-28 18:47:00 -05:00 |
|
yellows8
|
f00898c4d8
|
Improved hidLa docs.
|
2019-11-28 16:11:06 -05:00 |
|
yellows8
|
9f28d0002a
|
Added support for hidLa (controller libapplet).
|
2019-11-28 16:04:46 -05:00 |
|
XorTroll
|
3925e92828
|
Add psel (playerSelect) support (#335)
* Add psel (playerSelect) support
|
2019-11-27 12:50:34 -05:00 |
|
yellows8
|
c40f8ecac6
|
Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements.
|
2019-11-12 12:45:58 -05:00 |
|
yellows8
|
67eacc8034
|
Added support for the [9.0.0+] friendsLa functionality. Added AccountNetworkServiceAccountId (and updated friendsLa for this). Added FriendsFriendInvitationGameModeDescription, FriendsFriendInvitationId, and FriendsFriendInvitationGroupId.
|
2019-11-12 10:24:27 -05:00 |
|
yellows8
|
4ab50e3752
|
Use official naming instead of 'title(ID)'. Use 'uid(s)' instead of 'userID(s)'. Updated various struct field names. Improved docs + minor other improvements.
|
2019-10-30 10:38:05 -04:00 |
|
fincs
|
47b0403333
|
Pass plain AccountUid inputs by value instead of by non-const pointer
|
2019-10-21 16:57:01 +02:00 |
|
yellows8
|
929990b7c8
|
web/friendsLa: Updated for using AccountUid. Renamed webConfigSetUserID to webConfigSetUid, and renamed WebArgType_UserID to WebArgType_Uid.
|
2019-10-08 17:44:53 -04:00 |
|
fincs
|
8a0aef8824
|
Fix new compiler warnings raised by GCC 9.x
|
2019-09-21 00:58:33 +02:00 |
|
yellows8
|
fa25df27d0
|
Added support for friendsLa. Added friends.h.
|
2019-09-14 19:26:07 -04:00 |
|
yellows8
|
b89191c435
|
Added support for launching the Album applet via albumLa.
|
2019-09-09 11:10:33 -04:00 |
|
yellows8
|
4177031ebe
|
Use the same style for all system-versions.
|
2019-08-26 13:05:49 -04:00 |
|
yellows8
|
0569ca7588
|
Updated docs. Use proper doxygen sections instead of plain comments, and use same style for all system-versions in applet docs. Internal applet.c improvements. Added appletGetServiceSession_*() funcs.
|
2019-08-26 10:40:24 -04:00 |
|
yellows8
|
eeaa63aa28
|
Added appletPushContext/appletPopContext. Added appletHolderJump. Added appletGetAppletInfo. Added libappletSetJumpFlag. Added structs AppletProcessLaunchReason and AppletInfo.
|
2019-08-15 21:43:09 -04:00 |
|
yellows8
|
8db92d48a5
|
Added libappletArgsPop. Improved docs.
|
2019-08-14 21:55:07 -04:00 |
|
yellows8
|
9947048f8b
|
Added support for [8.0.0+] swkbd functionality: swkbdConfigSetUnkFlag, swkbdConfigSetTrigger, swkbdInlineSetChangedStringV2Callback, and swkbdInlineSetMovedCursorV2Callback. Added swkbdInlineLaunchForLibraryApplet and swkbdInlineSetDecidedCancelCallback. Moved initArg setup into swkbdInlineLaunch*.
|
2019-06-04 19:13:36 -04:00 |
|
yellows8
|
d2bfc032f8
|
Added support for the additional web [8.0.0+] functionality: webConfigSetMediaPlayerUi and webReplyGetMediaPlayerAutoClosedByCompletion. Various other changes.
|
2019-05-19 15:15:00 -04:00 |
|
yellows8
|
d4de738dfd
|
Added support for [6.0.0+] web functionality. Various minor changes.
|
2019-04-12 21:37:53 -04:00 |
|
yellows8
|
57b028fec5
|
Added support for swkbd [6.0.0+] functionality. Added swkbdConfigSet*() funcs which should now be used instead of accessing the arg structs directly. Added version checking for some swkbdInlineSet*() funcs. Various other changes.
|
2019-04-09 18:32:54 -04:00 |
|
yellows8
|
4f0aa0a589
|
Updated pctlauth docs.
|
2019-04-01 21:31:46 -04:00 |
|
yellows8
|
7b25d55342
|
Added pctlauth.
|
2019-03-31 22:01:48 -04:00 |
|
yellows8
|
9bbcee9bcf
|
Added libappletStart and libappletLaunch. Updated comments.
|
2019-03-31 21:59:04 -04:00 |
|
yellows8
|
2729cafbe0
|
Updated ErrorContext struct.
|
2019-03-29 13:36:40 -04:00 |
|
yellows8
|
b463693094
|
Changed errorApplicationSetNumber to static inline.
|
2019-03-28 20:19:38 -04:00 |
|
yellows8
|
8b5a4d580d
|
Various minor changes + changed some error* funcs to static inline. Removed errorResultBacktraceClose, errorSystemClose, and errorApplicationClose.
|
2019-03-28 20:19:38 -04:00 |
|
yellows8
|
b91bc09c57
|
Added ErrorType enum. errorCode* funcs are now static inline + minor changes. Updated docs.
|
2019-03-28 20:19:38 -04:00 |
|
yellows8
|
505042bc73
|
Added ErrorCode and the funcs for it, funcs which use low/desc now use this instead. Updated docs.
|
2019-03-28 20:19:38 -04:00 |
|
yellows8
|
71a711e5d7
|
Updated ErrorContext.
|
2019-03-28 20:19:38 -04:00 |
|
yellows8
|
0ea16ae8c7
|
Added errorResultRecordShow/errorCodeRecordShow.
|
2019-03-28 20:19:38 -04:00 |
|
yellows8
|
f6287086d3
|
Added errorResultShow/errorCodeShow. Updated ErrorCommonHeader and added ErrorPctlArg.
|
2019-03-28 20:19:38 -04:00 |
|
yellows8
|
6be5ad949e
|
In errorSystemSetContext(), return immediately on pre-4.0.0.
|
2019-03-28 20:19:38 -04:00 |
|
yellows8
|
68e3204a88
|
Added support for errorResultBacktrace*. Updated/added error structs.
|
2019-03-28 20:19:38 -04:00 |
|
yellows8
|
018441a1f6
|
Added support for errorEulaShow/errorSystemUpdateEulaShow.
|
2019-03-28 20:19:38 -04:00 |
|
yellows8
|
1ec8e3b29e
|
Added support for error Application. Allow passing NULL to errorSystemCreate() for fullscreen_message, and minor other adjustments.
|
2019-03-28 20:19:38 -04:00 |
|
yellows8
|
3995447de7
|
Renamed error funcs and updated/added structs. Updated errorSystemCreate. Merged errorConfigSetShortDescription/errorConfigSetDetailedDescription into errorSystemCreate. Replaced errorConfigSetModule/errorConfigSetDescription with errorSystemSetCode, and added an errorSystemSetResult wrapper. Added errorSystemSetLanguageCode and errorSystemSetContext.
|
2019-03-28 20:19:38 -04:00 |
|