From 85a4da139e7c48394204abe942876eaca55df5f4 Mon Sep 17 00:00:00 2001 From: otya128 Date: Thu, 22 Dec 2016 20:42:32 +0900 Subject: [PATCH] Fix touch --- SMILEBASIC/petitcomputer.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMILEBASIC/petitcomputer.d b/SMILEBASIC/petitcomputer.d index b442097..4360888 100644 --- a/SMILEBASIC/petitcomputer.d +++ b/SMILEBASIC/petitcomputer.d @@ -598,7 +598,7 @@ class PetitComputer else { //!!WiiU - if (xscreenmode == 3)//XSCREEN 5 + if (xscreenmode == 2 || xscreenmode == 0 || xscreenmode == 3)//XSCREEN 5 { auto w = currentDisplay.rect[0].w; auto h = currentDisplay.rect[0].h;