early-access version 3404

This commit is contained in:
pineappleEA
2023-02-16 01:09:31 +01:00
parent 9cb402715f
commit bdd3e84d42
27 changed files with 55 additions and 61 deletions

View File

@@ -1570,7 +1570,7 @@ void IApplicationFunctions::GetDisplayVersion(Kernel::HLERequestContext& ctx) {
const auto& version = res.first->GetVersionString();
std::copy(version.begin(), version.end(), version_string.begin());
} else {
constexpr char default_version[]{"1.0.0"};
static constexpr char default_version[]{"1.0.0"};
std::memcpy(version_string.data(), default_version, sizeof(default_version));
}