mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
(360) Fix build. 360 port works again
This commit is contained in:
parent
af644b3c15
commit
0798431175
2
driver.c
2
driver.c
@ -348,7 +348,7 @@ retro_proc_address_t driver_get_proc_address(const char *sym)
|
|||||||
void global_init_drivers(void)
|
void global_init_drivers(void)
|
||||||
{
|
{
|
||||||
init_drivers_pre(); // Set driver.* function callbacks.
|
init_drivers_pre(); // Set driver.* function callbacks.
|
||||||
#if defined(HAVE_RGUI) || defined(HAVE_RMENU)
|
#if defined(HAVE_RGUI) || defined(HAVE_RMENU) || defined(HAVE_RMENU_XUI)
|
||||||
driver.video->start(); // Statically starts video driver. Sets driver.video_data.
|
driver.video->start(); // Statically starts video driver. Sets driver.video_data.
|
||||||
#endif
|
#endif
|
||||||
driver.input_data = driver.input->init();
|
driver.input_data = driver.input->init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user