SHOW FPS !
⚙️ Improvements
SHOW_FPS Preset !
This will help tracking regression & fine-tuning presets
This only works on real hardware
On dolphin : disable "Store XFB Copies to Texture Only" in Graphics > Hacks > External Frame Buffer
Thanks @SpaceGhost1993
👨💻 Developers
Updated Devkit
pacman -Q devkitPPC
pacman -Q libogc
pacman -Q libfat-ogc
powerpc-eabi-gcc --version
F:\PROJETS\wii\nullDC4Wii\wii>pacman -Q devkitPPC
devkitPPC r50-1
F:\PROJETS\wii\nullDC4Wii\wii>pacman -Q libogc
libogc 3.1.0-1
F:\PROJETS\wii\nullDC4Wii\wii>pacman -Q libfat-ogc
libfat-ogc 2.1.0-4
F:\PROJETS\wii\nullDC4Wii\wii>powerpc-eabi-gcc --version
powerpc-eabi-gcc (devkitPPC) 16.1.0
Fix some new warning that poped up
Fix compiler warnings from GCC (enum bitwise, unused vars, volatile ++)
Cast InterruptID/InterruptType operands explicitly in intc.cpp
(bitwise op between different enum types is deprecated). Scope the
x86-only SSE rounding-mode temp in sh4_registers.cpp to its #if block.
Silence set-but-unused diagnostic counters in aica.cpp/arm7.cpp
(printf output stays disabled). Replace volatile-qualified ++ with
explicit assignment in wii_audio.cpp (deprecated in C++20).
🧰 Please update compatibility Guide
Please re-test all games untested since alpha 0.26 (except Windows CE games) and update compatiblity wiki :
https://wiibrew.org/wiki/NullDC4Wii/Compatibility
🎮 Optional Extras
Wii & WiiU Fowarders : see alpha0.51
Wii Forwarder by @Ploggy
Wii U Overclock Forwarder (integrated) by @Zeox-Gamer