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:
Glenn Rice
2010-04-01 11:49:44 +00:00
parent e0b4cbcdae
commit a744391aac
2 changed files with 9 additions and 5 deletions

View File

@ -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