Regression fixes
⚙️ Improvements
Fix YUV422 FMV regression
Fix #98
Should fix
- Buggy Heat
- Soul Calibur
- Super Magnetic Neo
- Virtua Fighter 3tb
Could get regression elsewhere in other games, particulary in FMV, please open an issue if that's the case
It's a preset for this version, next version it will likely disappear
RENDER_TO_TEXTURE => Fix Silent Scope
Silent scope now playable !
Y SCALER
Needed in some games. Including Silent Scope
H SCALER
Fixes Deadly skies
📝 Presets updated
SPLITTERS GRAPHICS
Now graphics only have LOW or NORMAL
More advance settings are split into 3 presets :
GX_DISABLED / GX_ENABLE
biasclamp/edgelod
on | off (GX_ENABLE/GX_DISABLE of GX_InitTexObjLOD's biasclamp + edgelod
;; pair - the only two GX_DISABLE/GX_ENABLE arguments that call takes.
;; biasclamp stops lod_bias from pushing a minified texel past the point where
;; its footprint no longer covers the pixel (blur/shimmer on steep surfaces);
;; edgelod computes the LOD from adjacent instead of diagonal texels.
;; off by default = legacy. aniso below forces edgelod on by itself, since
;; libogc requires it whenever maxaniso > 1. gx_enable/gx_disable are
;; accepted spellings of on/off here)
lod_bias
-1 | -0.75 | -0.5 | 0.0 | 0.5 (texture LOD bias added to the computed LOD
;; before the mip/filter decision: negative sharpens - samples a larger level
;; than the footprint asks for - positive blurs. 0.0 (default) is the hardware
;; default and a true no-op)
ANISOTROPIC
0X/2X/4X
REQUIRES mipmap=fast or mipmap=trilinear for 2X/4X
RENDER TO TEX
2 new options added (overlay and ON + Stuff)
Game Presets
The defaut preset for these games have been updated :
- Alone In The Dark (more speed)
- Deadly skies (Now Playable !)
- Silent Scope (Now Playable !)
- Spiderman (should fix black alpha stuff)
- Super Street Fighter II for Machine Service (Now Playable !)
- Tony Hawk Pro Skater 1 (Now Playable !)
- Tony Hawk Pro Skater 2
👨💻 Developers
🧰 Please update compatibility Guide
Please tell me any finding of better presets on discord or update compatiblity wiki :
https://wiibrew.org/wiki/NullDC4Wii/Compatibility
🎮 Optional Extras
Wii & WiiU Fowarders : see alpha0.63
Wii Forwarder by @Ploggy
Wii U Overclock Forwarder (integrated) by @Zeox-Gamer