diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-06-14 05:43:31 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-06-14 05:43:31 +0800 |
| commit | 1ce8a3cda8ff5fd64f476ebaa036ae96ca0600ed (patch) | |
| tree | e050fd71e68243f33214d06413b4184e622906ba /apps | |
| parent | f376085796ccb217d4c44166465ec39e00296e1d (diff) | |
Corrected a path entry error.
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/console/src/bin/padc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/console/src/bin/padc.rs b/apps/console/src/bin/padc.rs index e34fee1..9d791fe 100644 --- a/apps/console/src/bin/padc.rs +++ b/apps/console/src/bin/padc.rs @@ -686,7 +686,7 @@ fn manage_keys(data: &mut LocalData, cmds: KeyManageCommands, get_map: fn(game: } fn local_config() -> PathBuf { - current_dir().unwrap().join("../../../../nogamepads.yaml") + current_dir().unwrap().join("./nogamepads.yaml") } fn read() -> LocalData { |
