misc: fix submodule

This commit is contained in:
souldbminersmwc
2025-11-02 15:08:52 -05:00
parent eb6ffa4c85
commit 2fb2ae619d
3 changed files with 2 additions and 5 deletions

5
.gitmodules vendored
View File

@@ -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"]
path = source/hoc-monitor/lib/libultrahand
url = https://github.com/ppkantorski/libultrahand.git
@@ -10,6 +7,6 @@
[submodule "build"]
path = build
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
url = https://github.com/ppkantorski/libultrahand.git

View File

@@ -49,6 +49,7 @@ Result sysclkIpcGetConfigValues(SysClkConfigValueList* out_configValues);
Result sysclkIpcSetConfigValues(SysClkConfigValueList* configValues);
Result sysclkIpcGetFreqList(SysClkModule module, u32* list, u32 maxCount, u32* outCount);
Result sysclkIpcSetReverseNXRTMode(ReverseNXMode mode);
Result hocClkIpcUpdateEmcRegs();
static inline Result sysclkIpcRemoveOverride(SysClkModule module)
{

Submodule Source/sys-clk/overlay/libs/libultrahand deleted from 41bb1dae6f