mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
More random changes
This commit is contained in:
parent
a485957130
commit
a16d8ba3ea
211 changed files with 576 additions and 748 deletions
|
@ -294,7 +294,7 @@ std::string utils::get_OS_version()
|
|||
if (has_sp)
|
||||
{
|
||||
WideCharToMultiByte(CP_UTF8, NULL, service_pack.Buffer, service_pack.Length,
|
||||
(LPSTR) holder.data(), static_cast<int>(holder.size()), NULL, NULL);
|
||||
(LPSTR) holder.data(), static_cast<int>(holder.size()), nullptr, nullptr);
|
||||
}
|
||||
|
||||
fmt::append(output,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue