mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
(Android) We now do everything natively (including video) - so
we no longer need this
This commit is contained in:
parent
46fd925d01
commit
11465db9c1
4
driver.c
4
driver.c
@ -235,18 +235,14 @@ void init_drivers(void)
|
|||||||
{
|
{
|
||||||
adjust_system_rates();
|
adjust_system_rates();
|
||||||
|
|
||||||
#ifndef ANDROID
|
|
||||||
init_video_input();
|
init_video_input();
|
||||||
#endif
|
|
||||||
init_audio();
|
init_audio();
|
||||||
}
|
}
|
||||||
|
|
||||||
void uninit_drivers(void)
|
void uninit_drivers(void)
|
||||||
{
|
{
|
||||||
uninit_audio();
|
uninit_audio();
|
||||||
#ifndef ANDROID
|
|
||||||
uninit_video_input();
|
uninit_video_input();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_DYLIB
|
#ifdef HAVE_DYLIB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user