mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
(360) Buildfix
This commit is contained in:
parent
8113d2067f
commit
3f8ea809de
@ -20,7 +20,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
@ -51,7 +51,7 @@ static void crt_check_first_run(void)
|
||||
* at some point in time or should it stay like this? */
|
||||
|
||||
/* Run of first boot to get current display resolution */
|
||||
#if defined(_WIN32)
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
orig_height = GetSystemMetrics(SM_CYSCREEN);
|
||||
orig_width = GetSystemMetrics(SM_CXSCREEN);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user