mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-10 21:25:35 +00:00
SDL_virtualjoystick.c: remove wrong #endif comment.
This commit is contained in:
parent
327ea97436
commit
6393d14de5
|
@ -445,6 +445,6 @@ SDL_JoystickDriver SDL_VIRTUAL_JoystickDriver =
|
||||||
VIRTUAL_JoystickGetGamepadMapping
|
VIRTUAL_JoystickGetGamepadMapping
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* SDL_JOYSTICK_VIRTUAL || SDL_JOYSTICK_DISABLED */
|
#endif /* SDL_JOYSTICK_VIRTUAL */
|
||||||
|
|
||||||
/* vi: set ts=4 sw=4 expandtab: */
|
/* vi: set ts=4 sw=4 expandtab: */
|
||||||
|
|
Loading…
Reference in a new issue