mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-09-05 14:13:11 +02: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(...)
|
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;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue