![]() |
|
Clearing cache: What does it do? - 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: Clearing cache: What does it do? (/Thread-clearing-cache-what-does-it-do) |
Clearing cache: What does it do? - cyrax33 - 03-07-2014 What does this do towards the benifit of performance and is it necessary? When I load up a certain game I will usually see this message appear later on. Upon researching further I came to a post that describes Dolphin is storing information of the game so when you play again it loads faster, so it beneficial purging this or not on recent builds? Thanks team. RE: Clearing cache: What does it do? - Anti-Ultimate - 03-07-2014 It does what a cache does: Save stuff that can be used later but delete it when it might be possible that it isn't correct anymore. In other words, I'll wait for a dev to come in here lol RE: Clearing cache: What does it do? - pauldacheez - 03-10-2014 Dolphin no longer shows the "Clearing block cache" or "Clearing JIT cache" messages, and these two specific caches are only held in RAM so they're not user-clearable (except in debug mode, which slows everything down anyway, IIRC), so you can ignore those two. The only two caches you can touch are the game list cache, which simply caches the name/banner/info of all your games, and the shader cache, which is full of shaders your GPU has already compiled that Dolphin dumps so that it doesn't have to ask to recompile them later on. You should only need to clear these if they're causing issues (e.g. stuff's corrupt in your game list or loading your game list crashes Dolphin, you get pixel shader errors or random crashes in games), since wiping them will only make your game list take longer to load and cause stutters whenever your GPU drivers have to compile new shaders. |