fix submodules again

This commit is contained in:
souldbminersmwc
2026-04-01 16:08:42 -04:00
parent b959ee864b
commit 3b2de89d2f
8 changed files with 229 additions and 164 deletions

View File

@@ -18,7 +18,7 @@
#include "debug_funcs.hpp"
namespace ult {
#if USING_LOGGING_DIRECTIVE
//#if USING_LOGGING_DIRECTIVE
// Define static variables
const std::string defaultLogFilePath = "sdmc:/switch/.packages/log.txt";
std::string logFilePath = defaultLogFilePath;
@@ -48,5 +48,5 @@ namespace ult {
void logMessage(const std::string& message) {
logMessage(message.c_str());
}
#endif
//#endif
}

View File

@@ -181,6 +181,14 @@ namespace ult {
}
}
void rumbleClickStandalone() {
// Match regular rumbleClick() behavior, but blocking
sendVibration(&vibrationStop);
sendVibration2x(&hapticsPreset);
svcSleepThread(RUMBLE_DURATION_NS);
sendVibration(&vibrationStop);
}
void rumbleDoubleClickStandalone() {
// Standalone uses sleeps, but still use cached style for decision