mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-18 14:11:48 +01:00
5aeaef030c
Thanks @Ryce-Fast!
30 lines
548 B
Plaintext
30 lines
548 B
Plaintext
[Definition]
|
|
titleIds = 0005000010145D00,0005000010145C00,0005000010106100
|
|
name = Anisotropic Filtering
|
|
path = "Super Mario 3D World/Enhancements/Anisotropic Filtering"
|
|
description = Anisotropic Filtering for smoother mipmaps.
|
|
version = 4
|
|
|
|
[Preset]
|
|
name = 1x (Default)
|
|
$anisoLevel = 1
|
|
|
|
[Preset]
|
|
name = 2x
|
|
$anisoLevel = 2
|
|
|
|
[Preset]
|
|
name = 4x
|
|
$anisoLevel = 4
|
|
|
|
[Preset]
|
|
name = 8x
|
|
$anisoLevel = 8
|
|
|
|
[Preset]
|
|
name = 16x
|
|
$anisoLevel = 16
|
|
|
|
[TextureRedefine]
|
|
formats = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435
|
|
overwriteAnisotropy = $anisoLevel |