mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Qt: add --no-gui mode
This commit is contained in:
parent
7cf037bd49
commit
432364cb04
14 changed files with 156 additions and 108 deletions
|
@ -17,7 +17,7 @@ public:
|
|||
headless_application(int& argc, char** argv);
|
||||
|
||||
/** Call this method before calling app.exec */
|
||||
void Init() override;
|
||||
void Init(const bool show_gui = false) override;
|
||||
|
||||
private:
|
||||
void InitializeCallbacks();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue