Update pc-pad-utils.gc

This commit is contained in:
ManDude
2021-08-16 07:52:41 +01:00
parent ada8f19685
commit 513b0691cb
+1 -1
View File
@@ -157,7 +157,7 @@
(with-dma-buffer-add-bucket ((buf (current-display-frame debug-buf))
(current-display-frame bucket-group)
(bucket-id debug-draw1))
(draw-string-xy "DONE!" buf 256 96 (font-color green) (font-flags shadow kerning large middle))
(draw-string-xy "KEY MAPPING COMPLETE!" buf 256 96 (font-color green) (font-flags shadow kerning large middle))
)
(suspend)
)