fix compile errors in msvc

This commit is contained in:
Ondrej Novak 2025-08-28 19:54:57 +02:00
parent e0aa5096ba
commit ecf8f5c62c
3 changed files with 3 additions and 12 deletions

View file

@ -413,11 +413,6 @@ int SDLContext::init_window(const VideoConfig &config, const char *title, std::f
return exit_code;
}
void SDLContext::init_video(const VideoConfig &config, const char *title) {
}
int SDLContext::check_axis_dir(int &cooldown, int value) {
int range = 0x8000-_jcontrol_map.walk_deadzone;

View file

@ -100,8 +100,6 @@ public:
int init_window(const VideoConfig &config, const char *title, std::function<int()> game_thread);
void init_video(const VideoConfig &config, const char *title);
void set_window_icon(const void *icon_data, size_t icon_size);
void configure_controller(const JoystickConfig &cfg);