fix submodules again
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -36,5 +36,6 @@ namespace ult {
|
||||
void rumbleDoubleClick();
|
||||
void processRumbleStop(u64 nowNs);
|
||||
void processRumbleDoubleClick(u64 nowNs);
|
||||
void rumbleClickStandalone();
|
||||
void rumbleDoubleClickStandalone();
|
||||
}
|
||||
Reference in New Issue
Block a user