@Link_to_the_past: At this point you are actually trolling, several posts adding NOTHING, quit the thread ASAP or get ready for warnings.
I didn't set anything on my graphic card settings, it is how it comes from factory.
I observed that launching the game from Dolphin is fine, but if I do the same from HyperSpin I get frame drops, I get an average of 26fps with drops down to 20fps, see screenshot.
I know that at this point you are going to ask if HyperSpin does write its own settings, but it isn't, I write down what HyperSpin sets for me, I don't know if some program is stealing resources or what:
![[Image: w3se4pts.png]](http://i.imgur.com/w3se4pts.png)
Without HyperSpin I also get drops, but they are minimal, and I observed only when many characters are on screen, average framerate is 29 or 30fps.
I didn't set anything on my graphic card settings, it is how it comes from factory.
I observed that launching the game from Dolphin is fine, but if I do the same from HyperSpin I get frame drops, I get an average of 26fps with drops down to 20fps, see screenshot.
I know that at this point you are going to ask if HyperSpin does write its own settings, but it isn't, I write down what HyperSpin sets for me, I don't know if some program is stealing resources or what:
![[Image: w3se4pts.png]](http://i.imgur.com/w3se4pts.png)
Code:
settingsFile := modulePath . "\" . moduleName . ".ini"
Fullscreen := IniReadCheck(settingsFile, "Settings", "Fullscreen","true",,1)
UseCustomWiimoteProfiles := IniReadCheck(settingsFile, "Settings", "UseCustomWiimoteProfiles","false",,1) ; set to true if you want to setup custom Wiimote profiles for games
UseCustomGCPadProfiles := IniReadCheck(settingsFile, "Settings", "UseCustomGCPadProfiles","false",,1) ; set to true if you want to setup custom GCPad profiles for games
HideMouse := IniReadCheck(settingsFile, "Settings", "HideMouse","true",,1) ; hides mouse cursor in the emu options
PairKey := IniReadCheck(settingsFile, "Settings", "PairKey","",,1) ; hotkey to "Pair Up" Wiimotes, delete the key to disable it
RefreshKey := IniReadCheck(settingsFile, "Settings", "RefreshKey","",,1) ; hotkey to "Refresh" Wiimotes, delete the key to disable it
Timeout := IniReadCheck(settingsFile, "Settings", "Timeout","5",,1) ; amount in seconds we should wait for the above hotkeys to timeoutWithout HyperSpin I also get drops, but they are minimal, and I observed only when many characters are on screen, average framerate is 29 or 30fps.