* Update RT64 to correctly report errors for shader model 5.1 GPUs

* Fixed Windows filesystem error crash

* Force audio driver selection to wasapi on Windows to prevent audio issue
This commit is contained in:
Wiseguy
2024-05-26 14:24:13 -04:00
committed by GitHub
parent 4ebe71bfcc
commit 1ea7d4ebe9
5 changed files with 34 additions and 23 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include "nfd.h"
#include <filesystem>
std::string version_number = "v1.0.1";
std::string version_number = "v1.1.0";
Rml::DataModelHandle model_handle;
bool mm_rom_valid = false;