Log actually not always compact (#4035)

This commit is contained in:
Niram7777
2026-02-14 20:31:19 +00:00
committed by GitHub
parent e0850d5cfc
commit 8d4cbdbca9
5 changed files with 84 additions and 44 deletions
+2
View File
@@ -73,6 +73,8 @@ You can configure the emulator by editing the `config.toml` file found in the `u
- Examples:
- If the log is being spammed with messages coming from Lib.Pad, you can use `Lib.Pad:Critical` to only log critical-level messages.
- If you'd like to mute everything, but still want to receive messages from Vulkan rendering: `*:Critical Render.Vulkan:Info`
- `isIdenticalLogGrouped`: Group same logs in one line with a counter (`true`/`false`)
- By default, the emulator will not rewrite the same line, and instead add a counter.
- `Fullscreen`: Display the game in a full screen borderless window.