![]() |
|
Request - Advanced Texture Filtering - 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: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: Request - Advanced Texture Filtering (/Thread-request-advanced-texture-filtering) |
Request - Advanced Texture Filtering - VoidMaw - 10-04-2015 I think games could look a lot better if we had the option to automatically upscale textures with a filter like Lanczos or Jinc before rendering them in-game. How this could look in settings:
RE: Request - Advanced Texture Filtering - masterotaku - 10-04-2015 You can do something like that with the Ishiiruka builds: ![]() It doesn't have lanczos, but bicubic is also good. Beware of slowdowns when textures are loading and are upscaled in real time. If you have the time and really want them upscaled without performance issues, you can dump the textures with the upscaling enabled, and then load them as custom textures later if you place them in the "Load\Textures\GAMEID" folder. |