mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00: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