From c598f3033c4829f56a873a355ecaeee259e3b162 Mon Sep 17 00:00:00 2001 From: azaballa Date: Wed, 17 Jan 2007 18:34:35 +0000 Subject: [PATCH] Forgot to mention the Color Schemes. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1289 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/README-GP2X.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stella/README-GP2X.txt b/stella/README-GP2X.txt index f678c6103..2f06c087c 100644 --- a/stella/README-GP2X.txt +++ b/stella/README-GP2X.txt @@ -14,6 +14,8 @@ Changes: * Pause function has been removed, pressing a menu button serves the same function. * Vertical Centering during gameplay is now implemented. +* UI Color Schemes are now implemented. At the moment there's only + Classic and GP2X. More are coming in the future. ;) >From 2.2-rv1 * Moved away from using joymouse emulation, which was frustrating many users, to a more effective GUI button control scheme.