mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
VideoCommon: Drop GetConfigName.
We're past 5.0 now, so there is no need to look for old inis.
This commit is contained in:
@ -60,7 +60,7 @@ void Host_ConnectWiimote(int, bool)
|
||||
void Host_SetWiiMoteConnectionState(int)
|
||||
{
|
||||
}
|
||||
void Host_ShowVideoConfig(void*, const std::string&, const std::string&)
|
||||
void Host_ShowVideoConfig(void*, const std::string&)
|
||||
{
|
||||
}
|
||||
std::unique_ptr<cInterfaceBase> HostGL_CreateGLInterface()
|
||||
|
Reference in New Issue
Block a user