Update joyhat

This commit is contained in:
Miloslav Číž 2020-11-30 18:49:31 +01:00
parent d179af90d5
commit 535db88b6e
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#if _OSCT == 2
// overclock
#define SFG_FPS 35
#define SFG_FPS 36
#define SFG_DIMINISH_SPRITES 1
#define SFG_RAYCASTING_MAX_HITS 6
#else
@ -42,7 +42,7 @@
#define SFG_SCREEN_RESOLUTION_Y 110
#define SFG_FOV_VERTICAL 350
#define SFG_FOV_HORIZONTAL 230
#define SFG_FOV_HORIZONTAL 210
#include "JoyHat/JoyHat.h"
JoyHat joy;