mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +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
|
@ -9,10 +9,8 @@ headless_application::headless_application(int& argc, char** argv) : QCoreApplic
|
|||
{
|
||||
}
|
||||
|
||||
void headless_application::Init(const bool show_gui)
|
||||
void headless_application::Init()
|
||||
{
|
||||
Q_UNUSED(show_gui);
|
||||
|
||||
// Force init the emulator
|
||||
InitializeEmulator("1", true); // TODO: get user from cli args if possible
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue