mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Implement GC TAS input window
This commit is contained in:
@ -34,6 +34,7 @@ class DragEnterEvent;
|
||||
class GraphicsWindow;
|
||||
class RegisterWidget;
|
||||
class WatchWidget;
|
||||
class GCTASInputWindow;
|
||||
|
||||
class MainWindow final : public QMainWindow
|
||||
{
|
||||
@ -120,6 +121,7 @@ private:
|
||||
void OnStartRecording();
|
||||
void OnStopRecording();
|
||||
void OnExportRecording();
|
||||
void ShowTASInput();
|
||||
|
||||
void EnableScreenSaver(bool enable);
|
||||
|
||||
@ -146,6 +148,7 @@ private:
|
||||
NetPlayDialog* m_netplay_dialog;
|
||||
NetPlaySetupDialog* m_netplay_setup_dialog;
|
||||
GraphicsWindow* m_graphics_window;
|
||||
std::array<GCTASInputWindow*, 4> m_gc_tas_input_windows{};
|
||||
|
||||
BreakpointWidget* m_breakpoint_widget;
|
||||
LogWidget* m_log_widget;
|
||||
|
Reference in New Issue
Block a user