Commit Graph

  • 3c9a623b24
    switch.specs: ensure main() is referenced first (fix devkitPro/pacman-packages#237) fincs 2021-06-22 19:45:06 +0200
  • 5f8f4dcb5e
    Merge branch 'master' into release-411 v4.1.1 fincs 2021-06-21 17:49:11 +0200
  • 982aef9ea5
    sessionmgr: fix deadlock with multiple waiters (fix #556) fincs 2021-06-20 12:39:42 +0200
  • c3ea95c97d
    Revert "Delete old HID API 🦀🦀" v4.1.0 fincs 2021-06-12 16:35:35 +0200
  • b17873d071
    libnx v4.1.0 fincs 2021-06-12 16:34:48 +0200
  • cfdd847f11
    Add doxygen generation workflow on tag fincs 2021-06-11 17:52:16 +0200
  • 84b92d9e64
    use correct badge for github workflow (#555) Dave Murphy 2021-06-10 18:47:45 +0100
  • ee151e4e65
    remove test branch Dave Murphy 2021-06-10 18:47:17 +0100
  • 373b13b7c0 btm: add BtmDeviceCondition definitions ndeadly 2021-03-17 02:35:52 +0100
  • db81a0e782 use badge for github workflow Dave Murphy 2021-06-09 04:09:25 +0100
  • fcdbab21e9 btm: add BtmDeviceCondition definitions ndeadly 2021-03-17 02:35:52 +0100
  • 58885db2cd btdrv: update bluetooth hid connection event info for 12.0.0 ndeadly 2021-06-02 10:37:00 +0200
  • 8c8bd9debf btdrv: add bluetooth event info definition for connection event on fw < 9.0.0 ndeadly 2021-05-18 17:53:23 +0200
  • 194067faf6 btdrv: update bluetooth hid connection event info for 12.0.0 ndeadly 2021-06-02 10:37:00 +0200
  • 88705d34da btdrv: add bluetooth event info definition for connection event on fw < 9.0.0 ndeadly 2021-05-18 17:53:23 +0200
  • 4a850437f2
    audctl/audrec: fixup fincs 2021-05-31 17:43:02 +0200
  • 5421d1d716 audrec: Fix typo plutoo 2021-05-30 17:54:26 -0700
  • 5d95e17f9b switch: Fix documentation comments plutoo 2021-05-30 17:53:33 -0700
  • 4b2d111859 audctl: Fix prefix on enum plutoo 2021-05-30 17:46:49 -0700
  • f893c043f7 switch: Add audrec/audctl to default header plutoo 2021-05-30 17:33:39 -0700
  • 6ce881b013 audrec: Initial commit plutoo 2021-05-30 17:33:26 -0700
  • a1ddefd3ca audctl: Initial commit plutoo 2021-05-30 17:33:11 -0700
  • f486127615
    Bluetooth pr rebased (#552 and #540) yellows8 2021-05-30 13:47:36 -0400
  • e95a5082ee btdrv: Various fixes, added enums, etc. yellows8 2021-05-24 13:43:08 -0400
  • 7b82bde9b1 btdrv: Added support for the new 12.0.0 cmds. yellows8 2021-04-16 16:46:45 -0400
  • c9e9ea9c21 btdrv: update GetAdapterProperties, GetAdapterProperty and SetAdapterProperty service wrappers for 12.0.0 ndeadly 2021-04-20 01:14:37 +0200
  • 2129806eb3 btdrv: update StartInquiry and RespondToSspRequest service wrappers for 12.0.0 ndeadly 2021-04-19 23:38:50 +0200
  • 2a294798a8 btdrv: revert v12 inquiry status doc text ndeadly 2021-04-19 22:41:14 +0200
  • 1c7db4f8d8 btdrv: use correct u8 type for inquiry status on 12.0.0 ndeadly 2021-04-19 21:42:14 +0200
  • e20d779bd0 btdrv: split RespondToPinRequest service wrapper into legacy and current versions ndeadly 2021-04-18 14:19:18 +0200
  • 3c7d4921dd btdrv: change BtdrvHidConnectionStatus names to match wiki ndeadly 2021-04-17 11:41:09 +0200
  • e93bddff0d btdrv: more doc text indentation ndeadly 2021-04-17 01:06:18 +0200
  • 10e6eb0f13 btdrv: use correct slash in \ref ndeadly 2021-04-17 00:58:34 +0200
  • 52ae231c95 btdrv: fix copy-pasted doc text ndeadly 2021-04-17 00:57:26 +0200
  • 95766c321b btdrv: change comments to reference BtdrvInquiryStatus ndeadly 2021-04-17 00:54:47 +0200
  • 505a5f8a47 btdrv: clean up doc text indentation ndeadly 2021-04-17 00:29:34 +0200
  • 7f511545ef btdrv: change ble event info comments to doc text ndeadly 2021-04-17 00:13:40 +0200
  • 9b91831d9b btdrv: fix ssp_request struct definition for 12.0.0 to match wiki ndeadly 2021-04-17 00:09:46 +0200
  • 95ca0c2f53 btdrv: change comments to reference BtdrvHidConnectionStatus ndeadly 2021-04-17 00:04:25 +0200
  • 9804b5db33 btdrv: bool -> u8 ndeadly 2021-04-16 23:59:18 +0200
  • 106cadfd3b btdrv: label relevant firmware ranges for definitions that have changed over time ndeadly 2021-04-16 23:57:53 +0200
  • 93c20f3a45 btdrv: clean up event structs/enums and comments to match libnx style ndeadly 2021-04-16 21:51:09 +0200
  • 375b9b16c5 btdrv: add ext events moved to BtdrvEventInfo in 12.0.0 ndeadly 2021-04-16 21:49:15 +0200
  • 1c6a0ea488 btdrv changes for 12.0.0 ndeadly 2021-04-14 19:20:16 +0200
  • 65bdff6b52 btdrv: expand upon and refine event data definitions ndeadly 2021-03-17 02:34:28 +0100
  • 5d448a1048 remove broken doozer builds Dave Murphy 2021-05-24 19:28:05 +0100
  • f47e1d26ec
    Remove obsolete reference to 3dmoo carried over from libctru fincs 2021-05-21 23:03:54 +0200
  • e604350e9c
    crc: allow checksum calculation in blocks. (#550) Pablo Curiel 2021-05-20 18:07:35 -0400
  • cff30a68ad crc: don't break current API while also supporting calculations with a seed. Pablo Curiel 2021-05-20 09:19:56 -0400
  • 4bd7863364 add github workflow building Dave Murphy 2021-05-20 08:25:01 +0100
  • 033dae81bd crc: allow checksum calculation in blocks. Pablo Curiel 2021-05-20 00:24:57 -0400
  • 08e2b2d945
    swkbd: Fix several swkbd enums and structs (#549) Morph 2021-05-10 12:16:40 -0400
  • ad64214380 swkbd: Add setters for stringLenMax/Min in SwkbdAppearArg Morph 2021-05-08 01:43:11 -0400
  • 6a3262f9b4 swkbd: Correct stringLenMaxExt to stringLenMin Morph 2021-05-08 01:26:57 -0400
  • 7ac5339a83 swkbd: Provide more accurate SwkbdInline State descriptions Morph 2021-05-08 01:23:21 -0400
  • e2c3ae8e44 hid: Correct some gesture errors Narr the Reg 2021-05-03 08:59:37 -0500
  • e52166f045 hid: Correct some gesture errors Narr the Reg 2021-05-03 08:59:37 -0500
  • 95fca6753d
    virtmem: Allow rng algorithm override fincs 2021-05-02 18:26:40 +0200
  • 137f6d1ddc
    Make argvSetup overridable fincs 2021-05-02 15:18:11 +0200
  • 00d1a696b9 add audrvVoiceIsPaused TurtleP 2021-04-26 13:19:42 -0400
  • e8df8aabee add audrvVoiceIsPaused TurtleP 2021-04-26 13:19:42 -0400
  • d6c6431a22
    Fix unused parameter warnings in tipc.h when -Wextra is used. (#545) Pablo Curiel 2021-04-20 14:43:50 -0400
  • 4b31e3d098 Remove unused TipcService parameter in tipcMakeRequest and tipcParseResponse. Pablo Curiel 2021-04-20 12:10:16 -0400
  • f7df9d578c pgl: fix argument order for LaunchProgram on 12.x Michael Scire 2021-04-20 01:02:33 -0700
  • 194a8f537b pgl: fix argument order for LaunchProgram on 12.x Michael Scire 2021-04-20 01:02:33 -0700
  • 4d6f56047b Fix unused parameter warnings in tipc.h when -Wextra is used. Pablo Curiel 2021-04-19 19:19:28 -0400
  • 1c05f301bc btdrv: update GetAdapterProperties, GetAdapterProperty and SetAdapterProperty service wrappers for 12.0.0 ndeadly 2021-04-20 01:14:37 +0200
  • 3a4447feee btdrv: update StartInquiry and RespondToSspRequest service wrappers for 12.0.0 ndeadly 2021-04-19 23:38:50 +0200
  • 7a0f6b8a14 btdrv: revert v12 inquiry status doc text ndeadly 2021-04-19 22:41:14 +0200
  • eac6647476 btdrv: use correct u8 type for inquiry status on 12.0.0 ndeadly 2021-04-19 21:42:14 +0200
  • 5509f8f14b
    hiddbg: Fix IPC params from the previous commit, closes #543. yellows8 2021-04-19 10:33:03 -0400
  • d54c9f9cc8
    hiddbg: hdls 12.0.0 support, closes #542. yellows8 2021-04-18 18:35:36 -0400
  • 5d644b6e82 Fix mm:u on 1.0.0 averne 2021-04-18 17:17:08 +0200
  • 71c3604f08 Fix mm:u on 1.0.0 averne 2021-04-18 17:17:08 +0200
  • c3e514ec08 btdrv: split RespondToPinRequest service wrapper into legacy and current versions ndeadly 2021-04-18 14:19:18 +0200
  • 6365b79a6a btdrv: change BtdrvHidConnectionStatus names to match wiki ndeadly 2021-04-17 11:41:09 +0200
  • 4cee7d8fa8 btdrv: more doc text indentation ndeadly 2021-04-17 01:06:18 +0200
  • dda3b748c6 btdrv: use correct slash in \ref ndeadly 2021-04-17 00:58:34 +0200
  • a8702d0b4f btdrv: fix copy-pasted doc text ndeadly 2021-04-17 00:57:26 +0200
  • dc665497a0 btdrv: change comments to reference BtdrvInquiryStatus ndeadly 2021-04-17 00:54:47 +0200
  • dba7d61756 btdrv: clean up doc text indentation ndeadly 2021-04-17 00:29:34 +0200
  • f585a60146 btdrv: change ble event info comments to doc text ndeadly 2021-04-17 00:13:40 +0200
  • 0e4ee35842 btdrv: fix ssp_request struct definition for 12.0.0 to match wiki ndeadly 2021-04-17 00:09:46 +0200
  • ed7b7b39d0 btdrv: change comments to reference BtdrvHidConnectionStatus ndeadly 2021-04-17 00:04:25 +0200
  • cb960467ea btdrv: bool -> u8 ndeadly 2021-04-16 23:59:18 +0200
  • 268e5fa2b4 btdrv: label relevant firmware ranges for definitions that have changed over time ndeadly 2021-04-16 23:57:53 +0200
  • 2e2cf43cf5
    btdrv: Added support for the new 12.0.0 cmds. yellows8 2021-04-16 16:46:45 -0400
  • bbc7b1b68c btdrv: clean up event structs/enums and comments to match libnx style ndeadly 2021-04-16 21:51:09 +0200
  • 7ed6ebecc0 btdrv: add ext events moved to BtdrvEventInfo in 12.0.0 ndeadly 2021-04-16 21:49:15 +0200
  • 6da9348dee btdrv changes for 12.0.0 ndeadly 2021-04-14 19:20:16 +0200
  • e646ac4314 btdrv: expand upon and refine event data definitions ndeadly 2021-03-17 02:34:28 +0100
  • 0d32a2c0d5
    sm: docufix fincs 2021-04-11 14:07:42 +0200
  • d6a1ef0af4
    pgl: convert to cmif/tipc polyglot Michael Scire 2021-04-11 01:29:12 -0700
  • eb8ee97f1c
    smm: support tipc/cmif Michael Scire 2021-04-10 15:57:31 -0700
  • 7416b23ef9
    sm: update for 12.0.0, tipc fincs 2021-04-11 00:54:52 +0200
  • ebb54a1224
    tipc: add cmif-like wrapper Michael Scire 2021-04-10 14:17:34 -0700
  • de97b82bce
    envSetup: detect Atmosphère environment using EntryType_HosVersion fincs 2021-04-11 00:50:50 +0200
  • ca9d007bd4
    friends: ability to get Friend Code (#539) Jeremy S. Postelnek 2021-04-10 17:14:24 -0400
  • 34033b094b add trailing comma TurtleP 2021-04-09 12:02:19 -0400
  • 8770dc6a82 fix unknown struct field per instructions TurtleP 2021-04-07 10:42:45 -0400