fix bug, controller info, remove old stuff

This commit is contained in:
Ondrej Novak 2025-03-08 20:40:04 +01:00
parent e2fb5b9910
commit 1297cccd70
21 changed files with 98 additions and 66 deletions

View file

@ -104,3 +104,6 @@ void init_joystick(const INI_CONFIG_SECTION *section) {
char is_joystick_used() {
return get_sdl_global_context().is_joystick_used()?1:0;
}
char is_joystick_enabled() {
return get_sdl_global_context().is_joystick_enabled()?1:0;
}