Support window resizing

This commit is contained in:
gdk 2019-10-31 21:32:43 -03:00 committed by Thog
parent dd8a838a81
commit 7aad13d242
3 changed files with 78 additions and 26 deletions

View file

@ -91,7 +91,7 @@ namespace Ryujinx.Ui
{
_resizeEvent = false;
// TODO: Resize
_renderer.Window.SetSize(Width, Height);
}
ticks += chrono.ElapsedTicks;