exelix
|
2d1116743e
|
Add wrappers for brightness-related functions (#246)
* Add wrappers for brightness-related functions
|
2019-03-04 21:37:33 -05:00 |
|
yellows8
|
d353213d72
|
Added appletHolderRequestExit.
|
2019-03-04 10:42:07 -05:00 |
|
yellows8
|
bbd0dcbd2b
|
Added CapsAlbumEntry + comments.
|
2019-03-01 22:16:05 -05:00 |
|
yellows8
|
ff3a4f9844
|
Renamed usbDsEndpoint_StallCtrl to *Stall.
|
2019-03-01 12:40:23 -05:00 |
|
yellows8
|
6dea82a668
|
Moved applet notification-msg handling code into new funcs appletGetMessage and appletProcessMessage (with some improvements), which appletMainLoop now calls.
|
2019-02-27 19:03:35 -05:00 |
|
exelix
|
ad5b8c019f
|
Add some functions from IOverlayAppletProxy and hid:sys (#242)
|
2019-02-27 16:17:03 +01:00 |
|
Michael Scire
|
d2c24bbe10
|
pm: Add pmdmntGetServiceSession()
|
2019-02-27 12:44:44 +01:00 |
|
yellows8
|
d61c2d07b6
|
Added appletRequestLaunchApplication and appletRequestLaunchApplicationForQuest.
|
2019-02-19 23:12:29 -05:00 |
|
yellows8
|
567828f44e
|
Fixed doxygen issues / improved docs. Closes #230.
|
2019-02-19 16:56:33 -05:00 |
|
fincs
|
11b7bece4a
|
Change all services except fatal to use hosversion* instead of kernelAboveXYZ
|
2019-02-18 21:48:49 +01:00 |
|
yellows8
|
1cb2c18fa5
|
Added capssc.
|
2019-02-15 20:30:39 -05:00 |
|
averne
|
7d9601810d
|
Added nfp:user services wrappers. (#237)
* hid: move official/libnx controller converters to hid.h
|
2019-02-15 19:06:41 +01:00 |
|
yellows8
|
16cbf1c9f6
|
Fixed minimum required sysver for capssu.
|
2019-02-11 20:36:41 -05:00 |
|
yellows8
|
e02b6c167a
|
Added capssu and caps.h.
|
2019-02-08 19:47:13 -05:00 |
|
shibbs
|
131b92a8c8
|
Add in more NIFM functionality (#236)
|
2019-01-27 00:12:15 +01:00 |
|
yellows8
|
203aa2b368
|
Added viGetIndirectLayerImageMap and viGetIndirectLayerImageRequiredMemoryInfo.
|
2019-01-14 11:12:49 -05:00 |
|
yellows8
|
2e3fd9bd9f
|
Use const for appletQueryApplicationPlayStatistics.
|
2019-01-05 14:47:42 -05:00 |
|
yellows8
|
2ccaa302a1
|
Added appletQueryApplicationPlayStatistics. Use BufferType_Normal instead of 0 in _appletGetSessionProxy.
|
2019-01-05 14:34:18 -05:00 |
|
yellows8
|
82e526c72f
|
Added appletHolderActive and appletHolderCheckFinished.
|
2019-01-04 11:46:36 -05:00 |
|
XProger
|
f589310ef2
|
fix unusable touch by adding touch identifier into touchPosition
|
2019-01-03 21:16:06 +01:00 |
|
fincs
|
49efa74e70
|
Remove static_asserts from hid.h in order to avoid a hard dependency on C11
|
2019-01-01 03:27:43 +01:00 |
|
yellows8
|
e59036d4c8
|
Added PsmSession, which is now an additional param for: psmBindStateChangeEvent, psmWaitStateChangeEvent, and psmUnbindStateChangeEvent. Hence, the psm session is now handled with this object instead of libnx automatically handling it internally. psmBindStateChangeEvent no longer calls psmUnbindStateChangeEvent. Other adjustments.
|
2018-12-31 19:36:07 -05:00 |
|
yellows8
|
e9cc565e92
|
Fixed usbhs 3.0.0+ support with usbHsAcquireUsbIf.
|
2018-12-26 11:18:09 -05:00 |
|
yellows8
|
36a2404e4b
|
Updated applet/swkbd comments.
|
2018-12-24 20:13:09 -05:00 |
|
yellows8
|
854e3058ba
|
Replaced appletSetMediaPlaybackStateForApplication with appletSetMediaPlaybackState, which now supports non-Application. Added _appletCmdInU8/_appletCmdInBool, the latter is now used by appletSetMediaPlaybackState.
|
2018-12-21 11:33:56 -05:00 |
|
Cpasjuste
|
8be5cad7f8
|
Added appletSetMediaPlaybackStateForApplication
|
2018-12-21 10:30:28 -05:00 |
|
yellows8
|
d821185e3d
|
Added buffer param to appletCreateTransferMemoryStorage and appletCreateHandleStorageTmem, tmemCreateFromMemory will now be used with this when buffer is not NULL.
|
2018-12-20 12:59:59 -05:00 |
|
yellows8
|
6e10568589
|
Added applets/libapplet. Added appletSetThemeColorType and appletGetThemeColorType.
|
2018-12-19 19:49:57 -05:00 |
|
Michael Scire
|
7c01659953
|
vi: Improve ViScalingMode enum
|
2018-12-19 19:33:31 +01:00 |
|
Michael Scire
|
798d8ff50c
|
Add vi wrappers for system StrayLayer usage.
|
2018-12-19 19:33:31 +01:00 |
|
yellows8
|
9f63f29988
|
Use eventActive for g_appletLibraryAppletLaunchableEvent. Fixed _appletWaitLibraryAppletLaunchableEvent, and set rc to eventWait ret in _appletWaitLibraryAppletLaunchableEvent. Added appletHolderWaitInteractiveOut.
|
2018-12-19 13:00:40 -05:00 |
|
yellows8
|
ced4f16ee1
|
Fixed+enabled appletSetTerminateResult and added it to applet.h.
|
2018-12-18 21:45:13 -05:00 |
|
yellows8
|
d8683ea188
|
Added appletHolderPopOutData and appletHolderPopInteractiveOutData.
|
2018-12-18 20:07:29 -05:00 |
|
yellows8
|
a6e1413712
|
Added storage pushing for AppletHolder. Verify that the input storage is initialized in _appletCmdInStorage().
|
2018-12-18 19:37:07 -05:00 |
|
yellows8
|
5874a272d0
|
Added appletHolderJoin and appletHolderGetExitReason.
|
2018-12-18 19:03:22 -05:00 |
|
yellows8
|
bca797afc2
|
Use LibraryAppletLaunchableEvent and handle LibraryApplet self-creation. Implemented LibraryApplet starting.
|
2018-12-17 20:23:43 -05:00 |
|
yellows8
|
8f22e9e213
|
Initial impl for LibraryApplet creation.
|
2018-12-17 12:16:46 -05:00 |
|
natinusala
|
c8f732fda8
|
Add missing applet focus states and handling modes
|
2018-12-17 11:03:49 -05:00 |
|
yellows8
|
42e7cf44cb
|
Implemented applet IPC code for pushing storages/objects. Added appletPushToGeneralChannel().
|
2018-12-16 18:16:01 -05:00 |
|
yellows8
|
3dce07d78c
|
Fixed broken object sending in ipcPrepareHeaderForDomain(), and added serviceSendObject().
|
2018-12-16 18:10:37 -05:00 |
|
yellows8
|
f61e9237e6
|
Added accountGetPreselectedUser.
|
2018-12-15 21:50:27 -05:00 |
|
yellows8
|
41e75d0b7d
|
Removed AppletStorage.isHandleStorage since it's not usable for storages not created by the current process. Hence, appletStorageGetSize no longer supports HandleStorage.
|
2018-12-15 18:11:21 -05:00 |
|
yellows8
|
10826dda13
|
Added appletPopLaunchParameter.
|
2018-12-15 17:31:36 -05:00 |
|
yellows8
|
3af857575c
|
Added comment to appletStorageMap.
|
2018-12-15 16:43:53 -05:00 |
|
yellows8
|
d65c2ec94b
|
Added support for tmem with AppletStorage, and added HandleStorage support. applet IPC improvements.
|
2018-12-15 16:34:23 -05:00 |
|
yellows8
|
1077cc2b46
|
Implemented AppletStorage. Various IPC improvements in applet.c, etc.
|
2018-12-13 22:48:48 -05:00 |
|
Michael Scire
|
3cff199b42
|
Add remaining pm:shell services, address issues
|
2018-12-10 00:12:46 +01:00 |
|
Michael Scire
|
0fad4244da
|
Add ro:dmnt, ldr:ro.
|
2018-12-10 00:12:46 +01:00 |
|
Michael Scire
|
8e1ba23b83
|
pm: Add remaining pm:dmnt services
|
2018-12-10 00:12:46 +01:00 |
|
Michael Scire
|
0a92b0eb07
|
ns: Implement all of ns:dev
|
2018-12-10 00:12:46 +01:00 |
|