mirror of
https://github.com/open-goal/jak-project
synced 2026-07-29 23:49:11 -04:00
[game] 150fps support (and 100fps support) (#1264)
* docs for ee merc code * 150fps support but it replaces 60fps * oops switched wrong mode * oops 50.0 not 50 * formatting * fix cutscene speed * oops * Replace latest merc.md, not sure what happened * Automatically switch between video modes (ntsc or 150fps) based on refresh rate. Cleanup particle timing * cleanup * fix idle animation * linter * fix village2 crash * can load all levels again * update loader output and replace sparticle time with formula * Add 100fps support, add some comments, fix build * formatting Co-authored-by: water <awaterford111445@gmail.com>
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
|
||||
using namespace ee;
|
||||
|
||||
VideoMode BootVideoMode;
|
||||
|
||||
// Level to load on boot
|
||||
char DebugBootLevel[64];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user