mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
Fix debug build
This commit is contained in:
parent
2ef54d0fb8
commit
f8bf0ab381
@ -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…
Reference in New Issue
Block a user