Merge branch 'master' of ../../fceux
This commit is contained in:
commit
e9dd3b162e
|
@ -23,8 +23,8 @@
|
|||
/// \brief Handles joystick input using the SDL.
|
||||
|
||||
//#include <QDir>
|
||||
#include "Qt/sdl.h"
|
||||
#include "Qt/sdl-joystick.h"
|
||||
#include "sdl/sdl.h"
|
||||
#include "sdl/sdl-joystick.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "Qt/main.h"
|
||||
#include "Qt/input.h"
|
||||
#include "Qt/sdl.h"
|
||||
#include "sdl/main.h"
|
||||
#include "sdl/input.h"
|
||||
#include "sdl/sdl.h"
|
||||
|
||||
#define MAX_JOYSTICKS 32
|
||||
|
||||
|
|
Loading…
Reference in New Issue