diff --git a/loader/src/platform/windows/main.cpp b/loader/src/platform/windows/main.cpp index eb31da0e2..e703625d0 100644 --- a/loader/src/platform/windows/main.cpp +++ b/loader/src/platform/windows/main.cpp @@ -291,7 +291,7 @@ std::string loadGeode() { } if (patchAddr == 0) - return "Geode could not find the main function, not loading Geode."; + return "Geode could not find the main function, not loading Geode.\nYour PC is very likely infected with malware. It's recommended you reinstall Windows."; #define JMP_ADDR(from, to) (std::bit_cast(to) - std::bit_cast(from) - 5) #define JMP_BYTES(from, to) \