1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 12:56:27 -05:00

logger: Add build version to the log file names (#1782)

This commit is contained in:
Ac_K
2020-12-07 10:29:22 +01:00
committed by GitHub
parent 24d316cc92
commit 668720b088
2 changed files with 5 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
using Gtk;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.InteropServices;
using GUI = Gtk.Builder.ObjectAttribute;
@@ -73,4 +71,4 @@ namespace Ryujinx.Ui
Dispose();
}
}
}
}