mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
soundtouch: fix debug build
This commit is contained in:
parent
ee98f577e2
commit
c803bf1849
5 changed files with 7 additions and 6 deletions
|
|
@ -60,4 +60,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
@ -70,12 +70,12 @@ namespace rpcs3::utils
|
|||
u32 check_user(const std::string& user)
|
||||
{
|
||||
u32 id = 0;
|
||||
|
||||
|
||||
if (user.size() == 8)
|
||||
{
|
||||
std::from_chars(&user.front(), &user.back() + 1, id);
|
||||
}
|
||||
|
||||
|
||||
return id;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue