mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Isolate D3D and Software Renderer from wxWidgets code
This commit is contained in:
@ -157,7 +157,7 @@ static void InitBackendInfo()
|
||||
void VideoBackend::ShowConfig(void *_hParent)
|
||||
{
|
||||
InitBackendInfo();
|
||||
Host_ShowVideoConfig(_hParent, "OpenGL", "gfx_opengl");
|
||||
Host_ShowVideoConfig(_hParent, GetDisplayName(), "gfx_opengl");
|
||||
}
|
||||
|
||||
bool VideoBackend::Initialize(void *&window_handle)
|
||||
|
Reference in New Issue
Block a user