Initial badges work
Additional cleanup probably necessary, some more feature work still in progress (zip files)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "music.h"
|
||||
#include "remote.h"
|
||||
#include "ui_strings.h"
|
||||
#include "badges.h"
|
||||
#include <time.h>
|
||||
|
||||
bool quit = false;
|
||||
@@ -828,6 +829,11 @@ int main(void)
|
||||
draw_mode = DRAW_MODE_LIST;
|
||||
extra_index = 1;
|
||||
}
|
||||
else if (kDown & KEY_DRIGHT)
|
||||
{
|
||||
draw_install(INSTALL_BADGES);
|
||||
install_badges();
|
||||
}
|
||||
else if (kDown & KEY_R)
|
||||
{
|
||||
extra_index = 2;
|
||||
|
||||
Reference in New Issue
Block a user