Créé par Exzap (et aidé par Peter Gov), il s’agit du second émulateur de Wii U à être disponible au public mais le premier à émuler des jeux commerciaux. Il peut décrypter les images Wii U qui utilisent le format Wud mais également les fichiers RPS ou RPL. La résolution interne peu aller jusqu’à 1920×1080 selon les jeux (et au delà avec des packs graphiques). Actuellement, le DRC (GamePad), le contrôleur Pro et le contrôleur classique sont émulés. Les Wiimotes sont également émulées (y compris le support natif). Les entrées du clavier + contrôleurs USB en tant que périphériques d’entrée sont également pris en charge. La saisie tactile du GamePad peut être contrôlée par un clic gauche de la souris. La fonctionnalité Gyro est émulée avec des limitations et peut être contrôlée via le bouton droit de la souris. Cette version n’est compatible que pour les Windows x64 (à partir de Windows 7) avec une carte graphique gérant OpenGL 4.1 (ou supérieur) ou Vulkan et il faudra posséder 4 à 8 Go de mémoire vive (Ram) pour le faire fonctionner. (Correspondance ID-Titre [archive ici]).
Un tuto est disponible ici.
Les changements:
En résumé:
– Added option to allow async shader & pipeline compilation (Vulkan only)
– Vulkan fixes
– Minor compatibility improvements
– Misc minor improvements
En détails:
# New in 1.19.0d:
Vulkan: Fixed an issue where async pipeline compilation could block the render thread
This should reduce stutter even further when async compilation is enabled
OpenGL: Fixed ‘Compiled x shaders…’ notification not showing since 1.19.0
# New in 1.19.0c:
Vulkan: Tweaked sync/async decision algorithm
Async shader and pipeline compilation should no longer break Splatoon ink mechanics
Vulkan: Fixed a bug that caused Xenoblade Chronicles X character models to be broken on Nvidia Vulkan beta drivers
Vulkan: Fixed a texture leak which could lead to performance slowly degrading
# New in 1.19.0b:
general: Fixed crash that could occur during the shader cache loading screen
# New in 1.19.0:
general: Updated language files
Vulkan: Added experimental option to enable asynchronous compilation of shaders and pipelines
This option trades stutter vs emulation accuracy
— Details —
When enabled, uncached shaders and pipelines will be compiled asynchronously in the background
While a pipeline is compiling, all drawcalls for it will be skipped, leading to missing or broken graphics for a period of time
Since Wii U’s GPU is a GPGPU, not all drawcalls can be skipped without causing gameplay bugs or persistent graphic artifacts
To deal with this problem Cemu includes speculative logic to identify essential shaders that must not be skipped
These shaders will always be compiled synchronous and will still introduce stutter
False negatives are possible and long lasting graphic bugs can occur when async compilation is used
Per default this option is disabled. It can be toggeled in the menu under debug -> experimental
It will only work if VK_EXT_pipeline_creation_cache_control is supported by the graphics driver
As of writing this, the required Vulkan extension is only supported by:
Nvidia Vulkan 1.2 beta drivers (442.75 – 443.15)
AMD optional drivers (Radeon Software Adrenalin 2020 Edition 20.3.1 or higher)
On a personal note, we consider this feature a hack due to the unreliable and workaround-like nature
However we also understand that stutter-free gameplay is often more important than having accurate rendering
In the (far) future, we will introduce additional methods to reduce shader stutter without sacrificing accuracy
Vulkan: Fixed an issue where depth clear operations on newly created textures would be skipped
This fixes lighting issues in MK8 and Splatoon
Vulkan: If supported by driver use VK_EXT_custom_border_color to emulate arbitrary sampler border colors
This fixes grass LOD transitions and other more subtle issues in Breath of the Wild
Vulkan: Tweaks to shader & pipeline compilation counter overlay
coreinit: Fixed FSGetMountSource correctly iterating devices when called repeatedly (#292)
gfxPack: Added support for specifying « default=1 » to select a default preset per preset category (#283)
nn_acp: Implemented ACPCreateSaveDirEx()
nn_act: Added support for persisid.dat which handles the highest used account id
Note:
(#xx) refers to bug tracker issues resolved by this change. See http://bugs.cemu.info/projects/cemu/
A noter que des packs graphiques haute définition sont disponibles ici. Ils permettent, entre autre, d’augmenter la résolution native des jeux car contrairement à Dolphin et parce que la machine est techniquement différente il n’est pas possible à Cemu d’augmenter la définition autrement que par cette méthode.
A l’inverse, des packs SD (définitions standards et/ou basses) sont disponibles sur ce lien et permettent à certains PC manquant de performance de lancer des jeux en 60 FPS.
Une liste de compatibilité est disponible ici.