rosalina: cleanup variable names

This commit is contained in:
TuxSH
2020-05-15 20:00:13 +01:00
parent 9ae913064c
commit 71cddef78f
13 changed files with 67 additions and 60 deletions

View File

@@ -60,8 +60,9 @@ typedef struct Menu {
MenuItem items[0x40];
} Menu;
extern bool terminationRequest;
extern Handle terminationRequestEvent;
extern bool menuShouldExit;
extern bool preTerminationRequested;
extern Handle preTerminationEvent;
extern u32 menuCombo;