alias 120fps "alias recframerate 120fpsa; ..."
alias 240fps "alias recrframerate 240fpsa; ..."
alias 480fps "alias recframerate 480fpsa; ..."
Every other FPS count uses recframerate. That alias seems to get called by startrecording to set host_framerate to the relevant fps number. However, I can't find a mention of 'recrframerate' anywhere else in that file.
From what I've tested so far, starting Lawena with 240 selected works fine, but switching while in-game (with fpsscrollup and fpsscrolldn) will not apply the proper 240 FPS to host_framerate, instead using whatever the last selected FPS was.
In recbindings.cfg:
Every other FPS count uses
recframerate
. That alias seems to get called bystartrecording
to sethost_framerate
to the relevant fps number. However, I can't find a mention of 'recrframerate' anywhere else in that file.From what I've tested so far, starting Lawena with 240 selected works fine, but switching while in-game (with
fpsscrollup
andfpsscrolldn
) will not apply the proper 240 FPS tohost_framerate
, instead using whatever the last selected FPS was.Probably just a typo?