mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5582 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
#include <ControllerInterface/ControllerInterface.h>
|
#include <ControllerInterface/ControllerInterface.h>
|
||||||
#include "GCPadEmu.h"
|
#include "GCPadEmu.h"
|
||||||
#include <Config.h>
|
#include <ConfigInput.h>
|
||||||
#include "../ConfigManager.h"
|
#include "../ConfigManager.h"
|
||||||
|
|
||||||
/*staticTODOSHUFFLE*/ Plugin g_GCPad( "GCPad", "Pad", "GCPad" );
|
/*staticTODOSHUFFLE*/ Plugin g_GCPad( "GCPad", "Pad", "GCPad" );
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "..\Host.h"
|
#include "../Host.h"
|
||||||
#include "GCPadEmu.h"
|
#include "GCPadEmu.h"
|
||||||
|
|
||||||
const u16 button_bitmasks[] =
|
const u16 button_bitmasks[] =
|
||||||
|
@ -41,6 +41,8 @@ files = ["ActionReplay.cpp",
|
|||||||
"HW/EXI_DeviceMemoryCard.cpp",
|
"HW/EXI_DeviceMemoryCard.cpp",
|
||||||
"HW/EXI_DeviceMic.cpp",
|
"HW/EXI_DeviceMic.cpp",
|
||||||
"HW/EXI_DeviceEthernet.cpp",
|
"HW/EXI_DeviceEthernet.cpp",
|
||||||
|
"HW/GCPad.cpp",
|
||||||
|
"HW/GCPadEmu.cpp",
|
||||||
"HW/GPFifo.cpp",
|
"HW/GPFifo.cpp",
|
||||||
"HW/HW.cpp",
|
"HW/HW.cpp",
|
||||||
"HW/Memmap.cpp",
|
"HW/Memmap.cpp",
|
||||||
|
@ -13,7 +13,7 @@ files = [
|
|||||||
|
|
||||||
libs = [
|
libs = [
|
||||||
'core', 'lzo2', 'discio', 'bdisasm', 'videocommon',
|
'core', 'lzo2', 'discio', 'bdisasm', 'videocommon',
|
||||||
'inputcommon', 'inputuicommon', 'common', 'lua', 'z', 'sfml-network'
|
'inputuicommon', 'inputcommon', 'common', 'lua', 'z', 'sfml-network'
|
||||||
]
|
]
|
||||||
|
|
||||||
if wxenv['HAVE_WX']:
|
if wxenv['HAVE_WX']:
|
||||||
|
Reference in New Issue
Block a user