Commit Graph

  • c328a74f71 Add fsIsExFatSupported() plutooo 2018-12-09 17:06:47 +0100
  • c28570ecab pm: Add remaining pm:dmnt services Michael Scire 2018-12-09 03:24:25 -0800
  • 6c6dc4ed38 ns: Implement all of ns:dev Michael Scire 2018-12-09 03:14:06 -0800
  • 69a98dc0cb kernel/svc: Correct SVC instruction values for svcMapPhysicalMemory and svcUnmapPhysicalMemory Lioncash 2018-12-06 23:56:41 -0500
  • a6c2e13b68 kernel/svc: Correct SVC instruction values for svcMapPhysicalMemory and svcUnmapPhysicalMemory Lioncash 2018-12-06 23:56:41 -0500
  • 40bccd7838 Add svcTerminateDebugProcess Michael Scire 2018-12-05 23:15:56 -0800
  • e6c5e72915 Add svcTerminateDebugProcess Michael Scire 2018-12-05 23:15:56 -0800
  • 5f51188d14 Update svcSleepThread definition Luke Street 2018-12-04 03:16:51 -0500
  • bc2dff0361 Added hidAcquireNpadStyleSetUpdateEventHandle. yellows8 2018-12-02 16:48:59 -0500
  • 2a831c6196 Fix struct definition for splSetConfig Michael Scire 2018-12-01 11:18:13 -0800
  • 839e6cdaf1 Fix struct definition for splSetConfig Michael Scire 2018-12-01 11:18:13 -0800
  • b7b64858a6 Added usb_standard_request from libusb. yellows8 2018-11-30 18:57:08 -0500
  • e986799784 Updated usbhs comments and added usbHsIfIsActive/usbHsIfGetID. yellows8 2018-11-30 13:07:02 -0500
  • ee066a27ee Implemented usbhs endpoints, other adjustments. Updated field name in UsbHsXferReport. Added defines in usb.h from libusb. yellows8 2018-11-30 01:57:36 -0500
  • 31cea3a6b6 Implemented usbhs control transfers. Fixed eventCtrlXfer init. Updated a field name in UsbHsXferReport. yellows8 2018-11-29 23:28:19 -0500
  • 2049ff081d Updated usbhs comments and store the interface ID in UsbHsClientIfSession. Added: usbHsIfSetInterface, usbHsIfGetInterface, usbHsIfGetAlternateInterface, usbHsIfGetCurrentFrame, and usbHsIfResetDevice. yellows8 2018-11-29 21:15:29 -0500
  • 83dfc58adb Moved interface-specific data from UsbHsInterface into UsbHsInterfaceInfo. Added usbHsAcquireUsbIf/usbHsIfClose and the related structs. yellows8 2018-11-29 19:19:27 -0500
  • f1ba199d1c Initial usbhs support. yellows8 2018-11-29 17:36:31 -0500
  • 8a5c5a3c50 Added usb_standard_request from libusb. yellows8 2018-11-30 18:57:08 -0500
  • 34f6c4dc4e
    Additional comment for fsFsSetArchiveBit() Selver 2018-11-30 13:01:15 -0800
  • 027c6245fb Updated usbhs comments and added usbHsIfIsActive/usbHsIfGetID. yellows8 2018-11-30 13:07:02 -0500
  • 444c1a29cf Implemented usbhs endpoints, other adjustments. Updated field name in UsbHsXferReport. Added defines in usb.h from libusb. yellows8 2018-11-30 01:57:36 -0500
  • dfcfba14ce Implemented usbhs control transfers. Fixed eventCtrlXfer init. Updated a field name in UsbHsXferReport. yellows8 2018-11-29 23:28:19 -0500
  • f66cd72f7d Updated usbhs comments and store the interface ID in UsbHsClientIfSession. Added: usbHsIfSetInterface, usbHsIfGetInterface, usbHsIfGetAlternateInterface, usbHsIfGetCurrentFrame, and usbHsIfResetDevice. yellows8 2018-11-29 21:15:29 -0500
  • dcf51ddf92 Moved interface-specific data from UsbHsInterface into UsbHsInterfaceInfo. Added usbHsAcquireUsbIf/usbHsIfClose and the related structs. yellows8 2018-11-29 19:19:27 -0500
  • b9cf28837a Initial usbhs support. yellows8 2018-11-29 17:36:31 -0500
  • ba68e198db Use PACKED for usb_endpoint_descriptor and usb_config_descriptor. yellows8 2018-11-29 17:25:46 -0500
  • b2bee550ff Improve documentation of hidMergeSingleJoyAsDualJoy rsn8887 2018-11-29 09:54:16 -0600
  • 7146392874 Improve documentation of hidMergeSingleJoyAsDualJoy rsn8887 2018-11-29 09:54:16 -0600
  • f373b3ca23 Added usbds.h to switch.h. yellows8 2018-11-28 21:56:34 -0500
  • 725ac9f00a Moved usb code specific to usbds into seperate .c/.h. yellows8 2018-11-28 17:34:53 -0500
  • 528b17c9b5 Added usb_config_descriptor in usb.h. yellows8 2018-11-28 17:11:11 -0500
  • 3726eb8950 Use PACKED for _usbDsGetSession resp, required for domains. Use domains for usbds, with changes from @SciresM. yellows8 2018-11-28 16:40:45 -0500
  • 68846af044 Removed alignment for object_ids in ipcParseDomainResponse, since official sw doesn't have this. yellows8 2018-11-28 16:37:33 -0500
  • 7ae659c2cb Handle the output u8 in _usbDsGetSession, without using it in the callers. yellows8 2018-11-28 15:03:06 -0500
  • 07cd134d24 Release v1.6.0 v1.6.0 fincs 2018-11-28 02:09:20 +0100
  • 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. yellows8 2018-11-20 14:22:19 -0500
  • a7577f7b56 Add pcvSetVoltageEnabled and pcvGetVoltageEnabled (#208) pixel-stuck 2018-11-19 10:37:59 -0500
  • b0f71eae48
    Check IPC result and check isEnabled isn't NULL pixel-stuck 2018-11-18 17:08:20 -0500
  • dfd08e190c
    Check isEnabled isn't NULL pixel-stuck 2018-11-18 15:08:49 -0500
  • 765bacfb4c really fix types dark-samus 2018-11-17 23:19:23 -0500
  • 849e436a2d
    Fix types. bool -> u8 pixel-stuck 2018-11-17 20:21:41 -0500
  • 6d8682db44
    Really fix whitespace pixel-stuck 2018-11-17 16:55:31 -0500
  • 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. yellows8 2018-11-17 11:43:24 -0500
  • f902b7f833 fix whitespace dark-samus 2018-11-17 02:26:31 -0500
  • e51c787d84 fix formatting dark-samus 2018-11-17 01:51:42 -0500
  • 7f2c3f7d3c Add pcvSetVoltageEnabled and pcvGetVoltageEnabled dark-samus 2018-11-17 01:25:19 -0500
  • e7117a7903 Added enum for hidSetNpadJoyHoldType. Improved hid docs. Use hidSetNpadJoyHoldType during hid init/exit. Closes #206. yellows8 2018-11-15 21:34:08 -0500
  • 33364a8271 support SL/SR buttons on right JoyCons rsn8887 2018-11-15 17:06:27 -0600
  • 6d717d0aa9 support SL/SR buttons on right JoyCons rsn8887 2018-11-15 17:06:27 -0600
  • 12ee6e502e Fixed register corruption in crt0 introduced by the exception commit. Only handle exceptions when __libnx_exception_handler is defined by the user, and updated comments. yellows8 2018-11-14 20:55:17 -0500
  • 4e4d5ef320 fatal: Implement fatalWithContext Michael Scire 2018-11-13 20:24:06 -0800
  • e943eb6ea5 Add fs gamecard attribute retrieve commands Michael Scire 2018-11-10 13:31:35 -0800
  • 4581e597c0 Add SetSysFlag_RequiresRunRepairTimeReviser Michael Scire 2018-11-10 13:11:40 -0800
  • 8bef0e6298 Add GpioPadName_ButtonVol[UpDown] Michael Scire 2018-11-10 13:09:01 -0800
  • 7b7bd9dd9d Add setsys fatal commands Michael Scire 2018-11-10 12:26:49 -0800
  • 5386edef4f Add gpio wrapper Michael Scire 2018-11-10 04:01:34 -0800
  • dec6f1ffe1 Add i2cOpenSession, i2csessionSendAuto Michael Scire 2018-11-10 03:50:59 -0800
  • 3ba8a5aa87 Add lblSwitchBacklightOn and lblSwitchBacklightOff Michael Scire 2018-11-10 03:15:50 -0800
  • 8cb9004a2f Add pcvGetClockRate/pcvSetClockRate Michael Scire 2018-11-10 03:04:10 -0800
  • 27936900d0 Add enum for PsmBatteryVoltageState Michael Scire 2018-11-10 02:31:11 -0800
  • 94dc8f75f9 Add bpcGetSleepButtonState Michael Scire 2018-11-10 01:31:57 -0800
  • ee55b63f79 Add spsm wrapper. Michael Scire 2018-11-10 01:31:47 -0800
  • f8e35fb453 fatal: Implement fatalWithContext Michael Scire 2018-11-13 20:24:06 -0800
  • 49b2cb25e4 Add fs gamecard attribute retrieve commands Michael Scire 2018-11-10 13:31:35 -0800
  • bccaa4063e Add SetSysFlag_RequiresRunRepairTimeReviser Michael Scire 2018-11-10 13:11:40 -0800
  • ac7393c40c Add GpioPadName_ButtonVol[UpDown] Michael Scire 2018-11-10 13:09:01 -0800
  • 4a87543ec3 Add setsys fatal commands Michael Scire 2018-11-10 12:26:49 -0800
  • 5e69f760fb Added support for exception-handling. yellows8 2018-11-14 16:17:02 -0500
  • 22aef5d7b9 Add gpio wrapper Michael Scire 2018-11-10 04:01:34 -0800
  • e067129429 Add i2cOpenSession, i2csessionSendAuto Michael Scire 2018-11-10 03:50:59 -0800
  • ec6e3c8cbe Add lblSwitchBacklightOn and lblSwitchBacklightOff Michael Scire 2018-11-10 03:15:50 -0800
  • 03b238ddbc Add pcvGetClockRate/pcvSetClockRate Michael Scire 2018-11-10 03:04:10 -0800
  • da5651d2ff Add enum for PsmBatteryVoltageState Michael Scire 2018-11-10 02:31:11 -0800
  • d13f214f5d Add bpcGetSleepButtonState Michael Scire 2018-11-10 01:31:57 -0800
  • 0bc7d62987 Add spsm wrapper. Michael Scire 2018-11-10 01:31:47 -0800
  • e19765445d fs: Add fsFsQueryEntry (and fsFsSetArchiveBit helper) (#202) SciresM 2018-11-09 19:03:47 -0800
  • c8df6fccbe Fix fsdevSetArchiveBit relative path Michael Scire 2018-11-09 18:30:07 -0800
  • 8414bd51ad Add fsdevSetArchiveBit wrapper Michael Scire 2018-11-09 18:20:12 -0800
  • 776e313413 though it is -> if it were Michael Scire 2018-11-09 09:29:15 -0800
  • 0d0c080908 Add usage comment, sysver check Michael Scire 2018-11-09 09:24:42 -0800
  • 79e6334c8d Remove extraneous newline Michael Scire 2018-11-09 01:27:35 -0800
  • a2d4699f1f fs: Add fsFsSetArchiveBit Michael Scire 2018-11-09 01:21:31 -0800
  • fd4afacb01 Expose appletSetFocusHandlingMode natinusala 2018-11-07 19:27:50 +0100
  • 17503afd82 Expose appletSetFocusHandlingMode natinusala 2018-11-07 19:27:50 +0100
  • 5a078b1205 Use 6.0.0+ _hwopusDecodeInterleaved cmds. yellows8 2018-11-06 23:02:40 -0500
  • 6a8dba4eb4 Added support for hwopus multistream. Minor adjustments in hwopus.h. yellows8 2018-11-06 15:10:54 -0500
  • c99518643c Use _hwopusDecodeInterleavedWithPerfOld on 4.0.0+. Use the multistream cmdid when a bool flag is set in HwopusDecoder, which is currently not set. yellows8 2018-11-06 10:47:09 -0500
  • b25be27525 Use BufferType_Normal in auddev. yellows8 2018-11-05 11:34:30 -0500
  • c5d3f0dfb5 Added HwopusHeader struct. yellows8 2018-11-04 22:03:25 -0500
  • a6412e1e3a Fixed swapped output raw fields in hwopusDecodeInterleaved, and also swapped those in the params. yellows8 2018-11-04 20:29:38 -0500
  • 34e99d53c2 Added hwopus. yellows8 2018-11-04 18:39:04 -0500
  • 7c2d89dc71 psc: Add PmModule support (#200) SciresM 2018-11-04 10:40:15 +0900
  • b3f4763f88 psc: fix extra newline Michael Scire 2018-11-03 12:26:02 -0700
  • 342b12ee21 psc: Add PmModule support Michael Scire 2018-11-03 11:14:36 -0700
  • 576302444d Added auddev and AudioDeviceName. yellows8 2018-11-02 16:03:36 -0400
  • 8be887305a
    Allow passing descriptor to usbCommsInitializeEx connor rigby 2018-10-29 20:21:47 -0700
  • cdd3eb74a0 arm: Rename armTickToNs(), etc plutooo 2018-10-28 17:37:56 +0100
  • ddc49e5178 kernel: Review comments (move to private interface to private headers, atomics) plutooo 2018-10-28 17:25:10 +0100
  • 2fe6a7e89d wait: Check for disabled timer plutooo 2018-10-28 16:40:16 +0100