mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
Qt: Allow parsing games.yml during gameplay
There is no need to restrict this anymore
This commit is contained in:
parent
ad5a62b62d
commit
7bec3b30b7
2 changed files with 1 additions and 7 deletions
|
|
@ -3039,9 +3039,6 @@ std::set<std::string> Emulator::GetGameDirs() const
|
|||
|
||||
void Emulator::AddGamesFromDir(const std::string& path)
|
||||
{
|
||||
if (!IsStopped())
|
||||
return;
|
||||
|
||||
m_games_config.set_save_on_dirty(false);
|
||||
|
||||
// search dropped path first or else the direct parent to an elf is wrongly skipped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue