mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Fix a compiler error
- A use of mmdevice_list_new was not updated to reflect its changed signature
This commit is contained in:
parent
8a862bf20e
commit
3599b3e675
@ -517,7 +517,7 @@ static void *xa_list_new(void *u)
|
|||||||
#elif defined(__WINRT__)
|
#elif defined(__WINRT__)
|
||||||
return NULL;
|
return NULL;
|
||||||
#else
|
#else
|
||||||
return mmdevice_list_new(u);
|
return mmdevice_list_new(u, eRender);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user