mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Move BootManager.cpp to Core since it really doesn't do any wx-specific stuff.
This one is for NaturalViolence, since he was so eager to see it :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7152 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e81ccd7f33
commit
bc6f04adae
12 changed files with 57 additions and 237 deletions
|
@ -5,7 +5,6 @@ import os
|
|||
import sys
|
||||
from SconsTests import utils
|
||||
|
||||
files = ['BootManager.cpp']
|
||||
frameworksflags = []
|
||||
|
||||
if not env['HAVE_WX']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue