per game config.yml (#2418)

This commit is contained in:
georgemoralis 2017-02-23 17:08:52 +02:00 committed by Ivan
parent 5fce74a2a6
commit 3e0c356b0b
6 changed files with 9 additions and 9 deletions

View file

@ -230,8 +230,7 @@ void GameViewer::ConfigureGame(wxCommandEvent& WXUNUSED(event))
{
long i = GetFirstSelected();
if (i < 0) return;
LOG_TODO(LOADER, "Configure: %s", m_game_data[i].root);
SettingsDialog(this, fs::get_config_dir() + "data/" + m_game_data[i].root + "/config.yml");
}
void GameViewer::RemoveGame(wxCommandEvent& event)