Add configurable video dump bitrate to INI

This commit is contained in:
Chris Burgener 2017-02-24 21:54:22 -05:00
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;