diff options
| author | Tilka <tilkax@gmail.com> | 2017-06-11 15:26:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-11 15:26:04 +0100 |
| commit | 937d72e59192be43da89e44a0d9f1dbf10ac7a94 (patch) | |
| tree | 8bbc2504d789f58a4bd3ac411f0dbf5a67f44500 /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | eefae402b3ebf86a05861ec3cde057905dbfff87 (diff) | |
| parent | a0b41c83e7c39496a14f44cf0348856b631c4c6e (diff) | |
Merge pull request #5595 from MerryMage/bRunning
VideoConfig: Remove bRunning
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index 04ce2d24a0..3e8ca9d69a 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -25,8 +25,6 @@ void UpdateActiveConfig() VideoConfig::VideoConfig() { - bRunning = false; - // Needed for the first frame, I think fAspectRatioHackW = 1; fAspectRatioHackH = 1; |
