mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
SW: Misc adjustments.
git-svn-id: https://svn.eduke32.com/eduke32@5205 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5256146f89
commit
d5e8209f9d
4 changed files with 7 additions and 4 deletions
|
@ -338,6 +338,7 @@ static char *mousedigitaldefaults[] =
|
|||
};
|
||||
|
||||
|
||||
#if 0
|
||||
static char *gamepaddigitaldefaults[] =
|
||||
{
|
||||
"Turn_Left",
|
||||
|
@ -345,6 +346,7 @@ static char *gamepaddigitaldefaults[] =
|
|||
"Move_Forward",
|
||||
"Move_Backward",
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
static char *joystickanalogdefaults[] =
|
||||
|
|
|
@ -31,6 +31,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include "function.h"
|
||||
#include "keyboard.h"
|
||||
#include "control.h"
|
||||
|
||||
#define SETUPNAMEPARM "SETUPFILE"
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ extern "C" {
|
|||
|
||||
// Number of Mouse buttons
|
||||
|
||||
#define MAXMOUSEBUTTONS 6
|
||||
//#define MAXMOUSEBUTTONS 6
|
||||
|
||||
// Number of JOY buttons
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
#ifndef RENDERTYPEWIN
|
||||
#ifndef _WIN32
|
||||
#error Only for Windows
|
||||
#endif
|
||||
|
||||
#include "types.h"
|
||||
#include "build.h"
|
||||
#include "winlayer.h"
|
||||
#include "renderlayer.h"
|
||||
|
||||
#include "gamedefs.h"
|
||||
#include "config.h"
|
||||
|
|
Loading…
Reference in a new issue