mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Merge pull request #1139 from lioncash/videodlg-osx
DolphinWX: Fix the video dialog crashing Dolphin on OSX
This commit is contained in:
commit
9e2b9e2471
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ protected:
|
||||||
label_adapter->Disable();
|
label_adapter->Disable();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(_APPLE_)
|
#ifndef __APPLE__
|
||||||
// This isn't supported on OSX.
|
// This isn't supported on OSX.
|
||||||
|
|
||||||
choice_display_resolution->Disable();
|
choice_display_resolution->Disable();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue