mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
giz renderers and stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@261 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
499a0be394
commit
9839d126cc
9 changed files with 232 additions and 150 deletions
|
@ -17,6 +17,10 @@ void lprintf_al(const char *fmt, ...);
|
|||
#define BTN_REW (1 << FRAMEWORK_BUTTON_REWIND)
|
||||
#define BTN_L (1 << FRAMEWORK_BUTTON_LEFT_SHOULDER)
|
||||
#define BTN_R (1 << FRAMEWORK_BUTTON_RIGHT_SHOULDER)
|
||||
#define BTN_HOME (1 << FRAMEWORK_BUTTON_HOME)
|
||||
|
||||
#define BTN_HOME (1 << FRAMEWORK_BUTTON_HOME)
|
||||
#define BTN_VOLUME (1 << FRAMEWORK_BUTTON_VOLUME)
|
||||
#define BTN_BRIGHTNESS (1 << FRAMEWORK_BUTTON_BRIGHTNESS)
|
||||
#define BTN_ALARM (1 << FRAMEWORK_BUTTON_ALARM)
|
||||
#define BTN_POWER (1 << FRAMEWORK_BUTTON_POWER)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue