From 535db88b6e3e4bcf99624f25c8a211800e54fcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Mon, 30 Nov 2020 18:49:31 +0100 Subject: [PATCH] Update joyhat --- main_pokitto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main_pokitto.cpp b/main_pokitto.cpp index 1acaea4..c4f7445 100644 --- a/main_pokitto.cpp +++ b/main_pokitto.cpp @@ -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;