From c4923df779946f949325bb5a67ed79fed812a906 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Sat, 1 Nov 2008 17:48:38 +0000 Subject: [PATCH] Added new source "IPC_HLE/WII_IPC_HLE_Device_fs.cpp". git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1036 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Core/Src/SConscript b/Source/Core/Core/Src/SConscript index ee08565103..50ddc541d0 100644 --- a/Source/Core/Core/Src/SConscript +++ b/Source/Core/Core/Src/SConscript @@ -54,6 +54,7 @@ files = ["Console.cpp", "IPC_HLE/WII_IPC_HLE.cpp", "IPC_HLE/WII_IPC_HLE_Device_DI.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_WiiMote.cpp",