mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
-added wiimote image for 6 player games
This commit is contained in:
parent
935a18e217
commit
5e18be6598
BIN
data/images/wiimote6.png
Normal file
BIN
data/images/wiimote6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -21,6 +21,7 @@ extern const u8 wiimote1_png[];
|
||||
extern const u8 wiimote2_png[];
|
||||
extern const u8 wiimote3_png[];
|
||||
extern const u8 wiimote4_png[];
|
||||
extern const u8 wiimote6_png[];
|
||||
extern const u8 wiimote8_png[];
|
||||
|
||||
extern const u8 guitar_png[];
|
||||
@ -470,6 +471,8 @@ void CMenu::_textGameInfo(void)
|
||||
m_controlsreq[x].fromPNG(wiimote3_png);
|
||||
else if (players == 4)
|
||||
m_controlsreq[x].fromPNG(wiimote4_png);
|
||||
else if (players == 6)
|
||||
m_controlsreq[x].fromPNG(wiimote6_png);
|
||||
else if (players == 8)
|
||||
m_controlsreq[x].fromPNG(wiimote8_png);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user