Fix bad merge, and a few other fixes

This commit is contained in:
gdkchan 2018-04-19 00:19:22 -03:00
parent ac80e7d3f9
commit 6e69cd9284
4 changed files with 14 additions and 3 deletions

View file

@ -179,6 +179,8 @@ namespace Ryujinx.Core.OsHle
}
VsyncEvent.Dispose();
Scheduler.Dispose();
}
}
}