mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
-I forgot, background music is fragile, fixed yet again
-ZOMG 500 revs already :D
This commit is contained in:
parent
927fec478d
commit
74aed7b680
@ -400,11 +400,6 @@ private:
|
||||
u32 m_codeBtnAge;
|
||||
u32 m_codeLblAge;
|
||||
u32 m_codeLblUser[4];
|
||||
//About menu
|
||||
u32 m_aboutLblTitle;
|
||||
u32 m_aboutLblInfo;
|
||||
u32 m_aboutLblUser[4];
|
||||
u32 m_aboutLblIOS;
|
||||
//menu_wbfs
|
||||
u32 m_wbfsLblTitle;
|
||||
u32 m_wbfsPBar;
|
||||
|
@ -11,7 +11,12 @@
|
||||
const int pixels_to_skip = 10;
|
||||
|
||||
extern const u8 english_txt[];
|
||||
extern const u32 english_txt_size;
|
||||
|
||||
//About menu
|
||||
u32 m_aboutLblTitle;
|
||||
u32 m_aboutLblInfo;
|
||||
u32 m_aboutLblUser[4];
|
||||
u32 m_aboutLblIOS;
|
||||
|
||||
void CMenu::_about(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user