mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
OS X also needs to have the display resolution changed before
setting wxFULLSCREEN_ALL. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7390 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
3
Externals/wxWidgets3/SConscript
vendored
3
Externals/wxWidgets3/SConscript
vendored
@ -6,9 +6,6 @@ import sys
|
||||
if env['nowx']:
|
||||
Return()
|
||||
|
||||
if env.has_key('HAVE_WX') and env['HAVE_WX']:
|
||||
Return()
|
||||
|
||||
env['CPPPATH'] += ['#Externals/wxWidgets3', '#Externals/wxWidgets3/include']
|
||||
|
||||
wxenv = env.Clone()
|
||||
|
Reference in New Issue
Block a user