Fearmongering

This commit is contained in:
kynex7510 2024-06-04 16:31:03 +02:00
parent 7104a86b97
commit 69e40b659f
No known key found for this signature in database
GPG key ID: 8BBB0FD2C57920AD

View file

@ -50,7 +50,7 @@ extern "C" DWORD XInputGetCapabilities(DWORD dwUserIndex, DWORD dwFlags, XINPUT_
}
static std::wstring getErrorString() {
return L"Could not load Geode. Error code: " + std::to_wstring(GetLastError());
return L"Could not load Geode! Error code: " + std::to_wstring(GetLastError());
}
BOOL WINAPI DllMain(HINSTANCE module, DWORD reason, LPVOID _) {