mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Windows 10) Windows 10 should be major number 10
This commit is contained in:
parent
906b94966b
commit
3be2491232
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@ static void frontend_win32_get_os(char *s, size_t len, int *major, int *minor)
|
|||
|
||||
switch (*major)
|
||||
{
|
||||
case 10:
|
||||
strlcpy(s, "Windows 10", len);
|
||||
break;
|
||||
case 6:
|
||||
switch (*minor)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue