Cleanups
This commit is contained in:
parent
45d94efdf4
commit
fb91df562c
10
retroarch.c
10
retroarch.c
|
@ -19733,16 +19733,6 @@ static void drivers_init(int flags)
|
|||
midi_driver_init();
|
||||
}
|
||||
|
||||
/**
|
||||
* uninit_drivers:
|
||||
* @flags : Bitmask of drivers to deinitialize.
|
||||
*
|
||||
* Deinitializes drivers.
|
||||
*
|
||||
*
|
||||
* @flags determines which drivers get deinitialized.
|
||||
**/
|
||||
|
||||
/**
|
||||
* Driver ownership - set this to true if the platform in question needs to 'own'
|
||||
* the respective handle and therefore skip regular RetroArch
|
||||
|
|
Loading…
Reference in New Issue