mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- let kopenFileReader have a look into demolition.pk3 if nothing else is found.
This should help as long as the old resource management is still in place.
This commit is contained in:
parent
60fc828a89
commit
5cf5c74695
3 changed files with 25 additions and 65 deletions
|
@ -263,60 +263,6 @@ static const char * mousedigitaldefaults[MAXMOUSEDIGITAL] =
|
|||
};
|
||||
|
||||
#if defined(GEKKO)
|
||||
static const char * joystickdefaults[MAXJOYBUTTONSANDHATS] =
|
||||
{
|
||||
"Open", // A
|
||||
"Fire", // B
|
||||
"Run", // 1
|
||||
"Map", // 2
|
||||
"Previous_Weapon", // -
|
||||
"Next_Weapon", // +
|
||||
"", // Home
|
||||
"Jump", // Z
|
||||
"Crouch", // C
|
||||
"Map", // X
|
||||
"Run", // Y
|
||||
"Jump", // L
|
||||
"Quick_Kick", // R
|
||||
"Crouch", // ZL
|
||||
"Fire", // ZR
|
||||
"Quick_Kick", // D-Pad Up
|
||||
"Inventory_Right", // D-Pad Right
|
||||
"Inventory", // D-Pad Down
|
||||
"Inventory_Left", // D-Pad Left
|
||||
};
|
||||
|
||||
|
||||
static const char * joystickclickeddefaults[MAXJOYBUTTONSANDHATS] =
|
||||
{
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"Inventory",
|
||||
};
|
||||
|
||||
|
||||
static const char * joystickanalogdefaults[MAXJOYAXES] =
|
||||
{
|
||||
"analog_strafing",
|
||||
"analog_moving",
|
||||
"analog_turning",
|
||||
"analog_lookingupanddown",
|
||||
};
|
||||
|
||||
|
||||
static const char * joystickdigitaldefaults[MAXJOYDIGITAL] =
|
||||
{
|
||||
};
|
||||
#else
|
||||
static const char * joystickdefaults[MAXJOYBUTTONSANDHATS] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue