diff options
| author | 2024-02-17 22:22:06 -0500 | |
|---|---|---|
| committer | 2024-02-17 22:22:06 -0500 | |
| commit | e7146309dec4fab504977186571228571efed009 (patch) | |
| tree | b1302cb237f91c5f0ccb9863a0b0a2fb427a3c14 /src/yuzu_cmd/sdl_config.cpp | |
| parent | Merge pull request #13017 from liamwhite/suspension (diff) | |
| parent | android: Input mapping (diff) | |
| download | yuzu-e7146309dec4fab504977186571228571efed009.tar.gz yuzu-e7146309dec4fab504977186571228571efed009.tar.xz yuzu-e7146309dec4fab504977186571228571efed009.zip | |
Merge pull request #13034 from t895/map-all-the-inputs
android: Input mapping
Diffstat (limited to 'src/yuzu_cmd/sdl_config.cpp')
| -rw-r--r-- | src/yuzu_cmd/sdl_config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu_cmd/sdl_config.cpp b/src/yuzu_cmd/sdl_config.cpp index 995114510..6e0f254b6 100644 --- a/src/yuzu_cmd/sdl_config.cpp +++ b/src/yuzu_cmd/sdl_config.cpp | |||
| @@ -103,6 +103,7 @@ void SdlConfig::ReadSdlPlayerValues(const std::size_t player_index) { | |||
| 103 | if (profile_name.empty()) { | 103 | if (profile_name.empty()) { |
| 104 | // Use the global input config | 104 | // Use the global input config |
| 105 | player = Settings::values.players.GetValue(true)[player_index]; | 105 | player = Settings::values.players.GetValue(true)[player_index]; |
| 106 | player.profile_name = ""; | ||
| 106 | return; | 107 | return; |
| 107 | } | 108 | } |
| 108 | } | 109 | } |