From 3fc6f7e9bb4cd93076380382cead2c21c9c92619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 10 Jun 2025 17:04:16 +0200 Subject: [PATCH] Oops --- libretro/LibretroGraphicsContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro/LibretroGraphicsContext.cpp b/libretro/LibretroGraphicsContext.cpp index fccd20bf46..a5d6f2931e 100644 --- a/libretro/LibretroGraphicsContext.cpp +++ b/libretro/LibretroGraphicsContext.cpp @@ -133,7 +133,7 @@ LibretroGraphicsContext *LibretroGraphicsContext::CreateGraphicsContext() { #endif #ifdef _WIN32 - if (preferred == RETRO_HW_CONTEXT_DUMMY) { + if (preferred == RETRO_HW_CONTEXT_DUMMY || preferred == RETRO_HW_CONTEXT_DIRECT3D) { ctx = new LibretroD3D11Context(); if (ctx->Init()) {