mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
fix auto fullscreen resolution on linux
This commit is contained in:
parent
743230500f
commit
3378f7d6a7
1 changed files with 3 additions and 0 deletions
|
@ -200,6 +200,9 @@ XRRConfiguration::~XRRConfiguration()
|
||||||
|
|
||||||
void XRRConfiguration::Update()
|
void XRRConfiguration::Update()
|
||||||
{
|
{
|
||||||
|
if(SConfig::GetInstance().m_LocalCoreStartupParameter.strFullscreenResolution == "Auto")
|
||||||
|
return;
|
||||||
|
|
||||||
if (!bValid)
|
if (!bValid)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue