mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Move global driver to bottom of header
This commit is contained in:
parent
bf736b53a8
commit
d8fd5e14d0
4
driver.h
4
driver.h
@ -380,8 +380,6 @@ void driver_set_refresh_rate(float hz);
|
||||
**/
|
||||
bool driver_update_system_av_info(const struct retro_system_av_info *info);
|
||||
|
||||
extern driver_t driver;
|
||||
|
||||
/**
|
||||
* find_driver_index:
|
||||
* @label : string of driver type to be found.
|
||||
@ -393,6 +391,8 @@ extern driver_t driver;
|
||||
* index number of the driver found in the array.
|
||||
**/
|
||||
int find_driver_index(const char * label, const char *drv);
|
||||
|
||||
extern driver_t driver;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user