From 6dfa64d0ff274d7f39713f25662d345d602e59ad Mon Sep 17 00:00:00 2001 From: otya128 Date: Fri, 16 Dec 2016 20:38:32 +0900 Subject: [PATCH] Remove fixme comment --- SMILEBASIC/petitcomputer.d | 3 --- 1 file changed, 3 deletions(-) diff --git a/SMILEBASIC/petitcomputer.d b/SMILEBASIC/petitcomputer.d index 8beeb38..319dd4a 100644 --- a/SMILEBASIC/petitcomputer.d +++ b/SMILEBASIC/petitcomputer.d @@ -1155,9 +1155,6 @@ class PetitComputer } if(waitFlag) { - //FIXME:VSYNC IS NOT WAIT - //A=MAINCNT:WAIT 50:A=MAINCNT-A->A=50 - //A=MAINCNT:VSYNC 50:A=MAINCNT-A->A=0~50 graphic.updateVM(); if (isVSync && prevVSyncCount) {