libretro: Implement disk control interface

This commit is contained in:
Connor McLaughlin
2020-07-23 02:36:23 +10:00
parent 8e1c0a4fe4
commit f3df4f91a2
5 changed files with 218 additions and 2 deletions

View File

@ -127,6 +127,7 @@ RETRO_API void retro_set_environment(retro_environment_t f)
Log_WarningPrintf("Failed to set core options, settings will not be changeable.");
g_libretro_host_interface.InitLogging();
g_libretro_host_interface.InitDiskControlInterface();
}
RETRO_API void retro_set_video_refresh(retro_video_refresh_t f)