From 0b9fd70bcb7e3fce8b4f682fd81223629c51e229 Mon Sep 17 00:00:00 2001 From: otya128 Date: Fri, 23 Dec 2016 16:12:08 +0900 Subject: [PATCH] Add START key assignment --- SMILEBASIC/petitcomputer.d | 1 + 1 file changed, 1 insertion(+) 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: ");