mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Handle text messages
This commit is contained in:
parent
7b4b2fa3a9
commit
ae24458864
@ -876,6 +876,9 @@ bool Network::DecodeUpdate(C64Display *display, uint8 *js, MOS6581 *dst)
|
||||
*js = j->val;
|
||||
}
|
||||
break;
|
||||
case TEXT_MESSAGE:
|
||||
display->display_status_string((char*)p->data, 3);
|
||||
break;
|
||||
case LIST_PEERS:
|
||||
{
|
||||
} break;
|
||||
|
Loading…
Reference in New Issue
Block a user