libretro / dolphin

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
https://dolphin-emu.org/
GNU General Public License v2.0
86 stars 68 forks source link

(Feature Request) Prefetch custom textures #273

Closed twoprimehydroxyl closed 2 years ago

twoprimehydroxyl commented 2 years ago

Is there any way to incorporate the "Prefetch Custom Textures" option from the standalone Dolphin emulator?

bslenul commented 2 years ago

Added: https://github.com/libretro/dolphin/pull/274 Just have to wait until the PR is accepted then it should be available on the core downloader a few hours later.

As mentioned in the PR, depending on the size of the textures pack and your config it can take a while to fully load in RAM.

twoprimehydroxyl commented 2 years ago

Awesome. Thanks!