Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion loader/src/platform/windows/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<uintptr_t>(to) - std::bit_cast<uintptr_t>(from) - 5)
#define JMP_BYTES(from, to) \
Expand Down
Loading