1
Fork 0

Add a 60 FPS interpolation enhancement patch

This commit is contained in:
n64 2020-07-04 22:48:31 +02:00
parent 1699a613ff
commit 5b87f03ff3
2 changed files with 1981 additions and 0 deletions

1973
enhancements/60fps.patch Executable file

File diff suppressed because it is too large Load diff

View file

@ -15,6 +15,14 @@ branch, make your changes to the code (but do not commit), then run `tools/creat
The following enhancements are included in this directory: The following enhancements are included in this directory:
## 60 FPS - `60fps.patch`
This patch is only supported when not targeting N64. It also currently requires a 64-bit platform. If compiled for a 32-bit platform, the game will run out of memory and crash.
This allows the game to be rendered at 60 FPS instead of 30 FPS by interpolation.
The Mario head intro is the only exception which is still rendered at 30 FPS.
## Crash Screen - `crash.patch` ## Crash Screen - `crash.patch`
This enhancement provides a crash screen that is displayed when the code throws a hardware exception. This may be useful for diagnosing crashes in game code. This enhancement provides a crash screen that is displayed when the code throws a hardware exception. This may be useful for diagnosing crashes in game code.