Merge pull request #4958 from RisingFog/avidump_bitrate

Add configurable video dump bitrate to INI
This commit is contained in:
Anthony
2017-02-27 10:15:19 -08:00
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@ -105,6 +105,7 @@ struct VideoConfig final
bool bInternalResolutionFrameDumps;
bool bFreeLook;
bool bBorderlessFullscreen;
int iBitrateKbps;
// Hacks
bool bEFBAccessEnable;