![]() |
|
Super Mario Galaxy Cutscenes Choppy/Stuttering - 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 Cutscenes Choppy/Stuttering (/Thread-super-mario-galaxy-cutscenes-choppy-stuttering) |
Super Mario Galaxy Cutscenes Choppy/Stuttering - Nyaako - 09-14-2016 Not sure if this is related to the whole shader cache thing, but when I tried starting up Super Mario Galaxy, the first cutscene (where Bowser appears before kidnapping Peach), it was stuttering a hell lot. And then, after the cutscene I restarted the game and saw that the cutscene was now smooth with no stutter. Well, until the next cutscene which was Bowser summoning that UFO to pick up Peach's Castle and in that cutscene it stuttered the same exact way unless I finish watching the whole cutscene and restart the game again. Any ideas? Using Dolphin Nightly Build 5.0-600 RE: Super Mario Galaxy Cutscenes Choppy/Stuttering - ExtremeDude2 - 09-14-2016 Sounds like shader cache to me RE: Super Mario Galaxy Cutscenes Choppy/Stuttering - Nyaako - 09-15-2016 (09-14-2016, 11:04 PM)ExtremeDude2 Wrote: Sounds like shader cache to me Very strange. Other pre-rendered cutscenes in other games (like Mario Sunshine) doesn't have this problem. RE: Super Mario Galaxy Cutscenes Choppy/Stuttering - Admentus - 09-15-2016 Super Mario Galaxy is a lot heavier to emulate than Super Mario Sunshine. RE: Super Mario Galaxy Cutscenes Choppy/Stuttering - Nyaako - 09-15-2016 (09-15-2016, 03:00 AM)Admentus Wrote: Super Mario Galaxy is a lot heavier to emulate than Super Mario Sunshine. Well, I can play Mario Galaxy just fine. Again, it's just the pre-rendered cutscenes that are stuttering. Unless the stuttering problem in pre-rendered cutscenes is actually a common thing for Galaxy. RE: Super Mario Galaxy Cutscenes Choppy/Stuttering - Craftyawesome - 09-15-2016 Are the games stored on something extremely slow? Try adding a portable.txt. See if that fixes it. RE: Super Mario Galaxy Cutscenes Choppy/Stuttering - Nyaako - 09-16-2016 (09-15-2016, 06:34 AM)Craftyawesome Wrote: Are the games stored on something extremely slow? Try adding a portable.txt. See if that fixes it. My games are stored in a 7200rpm HDD. Pretty sure it's not slow for it. RE: Super Mario Galaxy Cutscenes Choppy/Stuttering - DrHouse64 - 09-16-2016 Did you enabled "Load custom textures" ? Sometimes it can cause cutscenes to be slow. RE: Super Mario Galaxy Cutscenes Choppy/Stuttering - Admentus - 09-16-2016 In case you did use "Load Custom Textures" (for hires texture packs), you should also enable "Prefetch Custom Textures". This require a fair amount of RAM but it will completely remove any stuttering that is related to custom textures. You should also trying playing the Galaxy games with D3D12, which works prettly smoothly and solid. Regarding shader chache... It is a common issue (if we could define it as an issue) with emulation. Unlike normal native PC games, the shader cache can not be compiled ahead of when actually being put to use. In emulation, shaders are compiled when the effects are first seen. Updating your GPU, GPU driver or Dolphin version causes your shader cache to reset. Not a big deal, just play again so the shader cache will be remade. Super Mario Galaxy is well known for it's shaders, just like Xenoblade Chronicles and The Last Story. The reason why you don't experience the stuttering when playing the same section over is because it is already compiled in the shader cache. The many uses of shaders apply from special effects to textures and more, which is all to be cached. If it will eventually be fixed (made faster), only time will learn... *looks at Ubershaders*. As Wikipedia states: https://en.wikipedia.org/wiki/Shader Wrote:In the field of computer graphics, a shader is a computer program that is used to do shading: the production of appropriate levels of color within an image, or, in the modern era, also to produce special effects or do video post-processing. A definition in layman's terms might be given as "a program that tells a computer how to draw something in a specific and unique way". With modern games, there are moderns ways to apply effects. The GameCube and Wii are simply more advanced than the N64, SNES, NES, GBA and GB. RE: Super Mario Galaxy Cutscenes Choppy/Stuttering - leolam - 09-16-2016 Quote:the shader cache can be compiled ahead of when actually being put to use. In emulation, shaders are compiled when the effects are first seen.I think you meant that unlike PC games, shaders (not the cache; if you had a cache, problem solved) can not be compiled ahead of time. |