60 FPS Menus
– Speeds up all menus from 40 ups to 60 ups. This doesn’t actually affect your framerate, but it makes makes all menus much faster and more responsive.
– Artwork by Vynnyal

This is the whole mod:
private void MainLoopProcess_RawUpdate(On.MainLoopProcess.orig_RawUpdate orig, MainLoopProcess self, float dt) { if (self is Menu.Menu && self.manager.currentMainLoop == self) self.framesPerSecond = 60; orig(self, dt); }