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

@ -11,7 +11,6 @@
#include "Core/ActionReplay.h"
#include "DolphinWX/Cheats/CheatsWindow.h"
#include "DolphinWX/Cheats/CreateCodeDialog.h"
#include "DolphinWX/ISOProperties.h"
#include "DolphinWX/WxUtils.h"
CreateCodeDialog::CreateCodeDialog(wxWindow* const parent, const u32 address)