1
0
Fork 0
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:
universal963 2024-10-22 19:13:36 +08:00
parent 2ef54d0fb8
commit f8bf0ab381

View file

@ -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;