mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
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;
|
||||
|
||||
this.Text += " " + (IntPtr.Size * 8).ToString() + "bits";
|
||||
|
||||
if (String.IsNullOrEmpty(Settings.GSDXDir) || !Directory.Exists(Settings.GSDXDir))
|
||||
Settings.GSDXDir = AppDomain.CurrentDomain.BaseDirectory;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user