mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
android: Fixed compiler warning about nested '/*' comments.
This commit is contained in:
parent
488824017a
commit
e99daaf8b5
@ -145,7 +145,7 @@ keycode_to_SDL(int keycode)
|
|||||||
break;
|
break;
|
||||||
case AKEYCODE_DPAD_CENTER:
|
case AKEYCODE_DPAD_CENTER:
|
||||||
/* This is handled better by applications as the A button */
|
/* This is handled better by applications as the A button */
|
||||||
/*button = SDL_CONTROLLER_BUTTON_MAX+4; /* Not supported by GameController */
|
/*button = SDL_CONTROLLER_BUTTON_MAX+4;*/ /* Not supported by GameController */
|
||||||
button = SDL_CONTROLLER_BUTTON_A;
|
button = SDL_CONTROLLER_BUTTON_A;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user