more controller support and fix some crashes

This commit is contained in:
Ondřej Novák 2025-03-04 12:07:40 +01:00
parent 3f946405b9
commit 0e251dcd05
19 changed files with 608 additions and 195 deletions

View file

@ -130,6 +130,9 @@ int list_files(const char *directory, int type, LIST_FILES_CALLBACK cb, void *ct
#include "sdl/BGraph2.h"
void init_joystick(const INI_CONFIG_SECTION *section);
char is_joystick_used();
#define WM_RELOADMAP (WM_APP+215)
#define E_RELOADMAP 40