Playstation 5 input and fixes (#734)

This commit is contained in:
Turánszki János
2023-08-20 16:14:46 +02:00
committed by GitHub
parent 8a20963fff
commit 6a86c8a61f
7 changed files with 70 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace wi::version
// minor features, major updates, breaking compatibility changes
const int minor = 71;
// minor bug fixes, alterations, refactors, updates
const int revision = 274;
const int revision = 275;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);