yellows8
|
bc2dff0361
|
Added hidAcquireNpadStyleSetUpdateEventHandle.
|
2018-12-02 16:48:59 -05:00 |
|
Michael Scire
|
2a831c6196
|
Fix struct definition for splSetConfig
|
2018-12-01 21:29:41 +01:00 |
|
yellows8
|
ee066a27ee
|
Implemented usbhs endpoints, other adjustments. Updated field name in UsbHsXferReport. Added defines in usb.h from libusb.
|
2018-11-30 20:13:58 -05:00 |
|
yellows8
|
31cea3a6b6
|
Implemented usbhs control transfers. Fixed eventCtrlXfer init. Updated a field name in UsbHsXferReport.
|
2018-11-30 20:13:58 -05:00 |
|
yellows8
|
2049ff081d
|
Updated usbhs comments and store the interface ID in UsbHsClientIfSession. Added: usbHsIfSetInterface, usbHsIfGetInterface, usbHsIfGetAlternateInterface, usbHsIfGetCurrentFrame, and usbHsIfResetDevice.
|
2018-11-30 20:13:58 -05:00 |
|
yellows8
|
83dfc58adb
|
Moved interface-specific data from UsbHsInterface into UsbHsInterfaceInfo. Added usbHsAcquireUsbIf/usbHsIfClose and the related structs.
|
2018-11-30 20:13:58 -05:00 |
|
yellows8
|
f1ba199d1c
|
Initial usbhs support.
|
2018-11-30 20:13:58 -05:00 |
|
yellows8
|
725ac9f00a
|
Moved usb code specific to usbds into seperate .c/.h.
|
2018-11-28 17:34:53 -05:00 |
|
yellows8
|
3726eb8950
|
Use PACKED for _usbDsGetSession resp, required for domains. Use domains for usbds, with changes from @SciresM.
|
2018-11-28 16:40:45 -05:00 |
|
yellows8
|
7ae659c2cb
|
Handle the output u8 in _usbDsGetSession, without using it in the callers.
|
2018-11-28 15:03:06 -05:00 |
|
yellows8
|
36bed9f8fc
|
Added support for getting file timestamps via 3.0.0+ fsFsGetFileTimeStampRaw, *stat() timestamps are now set when fsFsGetFileTimeStampRaw is successful. This is now used in fsdev_open() for supporting fstat. The sysver is now checked in fsFsCleanDirectoryRecursively(). Closes #204.
|
2018-11-20 14:22:19 -05:00 |
|
pixel-stuck
|
a7577f7b56
|
Add pcvSetVoltageEnabled and pcvGetVoltageEnabled (#208)
* Add pcvSetVoltageEnabled and pcvGetVoltageEnabled
|
2018-11-19 10:37:59 -05:00 |
|
yellows8
|
8767ea798b
|
Determine whether to use AUDREN_REVISION_1-4 via the sysver, instead of hard-coding it for the 3.0+ rev. Updated comments and added AUDREN_REVISION_5/AUDREN_REVISION_6 defines.
|
2018-11-17 11:43:24 -05:00 |
|
yellows8
|
e7117a7903
|
Added enum for hidSetNpadJoyHoldType. Improved hid docs. Use hidSetNpadJoyHoldType during hid init/exit. Closes #206.
|
2018-11-15 21:36:34 -05:00 |
|
Michael Scire
|
4e4d5ef320
|
fatal: Implement fatalWithContext
|
2018-11-14 19:52:40 -05:00 |
|
Michael Scire
|
e943eb6ea5
|
Add fs gamecard attribute retrieve commands
|
2018-11-14 19:52:40 -05:00 |
|
Michael Scire
|
7b7bd9dd9d
|
Add setsys fatal commands
|
2018-11-14 19:52:40 -05:00 |
|
Michael Scire
|
5386edef4f
|
Add gpio wrapper
|
2018-11-14 19:52:40 -05:00 |
|
Michael Scire
|
dec6f1ffe1
|
Add i2cOpenSession, i2csessionSendAuto
|
2018-11-14 19:52:40 -05:00 |
|
Michael Scire
|
3ba8a5aa87
|
Add lblSwitchBacklightOn and lblSwitchBacklightOff
|
2018-11-14 19:52:40 -05:00 |
|
Michael Scire
|
8cb9004a2f
|
Add pcvGetClockRate/pcvSetClockRate
|
2018-11-14 19:52:40 -05:00 |
|
Michael Scire
|
27936900d0
|
Add enum for PsmBatteryVoltageState
|
2018-11-14 19:52:40 -05:00 |
|
Michael Scire
|
94dc8f75f9
|
Add bpcGetSleepButtonState
|
2018-11-14 19:52:40 -05:00 |
|
Michael Scire
|
ee55b63f79
|
Add spsm wrapper.
|
2018-11-14 19:52:40 -05:00 |
|
SciresM
|
e19765445d
|
fs: Add fsFsQueryEntry (and fsFsSetArchiveBit helper) (#202)
* fs: Add fsFsSetArchiveBit
* Add fsdevSetArchiveBit wrapper
|
2018-11-09 22:03:47 -05:00 |
|
natinusala
|
fd4afacb01
|
Expose appletSetFocusHandlingMode
|
2018-11-08 19:27:56 -05:00 |
|
yellows8
|
5a078b1205
|
Use 6.0.0+ _hwopusDecodeInterleaved cmds.
|
2018-11-06 23:02:40 -05:00 |
|
yellows8
|
6a8dba4eb4
|
Added support for hwopus multistream. Minor adjustments in hwopus.h.
|
2018-11-06 15:10:54 -05:00 |
|
yellows8
|
c99518643c
|
Use _hwopusDecodeInterleavedWithPerfOld on 4.0.0+. Use the multistream cmdid when a bool flag is set in HwopusDecoder, which is currently not set.
|
2018-11-06 10:47:09 -05:00 |
|
yellows8
|
b25be27525
|
Use BufferType_Normal in auddev.
|
2018-11-05 11:34:30 -05:00 |
|
yellows8
|
a6412e1e3a
|
Fixed swapped output raw fields in hwopusDecodeInterleaved, and also swapped those in the params.
|
2018-11-04 20:29:38 -05:00 |
|
yellows8
|
34e99d53c2
|
Added hwopus.
|
2018-11-04 18:39:04 -05:00 |
|
SciresM
|
7c2d89dc71
|
psc: Add PmModule support (#200)
* psc: Add PmModule support
|
2018-11-03 21:40:15 -04:00 |
|
yellows8
|
576302444d
|
Added auddev and AudioDeviceName.
|
2018-11-02 16:04:09 -04:00 |
|
yellows8
|
ccfb1fd4d2
|
Use Event in applet instead of raw handles.
|
2018-10-26 14:00:13 -04:00 |
|
yellows8
|
3b0348654e
|
Use Event in audout/audin instead of raw handles.
|
2018-10-26 13:41:26 -04:00 |
|
yellows8
|
49e4e31fcc
|
Added support for psm StateChangeEvent. Added psmGetBatteryVoltageState. Code style adjustments, use serviceIpc*, etc.
|
2018-10-26 13:07:10 -04:00 |
|
SciresM
|
ac853db5f0
|
set:sys: Add GetFirmwareVersion(2) (#190)
* set:sys: Add GetFirmwareVersion
|
2018-10-24 17:16:35 -04:00 |
|
yellows8
|
bcddc1ea35
|
Only allow using video-recording with regular-application, since it's not usable with SystemApplication. Added _appletIsRegularApplication() for this.
|
2018-10-23 16:23:14 -04:00 |
|
yellows8
|
318562d13b
|
Init/exit nifm in socketInitialize/socketExit, the user app no longer has to manually handle this when using gethostid/gethostname. Use domains for nifm. Style adjustments in nifm.c.
|
2018-10-23 14:04:58 -04:00 |
|
yellows8
|
a15c9945a7
|
Updated comments regarding requirements for using video-recording, etc. Changed appletInitializeGamePlayRecording to (void) since the sysmodule only supports a fixed size.
|
2018-10-22 13:37:25 -04:00 |
|
yellows8
|
0fb0f67d2e
|
hidGetControllerConnected -> hidIsControllerConnected
|
2018-10-22 12:20:28 -04:00 |
|
yellows8
|
0370140c12
|
Added hidGetControllerConnected() and updated CONTROLLER_P1_AUTO comment.
|
2018-10-22 12:13:59 -04:00 |
|
yellows8
|
a62e29d5cf
|
Added support for applet video-recording, currently not usable. In appletExit, only call appletSetFocusHandlingMode when g_appletExitProcessFlag is zero, so that it isn't called twice during proc-exit.
|
2018-10-21 22:24:54 -04:00 |
|
yellows8
|
6a9d194fe3
|
Added hidGetControllerColors and HidControllerColors. Changed rightColorbuttons to rightColorButtons in HidControllerHeader. Updated CONTROLLER_P1_AUTO comment.
|
2018-10-16 22:45:44 -04:00 |
|
Michael Scire
|
86a25e1edd
|
Make fsp-ldr use domains
|
2018-10-16 17:56:39 -04:00 |
|
Michael Scire
|
d67ae02bc5
|
Add domain support to fsp-srv
|
2018-10-16 17:56:39 -04:00 |
|
yellows8
|
cde495241c
|
Added _hidActivateNpad/_hidDeactivateNpad for internal use in hidInitialize/hidExit. Added hidSetNpadJoyHoldType. Added _hidCmdWithInputU64 and _hidCmdWithNoInput.
|
2018-10-15 12:10:07 -04:00 |
|
yellows8
|
d4277b6d32
|
Added hidSetSupportedNpadIdType(), which is automatically called during init. Closes #148, however vibration disable+enable in system-settings is still needed.
|
2018-10-14 21:47:26 -04:00 |
|
yellows8
|
42d3c32b37
|
Use FatalType_ErrorReportAndErrorScreen instead of FatalType_ErrorScreen, on pre-3.0.0. FatalType_ErrorScreen is only available with 3.0.0+, this fixes a regression where using fatalSimple on pre-3.0.0 caused a system hang.
|
2018-10-11 15:41:05 -04:00 |
|