virtual joysticks: MSVC support part 1/2, make driver's .c file be uniquely named

This commit is contained in:
David Ludwig 2020-03-15 15:05:36 -04:00
parent 513730c49c
commit b2296506bc
5 changed files with 63 additions and 63 deletions

View file

@ -47,7 +47,7 @@
#endif
#if SDL_JOYSTICK_VIRTUAL
#include "./virtual/SDL_sysjoystick_c.h"
#include "./virtual/SDL_virtualjoystick_c.h"
#endif
static SDL_JoystickDriver *SDL_joystick_drivers[] = {