From b61553c2b18d37566b6561e413ef1b49de39c0a7 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 29 Jun 2014 14:49:07 -0400 Subject: Added 2048 game Change-Id: I4012dca4f93ca0db386a454635534f648ba906e9 Reviewed-on: http://gerrit.rockbox.org/888 Reviewed-by: Michael Giacomelli Tested: Michael Giacomelli --- apps/plugins/SOURCES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index c56cd5eb46..9b7436ac20 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -213,6 +213,8 @@ nim.c #if LCD_DEPTH > 1 /* non-mono bitmap targets */ +/* 2048 runs on 1-bit LCDs, but it is unplayable */ +2048.c matrix.c #if (LCD_WIDTH > 138) -- cgit