VideoConfig: Remove fullscreen flags.

These weren't actually settings, they were used as a bad way to communicate with the GPU thread.
This commit is contained in:
Jules Blok
2016-11-09 01:09:40 +01:00
parent c21efa0cad
commit 0a194f8a3e
5 changed files with 1 additions and 11 deletions

View File

@ -211,8 +211,6 @@ void DolphinAnalytics::MakePerGameBuilder()
builder.AddData("cfg-gfx-realxfb", g_Config.RealXFBEnabled());
builder.AddData("cfg-gfx-virtualxfb", g_Config.VirtualXFBEnabled());
builder.AddData("cfg-gfx-vsync", g_Config.bVSync);
builder.AddData("cfg-gfx-fullscreen", g_Config.bFullscreen);
builder.AddData("cfg-gfx-exclusive-mode", g_Config.bExclusiveMode);
builder.AddData("cfg-gfx-aspect-ratio", g_Config.iAspectRatio);
builder.AddData("cfg-gfx-efb-access", g_Config.bEFBAccessEnable);
builder.AddData("cfg-gfx-efb-scale", g_Config.iEFBScale);