mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
DolphinWX: Break the netplay UI controls into separate classes.
This commit is contained in:
@ -32,6 +32,10 @@ set(GUI_SRCS
|
||||
Debugger/RegisterWindow.cpp
|
||||
Debugger/WatchView.cpp
|
||||
Debugger/WatchWindow.cpp
|
||||
NetPlay/ChangeGameDialog.cpp
|
||||
NetPlay/NetPlaySetupFrame.cpp
|
||||
NetPlay/NetWindow.cpp
|
||||
NetPlay/PadMapDialog.cpp
|
||||
FifoPlayerDlg.cpp
|
||||
Frame.cpp
|
||||
FrameAui.cpp
|
||||
@ -46,7 +50,6 @@ set(GUI_SRCS
|
||||
LogWindow.cpp
|
||||
Main.cpp
|
||||
MemcardManager.cpp
|
||||
NetWindow.cpp
|
||||
PatchAddEdit.cpp
|
||||
PostProcessingConfigDiag.cpp
|
||||
SoftwareVideoConfigDialog.cpp
|
||||
|
Reference in New Issue
Block a user