• VindictiveJudge
      link
      English
      358 months ago

      According to the video, game logic is still opperating at 20hz and the GPU uses frame interpolation to tripple the FPS.

      • @Mr_Dr_Oink
        link
        English
        98 months ago

        I thought there were many aspects of the games directly tied to fram rate.

        I know that, at least in the case of mario 64, Speed runners abuse game mechanics tied to frame rate to perform tricks such as backwards long jump and other door hacks. Marios eyes blinking are tied to frame rate, they used this to identify faked speed runs in some cases.

        I imagine there must be other things aswell.

        • @[email protected]
          link
          fedilink
          English
          48 months ago

          Yes. I know Zelda Ocarina of Time has many things, including walking speed, tied to framerate because of ZFG. Also, the 3DS remake reused a lot of the code and several things tied to framerate got quicker because it ran at 30 fps instead of 20. Items despawn quicker because they despawn at a set amount of frames.

    • @tabular
      link
      English
      48 months ago

      Perhaps they add code to split physics and grsphical fps.

      • @hasnt_seen_goonies
        link
        English
        38 months ago

        This is what they do in the manual decompile projects (like is happening for Majora’s mask now), but this tool can only preserve logic.