misc: fix submodule
This commit is contained in:
5
.gitmodules
vendored
5
.gitmodules
vendored
@@ -1,6 +1,3 @@
|
|||||||
[submodule "source/sys-clk/overlay/lib/libultrahand"]
|
|
||||||
path = source/sys-clk/overlay/lib/libultrahand
|
|
||||||
url = https://github.com/ppkantorski/libultrahand.git
|
|
||||||
[submodule "source/hoc-monitor/lib/libultrahand"]
|
[submodule "source/hoc-monitor/lib/libultrahand"]
|
||||||
path = source/hoc-monitor/lib/libultrahand
|
path = source/hoc-monitor/lib/libultrahand
|
||||||
url = https://github.com/ppkantorski/libultrahand.git
|
url = https://github.com/ppkantorski/libultrahand.git
|
||||||
@@ -10,6 +7,6 @@
|
|||||||
[submodule "build"]
|
[submodule "build"]
|
||||||
path = build
|
path = build
|
||||||
url = https://github.com/Atmosphere-NX/Atmosphere.git
|
url = https://github.com/Atmosphere-NX/Atmosphere.git
|
||||||
[submodule "source/sys-clk/overlay/libs/libultrahand"]
|
[submodule "source/sys-clk/overlay/lib/libultrahand"]
|
||||||
path = source/sys-clk/overlay/libs/libultrahand
|
path = source/sys-clk/overlay/libs/libultrahand
|
||||||
url = https://github.com/ppkantorski/libultrahand.git
|
url = https://github.com/ppkantorski/libultrahand.git
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ Result sysclkIpcGetConfigValues(SysClkConfigValueList* out_configValues);
|
|||||||
Result sysclkIpcSetConfigValues(SysClkConfigValueList* configValues);
|
Result sysclkIpcSetConfigValues(SysClkConfigValueList* configValues);
|
||||||
Result sysclkIpcGetFreqList(SysClkModule module, u32* list, u32 maxCount, u32* outCount);
|
Result sysclkIpcGetFreqList(SysClkModule module, u32* list, u32 maxCount, u32* outCount);
|
||||||
Result sysclkIpcSetReverseNXRTMode(ReverseNXMode mode);
|
Result sysclkIpcSetReverseNXRTMode(ReverseNXMode mode);
|
||||||
|
Result hocClkIpcUpdateEmcRegs();
|
||||||
|
|
||||||
static inline Result sysclkIpcRemoveOverride(SysClkModule module)
|
static inline Result sysclkIpcRemoveOverride(SysClkModule module)
|
||||||
{
|
{
|
||||||
|
|||||||
Submodule Source/sys-clk/overlay/libs/libultrahand deleted from 41bb1dae6f
Reference in New Issue
Block a user