mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(XBOX) Some build fixes
This commit is contained in:
parent
ed0e5c37e2
commit
89c262c552
@ -28,8 +28,11 @@
|
||||
#include "../../driver.h"
|
||||
#include "../video_context_driver.h"
|
||||
|
||||
#ifndef _XBOX
|
||||
#ifdef _XBOX
|
||||
#include "../../defines/xdk_defines.h"
|
||||
#endif
|
||||
|
||||
#ifndef _XBOX
|
||||
#include "../drivers_wm/win32_resource.h"
|
||||
|
||||
extern unsigned g_resize_width;
|
||||
|
@ -545,6 +545,7 @@ static int rarch_main_data_nbio_iterate_poll(nbio_handle_t *nbio)
|
||||
nbio->cb = &cb_nbio_image_menu_boxart;
|
||||
break;
|
||||
#endif
|
||||
case 0:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user