1
0
mirror of synced 2024-11-28 00:20:52 +01:00
This commit is contained in:
Aaron M 2020-09-02 17:50:48 +12:00
parent 845f101a17
commit 07b0a569e6

View File

@ -3294,20 +3294,12 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ulReasonForCall, LPVOID lpReserved)
if (haptic) if (haptic)
{ {
SDL_HapticClose(haptic); // release the haptic device / clean-up. SDL_HapticClose(haptic);
static char test[256];
memset(test, 0, 256);
sprintf(test, "haptic clean up", "");
OutputDebugStringA(test);
} }
if (haptic2) if (haptic2)
{ {
SDL_HapticClose(haptic2); SDL_HapticClose(haptic2);
static char test[256];
memset(test, 0, 256);
sprintf(test, "haptic2 clean up", "");
OutputDebugStringA(test);
} }
if (haptic3) if (haptic3)