Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix keymapping not updating #405

Merged
merged 1 commit into from Oct 9, 2022

Conversation

TheMoonThatRises
Copy link
Member

Fixes #403. The reason why the keymapping would not update is because the keymap variable that PlayCover uses is not synced with the keymap file, as it only reads the file when decoding. This can be solved by having the keymap variable directly return the file's content, which eliminates the problem of the variable being out of sync, and removes the use of the decoder and encoder function.

@Depal1 Depal1 merged commit 546c1f4 into PlayCover:develop Oct 9, 2022
@TheMoonThatRises TheMoonThatRises deleted the fix/updatekeymap branch January 1, 2023 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[Bug]: Keymaps are not ready to export until PlayCover relaunch
3 participants