mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Merge pull request #1334 from lioncash/cheats
Break Cheat Manager components out into their own source files.
This commit is contained in:
commit
833ff4a065
15 changed files with 966 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