friedkeenan
|
61c0f4b2d9
|
Add hidsysGetUniquePadSerialNumber (#303)
|
2019-07-05 03:55:22 +02:00 |
|
Thomas Guillemard
|
2c1763c692
|
Add more ITimeZoneService related commands (#300)
This commit adds timeGetDeviceLocationName, timeSetDeviceLocationName, timeGetTotalLocationNameCount, timeLoadLocationNameList, timeLoadTimeZoneRule, timeToPosixTime, timeToPosixTimeWithMyRule, and timeToCalendarTime.
|
2019-07-03 21:29:24 +02:00 |
|
yellows8
|
9a607a369e
|
Properly convert the input id in irsGetIrCameraHandle().
|
2019-07-01 22:04:48 -04:00 |
|
yellows8
|
7f7ba17802
|
Fixed appletQueryApplicationPlayStatistics and added appletQueryApplicationPlayStatisticsByUid. Renamed AppletApplicationPlayStatistics to PdmApplicationPlayStatistics, updated it, and moved it to new file pdm.h.
|
2019-06-29 20:44:55 -04:00 |
|
yellows8
|
b938016a67
|
Minor hiddbg fixes.
|
2019-06-28 21:39:33 -04:00 |
|
yellows8
|
156410b549
|
Added support for AbstractedPad. Improved hiddbgInitialize(). Updated hiddbg docs.
|
2019-06-28 21:36:53 -04:00 |
|
SciresM
|
950e1ec5ed
|
pm: add bm cmds, BoostSystemThreadResourceLimit (#299)
|
2019-06-29 00:35:22 +02:00 |
|
yellows8
|
e1e2a05a34
|
Added hiddbgUpdateControllerColor and hiddbgUpdateDesignInfo.
|
2019-06-26 15:05:11 -04:00 |
|
Michael Scire
|
a065244e4b
|
ldr: fix getter error
|
2019-06-26 19:16:10 +02:00 |
|
Michael Scire
|
48133f72ce
|
ldr: add getters for shell/dmnt/pm
|
2019-06-26 17:33:10 +02:00 |
|
yellows8
|
74c102ed3f
|
Added hiddbgReadSerialFlash.
|
2019-06-25 22:40:49 -04:00 |
|
Michael Scire
|
18f977aa76
|
pm: add getters for pminfo, pmshell
|
2019-06-25 16:13:52 +02:00 |
|
Michael Scire
|
6978003c42
|
sm/smm: Add GetServiceSession
|
2019-06-24 21:43:45 +02:00 |
|
yellows8
|
5a3eb542b2
|
Updated Hdls structs and docs. Added hidGetControllerDeviceType, hidGetControllerFlags, and hidGetControllerPowerInfo. Added/updated hid structs.
|
2019-06-08 21:51:46 -04:00 |
|
yellows8
|
3e39f97fe5
|
Added support for hiddbg Hdls.
|
2019-06-06 20:52:33 -04:00 |
|
thedax
|
133ffe92fd
|
Implement setsys GetDeviceNickname/SetDeviceNickname (#289)
* Implement setsys(Get/Set)DeviceNickname.
Thanks to @shchmue & @thog for tips on the send/recv buffers!
|
2019-06-04 10:22:51 -04:00 |
|
Adubbz
|
8cf419802a
|
Implement fsOpenContentStorageFileSystem, fsGetRightsIdByPath & fsGetRightsIdAndKeyGenerationByPath (#288)
* Implement fsOpenContentStorageFileSystem, fsGetRightsIdByPath & fsGetRightsIdAndKeyGenerationByPath
|
2019-06-03 14:51:21 -04:00 |
|
Michael Scire
|
3afc9ae371
|
Add FsBisStorageId enum
|
2019-06-03 14:48:45 -04:00 |
|
Michael Scire
|
ac9d76f373
|
fs: fix file/storage API, add fsdevCreateFile, add fsOpenFileSystemWithPatch.
|
2019-06-03 14:48:45 -04:00 |
|
Ac_K
|
a3381d3d64
|
hidsysSetNotificationLedPattern cleanup
Fix a copy/paste issue in hidsysSetNotificationLedPattern
|
2019-06-01 16:00:28 -04:00 |
|
Alex Barney
|
bd1f9258b2
|
Fix fsFsCreateFile command parameters
|
2019-05-31 09:56:03 -04:00 |
|
Thomas Guillemard
|
977bb9d7e8
|
i2c: add ReceiveAudo and ExecuteCommandList
Also make buf const in SendAuto.
|
2019-05-17 19:38:47 -04:00 |
|
yellows8
|
f6f6adf1cb
|
Use the proper IPC buffer type for _usbHsEpGetXferReport with [3.0.0+].
|
2019-05-16 18:48:19 -04:00 |
|
XorTroll
|
5452a4bd5f
|
Fix ro services
|
2019-05-11 20:25:06 +02:00 |
|
Michael Scire
|
a1861509f5
|
ncm: add ncmContentMetaDatabaseGetAttributes
|
2019-05-09 12:42:50 +02:00 |
|
yellows8
|
afaa33df2e
|
Added partial support for SevenSixAxisSensor.
|
2019-05-03 18:38:37 -04:00 |
|
Michael Scire
|
4094c014ff
|
spl: fix BootReason command names
|
2019-05-03 03:33:56 +02:00 |
|
yellows8
|
46d5771312
|
const for hidsysSetNotificationLedPattern input pattern.
|
2019-04-25 19:30:10 -04:00 |
|
yellows8
|
bed9213f41
|
Added hidsysSetNotificationLedPattern and the struct for it.
|
2019-04-25 19:27:45 -04:00 |
|
yellows8
|
d4789c37c9
|
Added hidsysGetUniquePadsFromNpad and hidsysGetUniquePadIds.
|
2019-04-25 14:31:00 -04:00 |
|
SciresM
|
d6ba6d9625
|
sm: add retry loop in smInitialize (#270)
|
2019-04-25 17:43:39 +02:00 |
|
Michael Scire
|
0666e4651e
|
spl: fix cryptAesCtr definition
|
2019-04-25 14:39:10 +02:00 |
|
SciresM
|
ee34c620f7
|
pcv: add pcvGetModuleId (#269)
* pcv: add pcvGetModuleId
|
2019-04-24 19:44:13 -04:00 |
|
Samuel P
|
bc1786b7b0
|
pcv Set/GetClockRate changes in 8.0.0 (#266)
* version check on pre-8.0.0 pcv funcs
* clkrst API
* Add PcvModuleId enum
|
2019-04-24 13:36:19 -04:00 |
|
yellows8
|
1dd057ac09
|
Added pctlConfirmStereoVisionPermission and pctlResetConfirmedStereoVisionPermission.
|
2019-04-22 12:33:01 -04:00 |
|
Michael Scire
|
9884ce0462
|
ldr: change ldrDmntGetModuleInfos to match roDmnt
|
2019-04-22 16:57:03 +02:00 |
|
Michael Scire
|
50db74a15b
|
Implement ro:1
|
2019-04-22 16:57:03 +02:00 |
|
Michael Scire
|
23bd10f6db
|
ro: add ldrRoLoadNrrEx, fix roDmnt
|
2019-04-22 16:57:03 +02:00 |
|
yellows8
|
76b6f521fe
|
Added appletIsVrModeEnabled and appletSetVrModeEnabled.
|
2019-04-21 13:45:49 -04:00 |
|
yellows8
|
3b0f2014e3
|
Added appletGetCurrentIlluminance, appletGetCurrentIlluminanceEx, and appletIsIlluminanceAvailable.
|
2019-04-20 16:11:05 -04:00 |
|
yellows8
|
2916bd631a
|
Added pctlIsStereoVisionPermitted.
|
2019-04-20 16:09:35 -04:00 |
|
fincs
|
2f70ee6a92
|
Remove apm:p support as per 8.0.0
|
2019-04-16 17:45:12 +02:00 |
|
yellows8
|
3dde2148cc
|
Added appletSetCpuBoostMode, appletGetCurrentPerformanceConfiguration, and ApmCpuBoostMode enum. Updated comments / various minor changes.
|
2019-04-14 12:16:37 -04:00 |
|
yellows8
|
39f40b26ae
|
Added pctl.
|
2019-04-01 21:29:51 -04:00 |
|
Michael Scire
|
1bea504732
|
Added fsOpenDataStorageByDataId and romfsMountFromDataArchive
|
2019-03-25 00:02:18 +01:00 |
|
natinusala
|
9c016a4cee
|
Implemented nifmGetInternetConnectionStatus
|
2019-03-19 12:35:52 -04:00 |
|
Michael Theall
|
b49cb8a1a6
|
const params for usbDs
|
2019-03-16 00:07:39 +01:00 |
|
exelix
|
093471609d
|
Change nifm initialization mode and add SetWirelessCommunicationEnabled (#247)
* Init nifm in the proper context, add SetWirelessCommunicationEnabled
* add nifmSetServiceType to set which nifm service to init
|
2019-03-15 17:11:40 -04:00 |
|
natinusala
|
a7facade0a
|
Implement wlaninfGetState and wlaninfGetRSSI
|
2019-03-15 11:35:02 -04:00 |
|
yellows8
|
c542d3ab8a
|
Added hidMouseMultiRead + mouse handling adjustments. Closes #235.
|
2019-03-11 23:34:58 -04:00 |
|