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

@@ -23,7 +23,7 @@
#include <ctime>
namespace ult {
#if USING_LOGGING_DIRECTIVE
//#if USING_LOGGING_DIRECTIVE
// Specify the log file path
extern const std::string defaultLogFilePath;
@@ -41,5 +41,5 @@ namespace ult {
*/
void logMessage(const char* message);
void logMessage(const std::string& message);
#endif
//#endif
}

View File

@@ -36,5 +36,6 @@ namespace ult {
void rumbleDoubleClick();
void processRumbleStop(u64 nowNs);
void processRumbleDoubleClick(u64 nowNs);
void rumbleClickStandalone();
void rumbleDoubleClickStandalone();
}