Explorar o código

cheat_engine: Resolve implicit bool->u64 conversion

We can just return zero here.
Lioncash %!s(int64=6) %!d(string=hai) anos
pai
achega
5b89291308
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/memory/cheat_engine.cpp

+ 1 - 1
src/core/memory/cheat_engine.cpp

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