PabloMK7 / citra

A Nintendo 3DS Emulator
GNU General Public License v2.0
2.94k stars 570 forks source link

Skip streaming texture if custom texture exists for it #140

Closed killersquid1440 closed 1 month ago

killersquid1440 commented 1 month ago

Is there an existing issue for this?

What feature are you suggesting?

Basically, if the texture requested has a custom texture available and custom textures is enabled, it skips streaming that texture and just uses the custom texture instead.

Why would this feature be useful?

Having this will allow loading times for textures to be decreased if the user has custom textures.

PabloMK7 commented 1 month ago

Hello, the texture needs to be streamed for many reasons, including the parameters and format. N