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
commit ed6a46a193
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;