Commit Graph

  • 2c19f13f74
    nvFence/nvGpu/nvMap: use service guard instead of unsafe atomic refcnt fincs 2020-03-16 12:48:08 +0100
  • 91b4efb6f5
    hidbus: Updated HidbusBusType. yellows8 2020-03-14 16:24:29 -0400
  • 83f406b5cb
    Added hidbus. yellows8 2020-03-14 12:05:01 -0400
  • 7486373428 Merge branch 'master' of https://github.com/switchbrew/libnx into dev shchmue 2020-03-11 10:11:32 -0600
  • d7e6207708 ts: Add temperature location comments CTCaer 2020-03-11 12:23:25 +0200
  • 19d576ce2f
    ts: Add temperature location comments CTCaer 2020-03-11 12:23:25 +0200
  • 8421863c78
    applet: appletSetFocusHandlingMode should only be used with Application fincs 2020-03-10 17:42:00 +0100
  • 7ce58f84e0
    Complete and correct all Settings calls (#383) shchmue 2020-03-10 09:35:11 -0600
  • 80c22761d4 set: Fix serviceDispatch misuse, add docs shchmue 2020-03-10 08:47:04 -0600
  • 06ef9205c9 set: Correct SetSysPtmFuelGaugeParameter shchmue 2020-03-09 21:23:33 -0600
  • 8dedde27aa set:sys: Label SetSysPtmFuelGaugeParameter fields shchmue 2020-03-09 21:13:55 -0600
  • 378b4479b0 set: Fix service dispatch argument dereferencing shchmue 2020-03-09 20:46:52 -0600
  • 025993c201 set: Fix docs and typos shchmue 2020-03-09 20:07:49 -0600
  • ccb79ff4b6
    NWindow: don't use bqDetachBuffer as it's unnecessary and in fact does nothing in the place it's called (reported by @Thog) fincs 2020-03-10 00:07:04 +0100
  • bf8f6ae5f5
    ns: Use 'static ... const' with servarray. yellows8 2020-03-08 17:42:25 -0400
  • 4c84d927fe Const correctness also revert change to FsDirectoryEntry safe_fs plutooo 2020-03-07 17:28:57 -0800
  • ec85a2fa5c Safe strings for FS ipc plutooo 2020-03-07 16:55:22 -0800
  • afbf2c6f71 fs: be consistent about no stack temps in fsFs Michael Scire 2020-03-07 14:14:06 -0800
  • adae78c3d4 set:cal: Correct service object, remove bad type shchmue 2020-03-07 15:21:21 -0700
  • 2e0efe3c9b set:sys: Add all remaining calls shchmue 2020-03-07 15:18:37 -0700
  • 393d773f04 fs: be consistent about no stack temps in fsFs Michael Scire 2020-03-07 14:14:06 -0800
  • c3b0b63471
    fs: add IsSignedSystemPartitionOnSdCardValid (#381) SciresM 2020-03-07 03:40:02 -0800
  • e05afee653 use hosversionBetween Michael Scire 2020-03-07 03:39:13 -0800
  • 19240034a3 fs: add IsSignedSystemPartitionOnSdCardValid Michael Scire 2020-03-07 02:11:49 -0800
  • 1b1620f7bb apm: add apmGetPerformanceMode 3096 2020-03-05 22:49:46 -0800
  • 6392512344 apm: add apmGetPerformanceMode 3096 2020-03-05 22:49:46 -0800
  • 44ec13169d
    pl: Removed unneeded plExit call from _plInitialize on errors, which is not needed with new-ipc. yellows8 2020-03-05 10:39:29 -0500
  • c85dd5fe2f
    ns: Added nsGetDynamicRightsInterface, nsGetReadOnlyApplicationRecordInterface, nsGetApplicationVersionInterface, nsGetAccountProxyInterface, nsGetDocumentInterface. yellows8 2020-03-03 16:27:44 -0500
  • f589c95214
    ns: Added support for using the other services as fallback on [3.0.0+] when ns:am2 isn't available. yellows8 2020-03-03 14:47:22 -0500
  • af2b4ab7c3
    ns: Added nsGetApplicationManagerInterface(), and removed automatic IApplicationManagerInterface init on [3.0.0+]. Updated all IApplicationManagerInterface cmds to use service-session IApplicationManagerInterface on pre-3.0.0, otherwise nsGetApplicationManagerInterface() is used. Apps which use nsGetServiceSession_ApplicationManagerInterface must now use nsGetApplicationManagerInterface if running on [3.0.0+]. yellows8 2020-03-01 15:06:15 -0500
  • 763b32060a
    ns: Added nsGetApplicationDesiredLanguage. yellows8 2020-02-29 22:39:43 -0500
  • 7822accc22
    ns: Added nsGetReadOnlyApplicationControlDataInterface. Use IReadOnlyApplicationControlDataInterface with nsGetApplicationControlData when needed. yellows8 2020-02-28 20:08:08 -0500
  • fdb6aa1f15
    ns: Added nsGetECommerceInterface. Added cmds: nsRequestLinkDevice, nsRequestSyncRights, nsRequestUnlinkDevice. Minor adjustments. yellows8 2020-02-28 14:36:10 -0500
  • 7e07d1edf0
    add fan service (#376) HookedBehemoth 2020-02-28 19:23:10 +0100
  • 2358cfba84 fan: add newline to end of file HookedBehemoth 2020-02-28 19:16:14 +0100
  • abc3522724
    lbl: more commands (#377) HookedBehemoth 2020-02-28 19:13:27 +0100
  • 9206d32867 fan: fix controller HookedBehemoth 2020-02-28 19:03:26 +0100
  • ce54e2185e lbl: add missing comma HookedBehemoth 2020-02-28 18:50:51 +0100
  • 48eb64a53e fan: expose fanOpenController HookedBehemoth 2020-02-28 18:49:48 +0100
  • 23852ad932
    add tc (#378) HookedBehemoth 2020-02-28 17:59:31 +0100
  • 3ff12e7337
    ns: Added nsGetDownloadTaskInterface. Added NsDownloadTaskStatus. Added support for IDownloadTaskInterface. yellows8 2020-02-27 20:52:14 -0500
  • 424cd0fefe
    ns: Check sysver in nsGetFactoryResetInterface, and added nsGetContentManagementInterface. Use IContentManagementInterface with the relevant cmds when needed. Added struct NsApplicationOccupiedSize. Added cmds: nsCalculateApplicationOccupiedSize, nsCheckSdCardMountStatus, nsCountApplicationContentMeta, nsIsAnyApplicationRunning. yellows8 2020-02-26 22:38:13 -0500
  • 8ae9b5e1a9
    ns: Added nsGetFactoryResetInterface(). Added support for IFactoryResetInterface. Improved docs, etc. yellows8 2020-02-26 17:35:01 -0500
  • 4a493775b4
    ns: Added support for nsDeleteUserSaveDataAll()/NsProgressMonitorForDeleteUserSaveDataAll. Added struct NsProgressForDeleteUserSaveDataAll. yellows8 2020-02-25 15:07:47 -0500
  • 11c55b3189 fan: fix include HookedBehemoth 2020-02-24 00:34:05 +0100
  • 5651e79548 fan: use I2cDevice on versions prior to 7.0.0 HookedBehemoth 2020-02-24 00:30:31 +0100
  • ab0989a898 _lblCmdInFloatNoOut HookedBehemoth 2020-02-23 18:40:37 +0100
  • 40199792cf adjust docs HookedBehemoth 2020-02-23 18:35:45 +0100
  • 9d5b9659a8 fix typo HookedBehemoth 2020-02-23 18:25:31 +0100
  • c09dea9f98 whoops HookedBehemoth 2020-02-23 16:25:11 +0100
  • c1507299cb check status pointer HookedBehemoth 2020-02-23 16:24:18 +0100
  • be6cd3955a add warning to tc, cleanup HookedBehemoth 2020-02-23 16:23:30 +0100
  • d1c9e94e23 fan: rearrange serviceClose HookedBehemoth 2020-02-23 16:14:52 +0100
  • 6be3b60f6e fan: add warning HookedBehemoth 2020-02-23 16:14:09 +0100
  • ab3513c6ae fix lbl HookedBehemoth 2020-02-23 15:52:26 +0100
  • 524e910268
    ns: Added nsListApplicationTitle and nsListApplicationIcon. yellows8 2020-02-22 23:58:27 -0500
  • 40eb93e96d add more lbl commands HookedBehemoth 2020-02-22 00:58:53 +0100
  • 9c69fde167 add tc HookedBehemoth 2020-02-21 22:13:39 +0100
  • 6e650383c2 fan: set out->in HookedBehemoth 2020-02-21 13:59:00 +0100
  • fbdb73abd9 fan: add docs HookedBehemoth 2020-02-21 13:49:58 +0100
  • 67361ee17f close controller HookedBehemoth 2020-02-21 13:42:52 +0100
  • 168a9fc464 add fan HookedBehemoth 2020-02-21 13:40:18 +0100
  • 129b3a95b8
    Added support for NsProgressAsyncResult and nsRequestVerifyAddOnContentsRights/nsRequestVerifyApplication. Updated docs. yellows8 2020-02-20 22:17:13 -0500
  • d8a50a46cf
    add caps:c (#375) HookedBehemoth 2020-02-19 23:32:01 +0100
  • 16f9bfaed5 fix writes comment and const input buffer HookedBehemoth 2020-02-19 23:19:13 +0100
  • 5642a37406 remove leftover "Writes" HookedBehemoth 2020-02-19 23:14:24 +0100
  • 1d7203ad59 appId spelling HookedBehemoth 2020-02-19 23:12:24 +0100
  • e58a19bf1b typos and cleanup HookedBehemoth 2020-02-19 19:07:20 +0100
  • ff6f230a9e cmd_id should be last param HookedBehemoth 2020-02-19 19:01:53 +0100
  • 171d9b8a3d fix descriptions don't let user supply aruid don't use temp values for _capscCmdInU8NoOut HookedBehemoth 2020-02-19 18:55:21 +0100
  • b9c5bb89ae add caps:c HookedBehemoth 2020-02-19 12:29:42 +0100
  • 492c87ea09 Merge branch 'capsc' of github.com:HookedBehemoth/libnx into capsc HookedBehemoth 2020-02-19 12:00:28 +0100
  • 64d487bb87 Correct structs and finish adding all set:cal calls (#373) shchmue 2020-02-18 11:56:31 -0700
  • e86f8a2f42 ns: Added structs: NsApplicationViewDeprecated, NsApplicationView, NsPromotionInfo, NsApplicationViewWithPromotionInfo. Added cmds: nsGetApplicationViewDeprecated, nsGetApplicationView, nsGetApplicationViewDownloadErrorContext, nsGetApplicationViewWithPromotionInfo, nsGetPromotionInfo. yellows8 2020-02-18 10:26:35 -0500
  • a5731969e0 spl: fix rsa key accessors on >= 5.x Michael Scire 2020-02-17 13:14:18 -0800
  • aba88e521d ns: Added NsApplicationRightsOnClient/nsGetApplicationRightsOnClient(). yellows8 2020-02-17 15:46:02 -0500
  • 68448a71f9 ns: Added support for the following cmds: nsRequestApplicationUpdateInfo, nsRequestUpdateApplication2, nsRequestDownloadApplicationControlData, nsRequestCheckGameCardRegistration, nsRequestGameCardRegistrationGoldPoint, nsRequestRegisterGameCard, nsRequestDownloadApplicationPrepurchasedRights, nsRequestNoDownloadRightsErrorResolution, nsRequestResolveNoDownloadRightsError. yellows8 2020-02-16 21:32:56 -0500
  • 9051ad438b nifm: Added NifmClientId and nifmGetClientId/nifmIsAnyInternetRequestAccepted. yellows8 2020-02-15 12:32:50 -0500
  • d4105fb0ab fix movie write and add comments HookedBehemoth 2020-02-19 02:00:24 +0100
  • 8a8cd49af2 caps:a remove OverlayThumbnailData HookedBehemoth 2020-02-12 18:59:37 +0100
  • 15429c71c2 add caps:c documentation HookedBehemoth 2020-02-12 17:10:24 +0100
  • 1132d6bac0 fix structs expose overlay fix aruid un-/registration HookedBehemoth 2020-02-10 18:36:57 +0100
  • 4d973fc3be fix cache unk type HookedBehemoth 2020-01-29 06:52:03 +0100
  • ebbab03838 caps: fix incompatible calls HookedBehemoth 2020-01-27 10:33:36 +0100
  • 3dcb5a24d7 cleanup HookedBehemoth 2020-01-26 22:43:38 +0100
  • ed8cc7bd16 capsa: fix capsaGetAlbumEntryFromApplicationAlbumEntry* HookedBehemoth 2020-01-26 20:08:02 +0100
  • 99c41780bb capsc: fix parameter name order HookedBehemoth 2020-01-26 20:06:56 +0100
  • cb3513420f capsc, capsa: cleanup, add calls HookedBehemoth 2020-01-26 18:47:42 +0100
  • 22f05c92c9 add caps:c HookedBehemoth 2020-01-24 07:17:50 +0100
  • 50caa2aedd Merge branch 'master' of https://github.com/switchbrew/libnx into capsc HookedBehemoth 2020-02-19 02:01:14 +0100
  • 72be2f3bec fix movie write and add comments HookedBehemoth 2020-02-19 02:00:24 +0100
  • 86a5aa4466
    Correct structs and finish adding all set:cal calls (#373) shchmue 2020-02-18 11:56:31 -0700
  • 8fd4581269 set:cal: Remove unnecessary PACKED shchmue 2020-02-18 11:29:02 -0700
  • 1a56c6b212 set:cal: Use set command wrappers shchmue 2020-02-18 11:04:37 -0700
  • 0db4f8a953
    ns: Added structs: NsApplicationViewDeprecated, NsApplicationView, NsPromotionInfo, NsApplicationViewWithPromotionInfo. Added cmds: nsGetApplicationViewDeprecated, nsGetApplicationView, nsGetApplicationViewDownloadErrorContext, nsGetApplicationViewWithPromotionInfo, nsGetPromotionInfo. yellows8 2020-02-18 10:26:35 -0500
  • 9accb6f9fa set:cal: Fix input types shchmue 2020-02-17 20:09:07 -0700
  • d1b0f0ac05 set:cal: Correct structs and add remaining calls shchmue 2020-02-17 19:36:44 -0700
  • 73047b09fd spl: fix rsa key accessors on >= 5.x Michael Scire 2020-02-17 13:14:18 -0800
  • 1965841400 Merge branch 'master' of https://github.com/switchbrew/libnx shchmue 2020-02-17 14:54:23 -0700
  • 5e77181b1b spl: fix rsa key accessors on >= 5.x Michael Scire 2020-02-17 13:14:18 -0800