Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Nov 23, 2024
1 parent c8a94e9 commit 7a07c7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## v1.3.0

- Update 2.2074
- Disabled Windows support
- update 2.2074
- disabled Windows support
- added some options to help with input latency

## v1.2.0

Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Handle Late Inputs",
"type": "bool",
"default": false,
"description": "When this option is disabled, inputs that are determined to have happened <cl>after the current frame</c> are queued to run at <cy>the start of the next frame</c>, regardless of when the input has happened. Enabling this may <cg>improve accuracy</c> in situations where the ticks per frame is inconsistent (such as lag or 144 fps) but at <cr>the cost of consistency</c> (double clicking)."
"description": "When this option is disabled, inputs that are determined to have happened <cl>after the current frame</c> are queued to run at <cy>the start of the next frame</c>, regardless of when the input has happened. Enabling this may <cg>improve accuracy</c> in situations where the ticks per frame is inconsistent (such as lag or 144 fps) but at <cr>the cost of consistency</c> (stuck inputs)."
},
"input-offset": {
"name": "Input Offset (ms)",
Expand All @@ -29,7 +29,7 @@
"description": "This is the same as the <cl>Input Offset</c> option, but with a <co>randomized offset</c>. Enjoy!",
"type": "int",
"default": 0,
"min": -1000,
"min": 0,
"max": 1000
},
"misc-title": {
Expand Down

0 comments on commit 7a07c7d

Please sign in to comment.