You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ Additionally, to support the game's extensive use of asset streaming, parallel t
131
131
132
132
### High Frame Rate Support
133
133
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.
135
135
136
136
> [!NOTE]
137
137
> 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
259
259
260
260
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.
261
261
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.
263
263
264
264
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.
265
265
@@ -331,7 +331,7 @@ Left Stick - Right|Right Arrow
331
331
Right Stick - Up|Unbound
332
332
Right Stick - Down|Unbound
333
333
Right Stick - Left|Unbound
334
-
Right Stick - Right|Unbound
334
+
left Stick - Right|Unbound
335
335
336
336
---
337
337
@@ -473,7 +473,7 @@ The team behind Unleashed Recompiled does not currently have any plans to port m
473
473
474
474
-[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.
475
475
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.
477
477
478
478
-[ocornut](https://github.com/ocornut): Creator of [Dear ImGui](https://github.com/ocornut/imgui), which is used as the backbone of the custom menus.
0 commit comments