![]() |
|
Manual game speed question - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Manual game speed question (/Thread-manual-game-speed-question) |
Manual game speed question - djneo - 01-26-2016 Hi guys, I would need to know if there is some way to force the game run in selected speed. Now I know you can select the game speed %, but I would need to force the game run just at 85% speed (not 80 or 90, if it makes sense) Also is there any way to force the game run in constant fps speed? I mean when some parts of the game are made for 60 and some for 30fps. Thanks for your time and answers.. RE: Manual game speed question - JosJuice - 01-26-2016 You can't set it to 85% in the configuration dialog, but you can do it by manually editing EmulationSpeed in C:\Users\<username>\Documents\Dolphin Emulator\Config\Dolphin.ini I don't think there is a way to force a game to a constant FPS, except for vsync which will limit it to the refresh rate of your monitor. RE: Manual game speed question - djneo - 01-26-2016 (01-26-2016, 09:33 PM)JosJuice Wrote: You can't set it to 85% in the configuration dialog, but you can do it by manually editing EmulationSpeed in C:\Users\<username>\Documents\Dolphin Emulator\Config\Dolphin.ini wesome! Is there something I should write to that ini? Will do that as soon as I get home from work ![]() Thanks again! RE: Manual game speed question - JosJuice - 01-26-2016 There should be a line saying EmulationSpeed = 1.00000000 if you have it set to 100%. Change 1.00000000 to 0.850000000. RE: Manual game speed question - djneo - 01-26-2016 (01-26-2016, 09:51 PM)JosJuice Wrote: There should be a line saying EmulationSpeed = 1.00000000 if you have it set to 100%. Change 1.00000000 to 0.850000000. Thank you! |