mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
-bgfx: Uncomment D3D12 backend detection, as it apparently no longer crashes on exit on Win7, nw
This commit is contained in:
parent
29321e1a97
commit
3d4bd27551
@ -278,11 +278,10 @@ int renderer_bgfx::create()
|
||||
{
|
||||
init.type = bgfx::RendererType::Direct3D11;
|
||||
}
|
||||
// Throws exception on exit
|
||||
// else if (backend == "dx12" || backend == "d3d12")
|
||||
// {
|
||||
// init.type = bgfx::RendererType::Direct3D12;
|
||||
// }
|
||||
else if (backend == "dx12" || backend == "d3d12")
|
||||
{
|
||||
init.type = bgfx::RendererType::Direct3D12;
|
||||
}
|
||||
else if (backend == "gles")
|
||||
{
|
||||
init.type = bgfx::RendererType::OpenGLES;
|
||||
|
Loading…
Reference in New Issue
Block a user