mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
[PR #138] [MERGED] Reintroduce broken code to un-break the writing of finetune changes to Edge modules #160
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dualshock-tools/dualshock-tools.github.io/pull/138
Author: @mathiasm74
Created: 9/13/2025
Status: ✅ Merged
Merged: 9/13/2025
Merged by: @dualshock-tools
Base:
main← Head:fix-finetune-changes-not-written-to-edge-controllers📝 Commits (1)
d03392eReintroduce broken code to un-break the writing of finetune changes to Edge modules📊 Changes
1 file changed (+4 additions, -3 deletions)
View changed files
📝
core.js(+4 -3)📄 Description
Comparing two different array objects will never evaluate to true in Javascript.
However fixing the code (as I did) breaks the code path for writing finetune changes to Edge modules.
This PR reintroduces the old behaviour, but the proper fix is to either remove the test entirely, or restructure the code so that it works properly when the comparison statement is correct.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.