From 85c060769659fda0cd8ea499c9e246e165973e93 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 4 Sep 2021 10:32:43 +0200 Subject: [PATCH] Add to CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 96fa2584aa..40cb17dad1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,7 @@ - CHEATS/RUNAHEAD: Fix cheats when using second instance runahead - CONFIG: Add option to (force-)write current core options to disk (Quick Menu) - CORE INFO CACHE: Remove core path from core info cache. Should make core info caches portable now (for example: you can move RetroArch to a separate dir and they would still work). +- D3D11: Use Shader Model 5.0 for frontend shaders if D3D11 Feature level is at least 11.0 or higher. Should fix some new shaders that require SM 5.0 (like AMD FSR) - D3D11: Add HDR support (disabled for UWP for now) - D3D12: Add HDR support (disabled for UWP for now) - EMSCRIPTEN: Fixed web player bug with filesystem and runtime