mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Isolate D3D and Software Renderer from wxWidgets code
This commit is contained in:
parent
35654513c1
commit
a66a7e1344
11 changed files with 227 additions and 22 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue