1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-29 15:36:32 -05:00

Merge pull request #4495 from lioncash/conv

cheat_engine: Resolve implicit bool->u64 conversion
This commit is contained in:
Rodrigo Locatti
2020-08-14 03:10:17 -03:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ u64 StandardVmCallbacks::HidKeysDown() {
if (applet_resource == nullptr) {
LOG_WARNING(CheatEngine,
"Attempted to read input state, but applet resource is not initialized!");
return false;
return 0;
}
const auto press_state =