mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-25 12:29:46 -06:00
Qt: fix regular boot without database config
This commit is contained in:
parent
3b9cc0bc3a
commit
2d6ca912fe
@ -557,7 +557,7 @@ void main_window::Boot(const std::string& path, const std::string& title_id, boo
|
||||
|
||||
// Get database config if possible or if we are in database_config mode (to ensure we see an error on invalid use)
|
||||
if (config_database* db = m_game_list_frame->GetConfigDatabase();
|
||||
db->has_config(title_id) || config_mode == cfg_mode::database_config)
|
||||
db->has_config(title_id))
|
||||
{
|
||||
const std::optional<std::string> config = db->get_config(title_id);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user