From 5ae0c91defaf88a2af97c1b0b0e88550b69bcacd Mon Sep 17 00:00:00 2001 From: nakeee Date: Sun, 2 Nov 2008 16:27:19 +0000 Subject: [PATCH] added missing files on linux git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1050 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/SConscript b/Source/Core/Core/Src/SConscript index 50ddc541d0..26a16eebf6 100644 --- a/Source/Core/Core/Src/SConscript +++ b/Source/Core/Core/Src/SConscript @@ -56,8 +56,9 @@ files = ["Console.cpp", "IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp", "IPC_HLE/WII_IPC_HLE_Device_fs.cpp", "IPC_HLE/WII_IPC_HLE_Device_sdio_slot0.cpp", - "IPC_HLE/WII_IPC_HLE_Device_usb.cpp", + "IPC_HLE/WII_IPC_HLE_Device_net.cpp", "IPC_HLE/WII_IPC_HLE_WiiMote.cpp", + "IPC_HLE/WII_IPC_HLE_Device_usb.cpp", "IPC_HLE/WiiMote_HID_Attr.cpp", "Plugins/Plugin_DSP.cpp", "Plugins/Plugin_PAD.cpp",