mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +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
|
@ -7,7 +7,7 @@
|
|||
class main_application
|
||||
{
|
||||
public:
|
||||
virtual void Init() = 0;
|
||||
virtual void Init(const bool show_gui = false) = 0;
|
||||
|
||||
static bool InitializeEmulator(const std::string& user, bool force_init);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue