mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
GS/Runner: Set the screenshot compression low to stop slow dump times
Some checks are pending
🐧 Linux Builds / AppImage (push) Waiting to run
🐧 Linux Builds / Flatpak (push) Waiting to run
🍎 MacOS Builds / Defaults (push) Waiting to run
🖥️ Windows Builds / Lint VS Project Files (push) Waiting to run
🖥️ Windows Builds / SSE4 (push) Blocked by required conditions
🖥️ Windows Builds / AVX2 (push) Blocked by required conditions
🖥️ Windows Builds / CMake (push) Waiting to run
Some checks are pending
🐧 Linux Builds / AppImage (push) Waiting to run
🐧 Linux Builds / Flatpak (push) Waiting to run
🍎 MacOS Builds / Defaults (push) Waiting to run
🖥️ Windows Builds / Lint VS Project Files (push) Waiting to run
🖥️ Windows Builds / SSE4 (push) Blocked by required conditions
🖥️ Windows Builds / AVX2 (push) Blocked by required conditions
🖥️ Windows Builds / CMake (push) Waiting to run
This commit is contained in:
parent
aa64712354
commit
f6675808fc
@ -113,6 +113,10 @@ bool GSRunner::InitializeConfig()
|
|||||||
si.SetBoolValue("EmuCore/GS", "FrameLimitEnable", false);
|
si.SetBoolValue("EmuCore/GS", "FrameLimitEnable", false);
|
||||||
si.SetIntValue("EmuCore/GS", "VsyncEnable", false);
|
si.SetIntValue("EmuCore/GS", "VsyncEnable", false);
|
||||||
|
|
||||||
|
// Force screenshot quality settings to something more performant, overriding any defaults good for users.
|
||||||
|
si.SetIntValue("EmuCore/GS", "ScreenshotFormat", static_cast<int>(GSScreenshotFormat::PNG));
|
||||||
|
si.SetIntValue("EmuCore/GS", "ScreenshotQuality", 10);
|
||||||
|
|
||||||
// ensure all input sources are disabled, we're not using them
|
// ensure all input sources are disabled, we're not using them
|
||||||
si.SetBoolValue("InputSources", "SDL", false);
|
si.SetBoolValue("InputSources", "SDL", false);
|
||||||
si.SetBoolValue("InputSources", "XInput", false);
|
si.SetBoolValue("InputSources", "XInput", false);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user