1
0
Fork 0

[Core] Enable more detected OS's

[OS Detection] Add hacky support for weirdness
This commit is contained in:
Drashna Jael're 2022-12-09 12:46:33 -08:00
parent 15f93285b1
commit ed6ec8b4f9
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
3 changed files with 24 additions and 18 deletions

View file

@ -24,8 +24,11 @@ typedef enum {
OS_UNSURE,
OS_LINUX,
OS_WINDOWS,
OS_WINDOWS_UNSURE,
OS_MACOS,
OS_IOS,
OS_PS5,
OS_HANDHELD,
} os_variant_t;
void process_wlength(const uint16_t w_length);