mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 01:01:00 -04:00
Fearmongering
This commit is contained in:
parent
7104a86b97
commit
69e40b659f
1 changed files with 1 additions and 1 deletions
|
@ -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 _) {
|
||||
|
|
Loading…
Add table
Reference in a new issue