mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-03-28 14:56:24 +01:00
Fix debug build
This commit is contained in:
parent
2ef54d0fb8
commit
f8bf0ab381
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ bool Steam_User::GetRegistryInt( EConfigSubTree eRegistrySubTree, const char *pc
|
|||
}
|
||||
catch(...)
|
||||
{
|
||||
PRINT_DEBUG("not a number") // TODO: real steam returns a value other than 0 under this condition
|
||||
PRINT_DEBUG("not a number"); // TODO: real steam returns a value other than 0 under this condition
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue