Initial badges work

Additional cleanup probably necessary, some more feature work still in progress (zip files)
This commit is contained in:
2024-05-30 15:45:03 -04:00
parent 8c42a23eeb
commit 4d9cde01c4
11 changed files with 681 additions and 2 deletions

View File

@@ -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;