Gather log during boot

This commit is contained in:
Lauri Kenttä
2023-11-17 18:29:51 +02:00
parent e93ed54cb2
commit db934099df
9 changed files with 141 additions and 67 deletions

View File

@@ -21,7 +21,7 @@ enum HackBGRT_coordinate {
* The configuration.
*/
struct HackBGRT_config {
int debug;
int debug, log;
enum HackBGRT_action action;
const CHAR16* image_path;
int image_x;