Add internal Logging support
Add class Logging. Replace all Console.WriteLine() to looks better. Add informations inside Windows Titles.
This commit is contained in:
parent
4e2f178a4e
commit
275d363aaf
7 changed files with 147 additions and 9 deletions
|
@ -341,7 +341,9 @@ void main(void) {
|
|||
protected override void OnRenderFrame(FrameEventArgs e)
|
||||
{
|
||||
GL.Viewport(0, 0, 1280, 720);
|
||||
|
||||
|
||||
Title = $"Ryujinx Screen - (Vsync: {VSync} - FPS: {1f / e.Time:0})";
|
||||
|
||||
GL.Clear(ClearBufferMask.ColorBufferBit | ClearBufferMask.DepthBufferBit);
|
||||
|
||||
RenderFb();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue