mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
Add explaining message
This commit is contained in:
parent
1c3d1a45cc
commit
9965a8de82
@ -1094,8 +1094,11 @@ bool Network::Connect()
|
||||
{
|
||||
SDL_FillRect(real_screen, 0, SDL_MapRGB(real_screen->format,
|
||||
0x00, 0x80, 0x80));
|
||||
menu_print_font(real_screen, 255,255,0, 20, 20,
|
||||
menu_print_font(real_screen, 255,255,0, 30, 30,
|
||||
"Connecting... Hold Esc or 1 to abort");
|
||||
if (this->is_master)
|
||||
menu_print_font(real_screen, 255,255,0, 30, 50,
|
||||
"(Waiting for client connection)");
|
||||
SDL_Flip(real_screen);
|
||||
#if defined(GEKKO)
|
||||
WPADData *wpad, *wpad_other;
|
||||
|
Loading…
Reference in New Issue
Block a user