mirror of
https://github.com/n64decomp/sm64
synced 2026-04-26 17:13:46 +00:00
Add a 60 FPS interpolation enhancement patch
This commit is contained in:
parent
1699a613ff
commit
5b87f03ff3
1973
enhancements/60fps.patch
Executable file
1973
enhancements/60fps.patch
Executable file
File diff suppressed because it is too large
Load diff
|
|
@ -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:
|
||||
|
||||
## 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`
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue