mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
SDLWindow also mainly for review
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1578 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
af378dd111
commit
4ac1d4d2b3
3 changed files with 162 additions and 0 deletions
|
@ -101,6 +101,11 @@ if gfxenv['HAVE_XXF86VM']:
|
|||
'X11Window.cpp',
|
||||
]
|
||||
|
||||
if gfxenv['HAVE_SDL']:
|
||||
files += [
|
||||
'SDLWindow.cpp',
|
||||
]
|
||||
|
||||
# Sanity check
|
||||
if gfxenv['USE_WX'] and not gfxenv['HAVE_WX']:
|
||||
print "Must have wx to use wxgl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue