mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-23 02:11:54 +01:00
Activate Debug on Console (temporary)
This commit is contained in:
parent
5a63f45f7d
commit
bfc77330a8
@ -49,7 +49,7 @@ extern "C" {
|
||||
#include "Version.h"
|
||||
|
||||
#ifndef DEBUG_ALL
|
||||
#define DEBUG_MAIN 1
|
||||
#define DEBUG_MAIN 2
|
||||
#else
|
||||
#define DEBUG_MAIN DEBUG_ALL
|
||||
#endif
|
||||
@ -2146,8 +2146,8 @@ DBG("global_str2 = %s\n", global_str2.data());
|
||||
}
|
||||
//
|
||||
destruct_globals_objects(NULL); // That should be done just before quitting clover module. Now, it's just for test.
|
||||
//DBG("press");
|
||||
//PauseForKey(L"press");
|
||||
DBG("press");
|
||||
PauseForKey(L"press");
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user