DolphinWX: Separate the information panel from ISOProperties

Makes the information panel self-contained.

This was done first, as opposed to isolating the GameConfig panel--the
first panel in the group--as this panel had code all over the place in
ISOProperties, so I figured it'd be best to fix this one up first.
This commit is contained in:
Lioncash
2016-11-12 20:51:08 -05:00
parent 0705c53681
commit 20fcfd0ed8
9 changed files with 526 additions and 348 deletions

View File

@ -34,6 +34,8 @@ set(GUI_SRCS
Debugger/RegisterWindow.cpp
Debugger/WatchView.cpp
Debugger/WatchWindow.cpp
ISOProperties/InfoPanel.cpp
ISOProperties/ISOProperties.cpp
NetPlay/ChangeGameDialog.cpp
NetPlay/MD5Dialog.cpp
NetPlay/NetPlayLauncher.cpp
@ -58,7 +60,6 @@ set(GUI_SRCS
FrameTools.cpp
GameListCtrl.cpp
ISOFile.cpp
ISOProperties.cpp
LogConfigWindow.cpp
LogWindow.cpp
Main.cpp