mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Remove GCPadNew from the linux build until I get a chance to fix it.
It breaks the linux build now. SDL version 1.3.0, which includes SDL_haptic, is not available for most linux distributions at this time. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5264 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -7,11 +7,11 @@
|
||||
#undef M_PI
|
||||
// really dum
|
||||
#ifdef _WIN32
|
||||
#include <sdl.h>
|
||||
#include <sdl_haptic.h>
|
||||
#include <SDL.h>
|
||||
#include <SDL_haptic.h>
|
||||
#else
|
||||
#include <SDL/sdl.h>
|
||||
#include <SDL/sdl_haptic.h>
|
||||
#include <SDL/SDL.h>
|
||||
#include <SDL/SDL_haptic.h>
|
||||
#endif
|
||||
|
||||
namespace ciface
|
||||
|
Reference in New Issue
Block a user