forked from len0rd/rockbox
fix red: add a define accidentally removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22209 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6e4c3b7ebe
commit
367d8148a7
1 changed files with 3 additions and 0 deletions
|
@ -317,6 +317,9 @@ PLUGIN_HEADER
|
|||
#ifndef SNAKE2_QUIT
|
||||
#define SNAKE2_QUIT BUTTON_TOPLEFT
|
||||
#endif
|
||||
#ifndef SNAKE2_PLAYPAUSE
|
||||
#define SNAKE2_PLAYPAUSE BUTTON_CENTER
|
||||
#endif
|
||||
#ifndef SNAKE2_PLAYPAUSE_TEXT
|
||||
#define SNAKE2_PLAYPAUSE_TEXT "CENTER"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue