mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Merge pull request #4958 from RisingFog/avidump_bitrate
Add configurable video dump bitrate to INI
This commit is contained in:
commit
ed6a46a193
3 changed files with 4 additions and 1 deletions
|
@ -105,6 +105,7 @@ struct VideoConfig final
|
|||
bool bInternalResolutionFrameDumps;
|
||||
bool bFreeLook;
|
||||
bool bBorderlessFullscreen;
|
||||
int iBitrateKbps;
|
||||
|
||||
// Hacks
|
||||
bool bEFBAccessEnable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue