We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412ea81 commit 0e253f6Copy full SHA for 0e253f6
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.26)
2
3
project(
4
dlssg-to-fsr3
5
- VERSION 0.123
+ VERSION 0.130
6
LANGUAGES CXX
7
)
8
README.md
@@ -74,6 +74,10 @@ Game-specific compatibility can be [found here](https://github.com/Nukem9/dlssg-
74
<details>
75
<summary>Click to expand.</summary><br/>
76
77
+**Version 0.130**
78
+ - Added support for newer Streamline plugin interposer paths.
79
+ - Added logging for Vulkan present metering availability.
80
+
81
**Version 0.123**
82
- Added a warning prompt because Monster Hunter Wilds crashes without REFramework installed. Once again, multiplayer games aren't supported.
83
0 commit comments