mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 01:05:46 +00:00
input_profiles: Implement input profiles
This commit is contained in:
parent
ad9a909bc7
commit
c3a9d5de40
13 changed files with 506 additions and 127 deletions
|
@ -1087,7 +1087,7 @@ void GMainWindow::BootGame(const QString& filename) {
|
|||
const auto loader = Loader::GetLoader(v_file);
|
||||
if (!(loader == nullptr || loader->ReadProgramId(title_id) != Loader::ResultStatus::Success)) {
|
||||
// Load per game settings
|
||||
Config per_game_config(fmt::format("{:016X}.ini", title_id), false);
|
||||
Config per_game_config(fmt::format("{:016X}", title_id), Config::ConfigType::PerGameConfig);
|
||||
}
|
||||
|
||||
Settings::LogSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue