Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 7905322

Browse files
author
Allen Webster
committed
setup windows startup log
1 parent 21acd50 commit 7905322

File tree

5 files changed

+421
-280
lines changed

5 files changed

+421
-280
lines changed

4ed.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ init_command_line_settings(App_Settings *settings, Plat_Settings *plat_settings,
5353
case 'f': action = CLAct_FontSize; break;
5454
case 'h': action = CLAct_FontUseHinting; --i; break;
5555
case 'U': action = CLAct_UserDirectory; break;
56+
57+
//case 'L': enables log, parsed before this is called (because I'm a dumbass)
5658
}
5759
}
5860
else if (arg[0] != 0){

4ed_log.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ struct Log{
1717
Arena arena;
1818
List_String_Const_u8 list;
1919
volatile i32 disabled_thread_id;
20+
b32 stdout_log_enabled;
2021
};
2122

2223
#endif

0 commit comments

Comments
 (0)