pcsx2/plugins/GSdx/Window
Akash 9acb871c7b GSdx-Dialog: Remove useless member variable
The adapter ID was needed to be passed before for a legacy DX9 hack which is no longer present, I figured it could cause a potential conflict when the adapter value stored at INI is outdated. (which is now a possibility after
lightning removed reference device)

The other alternative would be to just force set the INI value on dialog initialization to avoid unavailable values in the INI file, but that would be a rough for a person transitioning from debug build to release build using the reference device
option, so just removing this outdated variable for now, I rather doubt we'd be needing it in the future, in case we need adapter passing to subdialogs, the former suggestion needs to be implemented. Not implementing it right now since there's no need for it.
2019-06-17 12:47:03 +05:30
..
GSCaptureDlg.cpp GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSCaptureDlg.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSDialog.cpp GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSDialog.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSLinuxDialog.cpp gsdx-gui: Purge Sprite hack from the gui. 2019-06-16 20:42:28 +02:00
GSSetting.cpp gsdx-gui: Purge Sprite hack from the gui. 2019-06-16 20:42:28 +02:00
GSSetting.h gsdx-gui: Purge Sprite hack from the gui. 2019-06-16 20:42:28 +02:00
GSSettingsDlg.cpp GSdx-Dialog: Remove useless member variable 2019-06-17 12:47:03 +05:30
GSSettingsDlg.h GSdx-Dialog: Remove useless member variable 2019-06-17 12:47:03 +05:30
GSWnd.cpp gsdx-ogl: glTexturePageCommitmentEXT should be optional for sparse texture. 2019-02-07 14:32:10 +01:00
GSWnd.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndDX.cpp GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndDX.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndEGL.cpp gsdx-egl: Also do the same for egl pointer logs. 2019-02-09 11:16:51 +01:00
GSWndEGL.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndOGL.cpp gsdx-ogl: Enable function pointer support logs only when "debug_opengl" is enabled in the ini. 2019-02-09 11:10:00 +01:00
GSWndOGL.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndWGL.cpp gsdx-ogl: Enable function pointer support logs only when "debug_opengl" is enabled in the ini. 2019-02-09 11:10:00 +01:00
GSWndWGL.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
PFN_WND.h gsdx-ogl: generate nearly all gl entries function pointers 2019-02-07 12:34:02 +01:00