[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:
Brent Hickey
2022-06-19 14:01:51 -07:00
committed by GitHub
parent 4a2d48bfc7
commit f48fda692e
51 changed files with 428 additions and 1016 deletions
+2
View File
@@ -32,6 +32,8 @@
using namespace ee;
VideoMode BootVideoMode;
// Level to load on boot
char DebugBootLevel[64];