mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
DolphinWX: Split cheat window components into their own source files
This commit is contained in:
parent
4ddd54847c
commit
f0769233e6
15 changed files with 958 additions and 867 deletions
|
@ -62,7 +62,6 @@
|
|||
#include "DiscIO/NANDContentLoader.h"
|
||||
|
||||
#include "DolphinWX/AboutDolphin.h"
|
||||
#include "DolphinWX/CheatsWindow.h"
|
||||
#include "DolphinWX/ConfigMain.h"
|
||||
#include "DolphinWX/FifoPlayerDlg.h"
|
||||
#include "DolphinWX/Frame.h"
|
||||
|
@ -78,6 +77,7 @@
|
|||
#include "DolphinWX/WiimoteConfigDiag.h"
|
||||
#include "DolphinWX/WXInputBase.h"
|
||||
#include "DolphinWX/WxUtils.h"
|
||||
#include "DolphinWX/Cheats/CheatsWindow.h"
|
||||
#include "DolphinWX/Debugger/CodeWindow.h"
|
||||
|
||||
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue