mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
VideoConfig: Remove bRunning
Value was set but not used.
This commit is contained in:
parent
eefae402b3
commit
a0b41c83e7
6 changed files with 0 additions and 10 deletions
|
@ -25,8 +25,6 @@ void UpdateActiveConfig()
|
|||
|
||||
VideoConfig::VideoConfig()
|
||||
{
|
||||
bRunning = false;
|
||||
|
||||
// Needed for the first frame, I think
|
||||
fAspectRatioHackW = 1;
|
||||
fAspectRatioHackH = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue