mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +02:00
System: Use Settings/config.json for debug options
This commit is contained in:
@@ -1065,7 +1065,7 @@ U0 @compositor_task()
|
||||
// Debug stuff
|
||||
I64 debug_row;
|
||||
|
||||
if (KeyDown(SC_F12)) {
|
||||
if (KeyDown(SC_F12) || (config->o("debug") && config->o("debug")->@("show_compositor_overlay"))) {
|
||||
debug_row = 32;
|
||||
|
||||
total_mem = sys_code_bp->alloced_u8s;
|
||||
|
||||
Reference in New Issue
Block a user