Add configurable video dump bitrate to INI

This commit is contained in:
Chris Burgener
2017-02-24 21:54:22 -05:00
parent 51136681df
commit bfb17d5a9e
3 changed files with 4 additions and 1 deletions

View File

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