undo a void to bool on AutoDetectParamFlags

This commit is contained in:
rtldg 2025-03-07 14:57:22 +00:00
parent 2e7ae4687b
commit 330907b5eb

View File

@ -1510,7 +1510,7 @@ namespace SourceHook
return true;
}
bool x64GenContext::AutoDetectParamFlags()
void x64GenContext::AutoDetectParamFlags()
{
}