diff --git a/SMILEBASIC/petitcomputer.d b/SMILEBASIC/petitcomputer.d index e3c4cf4..b20f3e9 100644 --- a/SMILEBASIC/petitcomputer.d +++ b/SMILEBASIC/petitcomputer.d @@ -688,6 +688,7 @@ class PetitComputer controllerTable[SDL_CONTROLLER_BUTTON_Y] = Button.Y; controllerTable[SDL_CONTROLLER_BUTTON_LEFTSHOULDER] = Button.L; controllerTable[SDL_CONTROLLER_BUTTON_RIGHTSHOULDER] = Button.R; + controllerTable[SDL_CONTROLLER_BUTTON_START] = Button.START; if(!window) { write("can't create window: ");