Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: fixed the input thread issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Jul 24, 2023
1 parent 8939b24 commit a4b6289
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Resources/InputConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"Button": 16,
"L2": false,
"R2": true
},
"Cancel": {
"Button": 32,
"L2": false,
"R2": true
}
},
"ButtonSpecial": {
Expand Down
4 changes: 2 additions & 2 deletions RotationSolver/Updaters/MajorUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ private unsafe static void FrameworkUpdate(Framework framework)
}

MacroUpdater.UpdateMacro();

InputUpdater.UpdateCommand();
}
catch (Exception ex)
{
Expand Down Expand Up @@ -155,8 +157,6 @@ private static void UpdateWork()
ActionUpdater.UpdateNextAction();

RSCommands.UpdateRotationState();

InputUpdater.UpdateCommand();
}
catch (Exception ex)
{
Expand Down

0 comments on commit a4b6289

Please sign in to comment.