Merge branch 'master' of ../../fceux

This commit is contained in:
Matthew Budd 2020-08-14 21:22:07 -04:00
commit e9dd3b162e
2 changed files with 5 additions and 5 deletions

View File

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

View File

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