mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-25 12:56:59 +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;
|
size_t sz;
|
||||||
bool out = NULL;
|
bool out = NULL;
|
||||||
|
|
||||||
scr = TheC64->TheDisplay->SurfaceFromC64Display();
|
scr = Gui::gui->screenshot;
|
||||||
if (!scr)
|
if (!scr)
|
||||||
goto out_none;
|
goto out_none;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user