![]() |
|
Custom textures in PNG Format loading issue. - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Game Modifications (https://forums.dolphin-emu.org/Forum-game-modifications) +--- Forum: Custom Texture Projects (https://forums.dolphin-emu.org/Forum-custom-texture-projects) +--- Thread: Custom textures in PNG Format loading issue. (/Thread-custom-textures-in-png-format-loading-issue) |
Custom textures in PNG Format loading issue. - Ratso - 02-07-2022 A few games (Two gamecube in particular) are just PNG with no sub folders that I found online that aren't working. Are these supported? Thanks. RE: Custom textures in PNG Format loading issue. - JosJuice - 02-07-2022 Yes. PNG files work, but they have the downside that if you prefetch them they use up a lot of RAM (because they have to be stored decompressed in RAM). Do note that if the texture pack is so old that it uses the old way of naming files (from the 4.0 era), it'll fail to work for that reason. |