sysconf stub cuz crash(?) + some stderrp stuff

This commit is contained in:
lizzie 2025-12-01 09:33:59 +00:00
parent b02e0ccc76
commit a58b1e975e
14 changed files with 506 additions and 73 deletions

View file

@ -6,7 +6,14 @@
#include <array>
#include <span>
#include <thread>
#include <SDL_hidapi.h>
#include <SDL.h>
#if SDL_VERSION_ATLEAST(2, 26, 4)
# include <SDL_hidapi.h>
#else
struct SDL_hid_device;
struct SDL_hid_device_info;
#endif
#include "input_common/input_engine.h"