mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 13:27:22 +00:00
Fix for batch mode nogui (#1674)
* Don't override batch_mode to false in nogui * Update nogui_host_interface.cpp
This commit is contained in:
parent
524a2f3f19
commit
8b4a7e1b98
@ -41,9 +41,6 @@ bool NoGUIHostInterface::Initialize()
|
||||
// TODO: Make command line.
|
||||
m_fullscreen_ui_enabled = true;
|
||||
|
||||
// we're always in batch mode for now
|
||||
m_command_line_flags.batch_mode = !m_fullscreen_ui_enabled;
|
||||
|
||||
if (!CommonHostInterface::Initialize())
|
||||
return false;
|
||||
|
||||
@ -477,4 +474,4 @@ void NoGUIHostInterface::RunCallbacks()
|
||||
callback();
|
||||
lock.lock();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user