mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Qt: Enable stylesheet cli args and add stylesheet option "None"
This commit is contained in:
parent
3e9ed9a17d
commit
2ab19efb90
9 changed files with 71 additions and 23 deletions
|
@ -7,7 +7,7 @@
|
|||
class main_application
|
||||
{
|
||||
public:
|
||||
virtual void Init(const bool show_gui = false) = 0;
|
||||
virtual void Init() = 0;
|
||||
|
||||
static bool InitializeEmulator(const std::string& user, bool force_init);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue