mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +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__)
|
||||
return NULL;
|
||||
#else
|
||||
return mmdevice_list_new(u);
|
||||
return mmdevice_list_new(u, eRender);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user