Prevent automatic placeholder creation on open

This commit is contained in:
Adubbz 2019-08-06 14:13:15 +10:00
parent f080f6793b
commit 6e5c0bde51
7 changed files with 55 additions and 24 deletions

View file

@ -23,7 +23,7 @@ namespace sts::debug {
}
size_t g_curr_log_offset = 0;
size_t g_log_skip = 4;
size_t g_log_skip = 1000;
char __attribute__ ((aligned (0x1000))) g_work_page[0x1000];