HostInterface: Move PauseSystem from common to base

This commit is contained in:
Connor McLaughlin
2020-12-17 01:12:56 +10:00
parent e044858953
commit fa0f177e51
4 changed files with 21 additions and 21 deletions

View File

@ -96,8 +96,6 @@ public:
/// Returns true if running in batch mode, i.e. exit after emulation.
ALWAYS_INLINE bool InBatchMode() const { return m_batch_mode; }
void PauseSystem(bool paused);
/// Parses command line parameters for all frontends.
bool ParseCommandLineParameters(int argc, char* argv[], std::unique_ptr<SystemBootParameters>* out_boot_params);