GSDumpGUI: Add bits information to window title.

This commit is contained in:
KrossX 2019-08-01 22:43:06 -03:00 committed by lightningterror
parent 6bc322cab1
commit c6b944753b
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@ namespace GSDumpGUI
_availableGsDumps.OnIndexUpdatedEvent += UpdatePreviewImage;
this.Text += " " + (IntPtr.Size * 8).ToString() + "bits";
if (String.IsNullOrEmpty(Settings.GSDXDir) || !Directory.Exists(Settings.GSDXDir))
Settings.GSDXDir = AppDomain.CurrentDomain.BaseDirectory;