DarioSamo / sm64rt

Fork of https://github.com/sm64pc/sm64ex with raytracing support.
274 stars 13 forks source link

Allow settings menu with unlocked fps option to show up without RTX enabled for unsupported cards #34

Closed PyrolluxJay closed 2 years ago

PyrolluxJay commented 2 years ago

thats it i guess idk

DarioSamo commented 2 years ago

The high framerate option by design only works with the RT renderer because it sends the data very differently compared to what the other render APIs do.

For the high framerate option to work on the other renderers, you'd need to reimplement them to all do interpolation.

This is really beyond the scope of the project for now, so unless I misunderstood your request, I'll close this issue.