mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Various changes: Fixed linux build, added some zelda ucode RE, added HLE mail logging features
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3704 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
4
Externals/WiiUseSrc/Src/SConscript
vendored
4
Externals/WiiUseSrc/Src/SConscript
vendored
@ -20,10 +20,10 @@ files = [
|
||||
]
|
||||
|
||||
if env['HAVE_BLUEZ']:
|
||||
files += [ "io_nix.c", ]
|
||||
files += [ "io_nix.cpp", ]
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
files += [ "io_osx.c", ]
|
||||
files += [ "io_osx.cpp", ]
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
env_wiiuse = env.Clone(
|
||||
|
Reference in New Issue
Block a user