mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Use GUI screenshot for network connects as well
This commit is contained in:
parent
56e227029c
commit
df670a1785
@ -1123,7 +1123,7 @@ bool Network::AppendScreenshot(NetworkUpdatePeerInfo *pi)
|
||||
size_t sz;
|
||||
bool out = NULL;
|
||||
|
||||
scr = TheC64->TheDisplay->SurfaceFromC64Display();
|
||||
scr = Gui::gui->screenshot;
|
||||
if (!scr)
|
||||
goto out_none;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user