mirror of https://github.com/PCSX2/pcsx2.git
GSDumpGUI: Add bits information to window title.
This commit is contained in:
parent
6bc322cab1
commit
c6b944753b
|
@ -116,6 +116,8 @@ namespace GSDumpGUI
|
||||||
|
|
||||||
_availableGsDumps.OnIndexUpdatedEvent += UpdatePreviewImage;
|
_availableGsDumps.OnIndexUpdatedEvent += UpdatePreviewImage;
|
||||||
|
|
||||||
|
this.Text += " " + (IntPtr.Size * 8).ToString() + "bits";
|
||||||
|
|
||||||
if (String.IsNullOrEmpty(Settings.GSDXDir) || !Directory.Exists(Settings.GSDXDir))
|
if (String.IsNullOrEmpty(Settings.GSDXDir) || !Directory.Exists(Settings.GSDXDir))
|
||||||
Settings.GSDXDir = AppDomain.CurrentDomain.BaseDirectory;
|
Settings.GSDXDir = AppDomain.CurrentDomain.BaseDirectory;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue