mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
PowerPC: Refactor to class, move to System.
This commit is contained in:
parent
ebbbdc49ab
commit
23843583bf
50 changed files with 705 additions and 531 deletions
|
@ -17,7 +17,8 @@ class QToolBar;
|
|||
namespace Core
|
||||
{
|
||||
class CPUThreadGuard;
|
||||
};
|
||||
class System;
|
||||
}; // namespace Core
|
||||
|
||||
class WatchWidget : public QDockWidget
|
||||
{
|
||||
|
@ -62,6 +63,8 @@ private:
|
|||
void LockSelectedWatches();
|
||||
void UnlockSelectedWatches();
|
||||
|
||||
Core::System& m_system;
|
||||
|
||||
QAction* m_new;
|
||||
QAction* m_delete;
|
||||
QAction* m_clear;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue