mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Add configurable video dump bitrate to INI
This commit is contained in:
parent
51136681df
commit
bfb17d5a9e
3 changed files with 4 additions and 1 deletions
|
@ -104,6 +104,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