mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-29 19:20:36 +00:00
DolphinWX: Fix the video dialog crashing Dolphin on OSX
When a game was running and someone opened the video dialog, it would crash. This is because the preprocessor macro should have been __APPLE__ not _APPLE_ Fixes issue 7644.
This commit is contained in:
parent
770a9a42a5
commit
76ad89ebb6
@ -201,7 +201,7 @@ protected:
|
||||
label_adapter->Disable();
|
||||
}
|
||||
|
||||
#if !defined(_APPLE_)
|
||||
#ifndef __APPLE__
|
||||
// This isn't supported on OSX.
|
||||
|
||||
choice_display_resolution->Disable();
|
||||
|
Loading…
x
Reference in New Issue
Block a user