mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-25 21:14:22 +01:00
Aargh. The reason network display updates arent drawn on the client is that
32 bit screen updates always used the local screen. Fixed.
This commit is contained in:
parent
845b3f4311
commit
b3f89c8f5d
@ -354,7 +354,7 @@ void C64Display::Update(uint8 *src_pixels)
|
|||||||
case 24:
|
case 24:
|
||||||
case 32:
|
case 32:
|
||||||
default:
|
default:
|
||||||
this->Update_32((Uint8*)screen); break;
|
this->Update_32((Uint8*)src_pixels); break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Gui::gui->draw(real_screen);
|
Gui::gui->draw(real_screen);
|
||||||
|
Loading…
Reference in New Issue
Block a user