mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
Qt: Remove orpahned function declaration
This commit is contained in:
parent
5f00fe905c
commit
c7c0219f8a
1 changed files with 0 additions and 6 deletions
|
@ -73,12 +73,6 @@ private:
|
||||||
|
|
||||||
void ConnectWidgetEvents();
|
void ConnectWidgetEvents();
|
||||||
|
|
||||||
/**
|
|
||||||
* Initializes the emulation system.
|
|
||||||
* @param system_mode The system mode with which to intialize the kernel.
|
|
||||||
* @returns Whether the system was properly initialized.
|
|
||||||
*/
|
|
||||||
bool InitializeSystem(u32 system_mode);
|
|
||||||
bool LoadROM(const QString& filename);
|
bool LoadROM(const QString& filename);
|
||||||
void BootGame(const QString& filename);
|
void BootGame(const QString& filename);
|
||||||
void ShutdownGame();
|
void ShutdownGame();
|
||||||
|
|
Loading…
Reference in a new issue