Dolphin, the GameCube and Wii emulator - Forums
Super Mario Galaxy stuttering in certain places - 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: Super Mario Galaxy stuttering in certain places (/Thread-super-mario-galaxy-stuttering-in-certain-places)



Super Mario Galaxy stuttering in certain places - N4qeeb - 06-25-2019

Hello.

I've started playing the original SM Galaxy and it starts stuttering at random places, usually when there is bright colours.
SMG 2 has none of these issues, ive been able to play that with almost no issues.



specs.

- Memory Size: 8GB
- Processor type: 8th Gen Intel ®Core™ i7-8550U Processor (8MB Cache, up to 4.0GHz)
- Graphics: AMD Radeon™ 520 Graphics with 2GB GDDR5


RE: Super Mario Galaxy stuttering in certain places - mstreurman - 06-25-2019

(06-25-2019, 01:37 AM)N4qeeb Wrote: Hello.

I've started playing the original SM Galaxy and it starts stuttering at random places, usually when there is bright colours.
SMG 2 has none of these issues, ive been able to play that with almost no issues.



specs.

- Memory Size: 8GB
- Processor type: 8th Gen Intel ®Core™ i7-8550U Processor (8MB Cache, up to 4.0GHz)
- Graphics: AMD Radeon™ 520 Graphics with 2GB GDDR5

The "bright" colours probalbly have something to do with the halo effects in the game, which are done in a separate buffer on the GameCube… a buffer that doesn't exist on PC, thus instead of being able to do this in "real-time" on hardware it has to be translated to something a PC can use and then emulated in software which is a lot slower. I was wrong... see JosJuice's comment below.

On top of that your CPU is a U version which stands for Ultra low voltage/power: this means that it is made to last long on a battery not for high performance, but it should be good enough.
The one thing I can recommend for you is to try and change the video back-end to either Vulkan or Direct3D12, make sure not to use any enhancements that aren't turned on by default and run at 1x IR, then check if it still happens, if it does then your laptop is too slow to run the game without issue.


RE: Super Mario Galaxy stuttering in certain places - JosJuice - 06-25-2019

(06-25-2019, 03:16 AM)mstreurman Wrote: The "bright" colours probalbly have something to do with the halo effects in the game, which are done in a separate buffer on the GameCube… a buffer that doesn't exist on PC, thus instead of being able to do this in "real-time" on hardware it has to be translated to something a PC can use and then emulated in software which is a lot slower.

The problem isn't that it has to be done in software or that a buffer doesn't exist, it's that extra synchronization is required between the CPU and GPU. But you are indeed right in that the visual effects involving the sun make the game run significantly slower in Dolphin.


RE: Super Mario Galaxy stuttering in certain places - KHg8m3r - 06-25-2019

Didn't I read in one of the reports that switching to Vulkan helped to mitigate that issue?