Skip to content

Commit

Permalink
Merge pull request #5 from pebri86/staging
Browse files Browse the repository at this point in the history
redesigned osd menu
  • Loading branch information
pebri86 authored Aug 14, 2019
2 parents d54f278 + 2e258f8 commit 67b946f
Show file tree
Hide file tree
Showing 21 changed files with 3,696 additions and 18,091 deletions.
1 change: 0 additions & 1 deletion esplay-gnuboy/main/display_gb.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "display_gb.h"
#include "display.h"
#include "disp_spi.h"
#include "menu_tile.h"

extern uint16_t *line[];

Expand Down
5 changes: 5 additions & 0 deletions esplay-gnuboy/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ void videoTask(void *arg)
SaveState();
break;

case MENU_LOAD:
display_show_hourglass();
LoadState();
break;

case MENU_SAVE_EXIT:
display_show_hourglass();
SaveState();
Expand Down
166 changes: 0 additions & 166 deletions esplay-gnuboy/main/menu.c

This file was deleted.

12 changes: 0 additions & 12 deletions esplay-gnuboy/main/menu.h

This file was deleted.

Loading

0 comments on commit 67b946f

Please sign in to comment.