[Core] Enable more detected OS's
[OS Detection] Add hacky support for weirdness
This commit is contained in:
parent
15f93285b1
commit
ed6ec8b4f9
3 changed files with 24 additions and 18 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue