Thread switches are uninteresting

This commit is contained in:
momo5502
2025-01-04 11:21:45 +01:00
parent 41285169d9
commit 1b3bb07657

View File

@@ -483,7 +483,7 @@ namespace
if (active_thread)
{
win_emu.logger.print(color::green, "Performing thread switch...\n");
win_emu.logger.print(color::dark_gray, "Performing thread switch...\n");
active_thread->save(emu);
}