Better logging

This commit is contained in:
momo5502
2025-01-03 14:04:15 +01:00
parent 010fbb2120
commit 1297a7a3ea
2 changed files with 5 additions and 3 deletions

View File

@@ -129,7 +129,8 @@ namespace
{
#ifdef CONCISE_EMULATOR_OUTPUT
static uint64_t count{0};
if (++count > 100) return;
++count;
if (count > 100 && count % 10000 != 0) return;
#endif
win_emu.logger.print(
@@ -147,7 +148,8 @@ namespace
{
#ifdef CONCISE_EMULATOR_OUTPUT
static uint64_t count{0};
if (++count > 100) return;
++count;
if (count > 100 && count % 10000 != 0) return;
#endif
win_emu.logger.print(