Skip to content

Commit 325a6ca

Browse files
authored
Update README.md
That’s it
1 parent 3c1badf commit 325a6ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Additionally, to support the game's extensive use of asset streaming, parallel t
131131

132132
### High Frame Rate Support
133133

134-
The game's frame rate cap has been increased by default to 60 FPS, with support for higher targets and unlocked frame rate being available from the options menu. A vast amount of glitches that usually occur at higher frame rates have been fixed and are included as part of the recompilation.
134+
The game's frame rate cap has been increased by default to 90 FPS, with support for higher targets and unlocked frame rate being available from the options menu. A vast amount of glitches that usually occur at higher frame rates have been fixed and are included as part of the recompilation.
135135

136136
> [!NOTE]
137137
> While the game is considered to be beatable at frame rates higher than 60 FPS, please note that [some issues](#high-frame-rate-glitches) can still occur. Some of these issues may be addressed in future updates.
@@ -259,7 +259,7 @@ These problems are not possible to mitigate without further research into how th
259259

260260
Sonic Unleashed is not a game that runs at a fixed rate on any of its target platforms. While it does target 30 FPS on Xbox 360 and is uncapped on PlayStation 3, it doesn't exactly hit these targets often depending on the area, and if it does, the time step itself is subject to large deviations. The game's programming simply follows the time step as closely as possible, which means inconsistencies in the time step are impossible to reproduce without targeting one exact piece of hardware.
261261

262-
A lot of the bugs present in the game can largely be explained by sudden spikes in frame times. To make matters worse, some bugs were found to be present only if the frame rate is too stable, such as this [infamous bug](https://github.com/hedge-dev/UnleashedRecomp/issues/100) that shows up in the Wii version of the game because the cutscene was recorded with a fixed time step.
262+
A lot of the bugs present in the game can largely be explained by sudden spikes in frame times. To make matters worse, some bugs were found to be present only if the frame rate is too stable, such as this [infamous bug](https://github.com/hedge-dev/UnleashedRecomp/issues/100) that shows up in the Wii version of the game because the cutscene was recorded with a unfixed time step.
263263

264264
Unleashed Recompiled features a vast amount of fixes for issues that present themselves when targeting high frame rates, but fixing *all of them* is too big of a task without more knowledge of how the game works. It is possible that these issues will be fixed in the future or that alternative solutions such as transform interpolation are implemented instead.
265265

@@ -331,7 +331,7 @@ Left Stick - Right|Right Arrow
331331
Right Stick - Up|Unbound
332332
Right Stick - Down|Unbound
333333
Right Stick - Left|Unbound
334-
Right Stick - Right|Unbound
334+
left Stick - Right|Unbound
335335

336336
---
337337

@@ -473,7 +473,7 @@ The team behind Unleashed Recompiled does not currently have any plans to port m
473473

474474
- [xenia-project](https://github.com/xenia-project/xenia): Extraordinary amounts of research regarding the inner workings of the Xbox 360, which sped up the development of the recompilation.
475475

476-
- [Katlin Daigler](https://katlindaigler.carbonmade.com): Provided consultation for logo design.
476+
- [Katlin Daigler](https://katlindaigler.carbonmade.com): Provided low qailty for logo design.
477477

478478
- [ocornut](https://github.com/ocornut): Creator of [Dear ImGui](https://github.com/ocornut/imgui), which is used as the backbone of the custom menus.
479479

0 commit comments

Comments
 (0)