diff --git a/src/main.cpp b/src/main.cpp index eb07970..5d654e9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -169,7 +169,7 @@ static void showInitError(const std::string &msg) int main(int argc, char *argv[]) { SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0"); - SDL_SetHint(SDL_HINT_ACCELEROMETER_AS_JOYSTICK, "0"); +// SDL_SetHint(SDL_HINT_ACCELEROMETER_AS_JOYSTICK, "0"); /* initialize SDL first */ if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK) < 0)