Zum Inhalt springen
Menü

Theme ändern
Unterstütze uns
PayPal-Logo Patreon-Logo
Abonniere uns per RSS Folge uns auf X (ehem. Twitter) Like uns auf Facebook Trete dem WiiDatabase-Kanal auf Telegram bei und erhalte alle News sofort!

Wir hosten zurzeit 643 Homebrews mit über 3.510.794 Downloads!

Nützliche Links
Kategorien
Archiv
Über uns

Kategorie: Wii U: Update

HID to VPAD v0.9f mit Network Client v0.2

Wii U, Wii U: Neu, Wii U: Update , , , , , ,

hid-to-vpadMaschell hat HID to VPAD aktualisiert und zusammen mit QuarkTheAwesome einen Network Client veröffentlicht.

DOWNLOAD HID TO VPAD
DOWNLOAD HID TO VPAD NETWORK CLIENT

Mit HID to VPAD kannst du HID-Controller an der Wii U benutzen! Dabei wird das Wii U GamePad oder der Pro Controller ersetzt. Du kannst auch mehrere HID-Controller verwenden! Diese Version ist ganz frisch, sie hat jetzt eine schicke, grafische Oberfläche und daher ist das Tool sehr einfach zu verwenden. Alles wird auch direkt in der Homebrew erklärt! Natürlich wurden auch einige Bugs gefixt und HID to VPAD läuft jetzt wirklich stabil.

Neu ist auch der Network Client. Dieser wird auf dem PC ausgeführt und kann sich mit der Wii U verbinden, während diese HID to VPAD ausführt. So können XInput– und Bluetooth-Controller (Xbox 360, Xbox One, Switch Pro Controller, etc.) an den PC angeschlossen und die Eingaben an die Wii U weitergeleitet werden! Der Network Client funktioniert nicht mit jedem Spiel und auch nicht mit Breath of the Wild, da das Spiel die Wii U schon an ihre Grenzen bringt scheint bei einigen doch zu funktionieren, testet es einfach! Ein Input-Lag ist quasi nicht zu spüren, zumindest verlief in unserem Test alles flüssig!

Auf unseren Downloadseiten steht alles, was ihr zur Einrichtung wissen müsst! Ein Übersichtsvideo gibt es auch auf YouTube.

Cemu v1.7.3d

Wii U, Wii U: Update , ,

Das Cemu-Team hat die v1.7.3 des Wii-U-Emulators für die Öffentlichkeit freigegeben.

DOWNLOAD

Patches und DLCs werden jetzt unterstützt, ferner lässt sich The Legend of Zelda: Breath of the Wild nun starten – allerdings ist es unspielbar, da es heftige Kollisionsfehler hat. Ein Preview-Video gibt es wie immer auf YouTube.

Changelog

# New in public release:
general: New game profiles

# New in 1.7.3d:
GX2: 1.7.3 accidentally broke compatibility with pre-1.7.3 cached shaders. This hotfix restores backward compatibility.
Also made some adjustments to guarantee this doesn't happen again in the future.

# New in 1.7.3b/c:
JIT: Fixed potential softlock for busy-wait loops which use the LWARX/STWCX instructions
GX2: Fixed incorrect shader source generated for streamout write exports when the shader is optimized for float-only

# New in 1.7.3:
JIT: LWARX instruction now consumes multiple virtual cycles. This speeds up busy wait loops.

general: Screensaver/Standby should no longer come up while a game is playing in Cemu

coreinit: Added API LCDisableDMA(), LCGetAllocatableSize(), MPResetTaskQ(), OSPeekMessage(), OSEnableHomeButtonMenu()
coreinit: Fixed bug in LCEnableDMA()
coreinit/FS: FSOpenFile() is no longer blocking CPU execution
coreinit/FS: Added internal support for priority-based path overloading
coreinit/FS: Cemu will load patched game files automatically from mlc01/usr/title/../../

ACP: Added ACP library. New API: ACPCheckApplicationDeviceEmulation()

AOC: Added proper support for AOC library. Addon content (DLC) is automatically loaded from mlc01/usr/title/../../aoc/ or mlc01/usr/title/../..//

AX: Fixed internal ADPCM playback offset calculation for addresses above 0x80000000

Input: Fixed bug that caused non-keyboard buttons to be detected as keyboard input

GX2: Improved implementation for GX2CalcTVSize() and GX2CalcDRCSize()
GX2: Shader code optimizations. Up to 40% faster compile time for float-only shaders (measured on NVIDIA)
GX2: Added support for shader OP3 CNDGT_INT instruction
GX2: Added support for vertex format FMT_16_16_16_16, nfa=0, signed=0
GX2: Fixed software streamout reading format 32_32_32_FLOAT incorrectly
GX2: Added support for vertex shader gl_PointSize export
GX2: Fixed a race condition in which the GPU7 command processor could run ahead of the current write pointer before GX2Init() was called
GX2: Fixed sampler min and mag filter value being read from wrong register bits
GX2: Added support for streamout binding the same buffer as input and output

Cemu v1.7.2

Wii U, Wii U: Update , ,

Der Wii-U-Emulator Cemu wurde aktualisiert.

DOWNLOAD

Wie immer gab es einige Optimierungen, Kompatibilitätsverbesserungen, grafische Verbesserungen und mehrere Bugfixes. Das Menü wurde neu organisiert, das Bild kann jetzt an den Bildschirm angepasst werden und die Fullscreen-Toucheingabe für nicht-16:9-Displays wurde gefixt. Ein Preview-Video könnt ihr euch auf YouTube ansehen.

Changelog

# New in 1.7.2c:
GX2: Fixed a bug in GX2SwapScanBuffers() that could cause the GPU command stream to get corrupted

# New in 1.7.2b:
coreinit: Fixed a crash bug in coreinit initialization code

# New in 1.7.2:
general: Reorganized menu options for better clarity (Some debug option stuff wasn't really for debugging)
general: Added option to choose fullscreen scaling mode (stretch to screen or keep aspect ratio)
general: Default and recommended value for CPU timer option is now 'Host based'

PPC: Thread emulation is now using Fibers. Technically speaking, this change was made to simplify context switching within HLE functions. It allows certain API to behave more similar to the real Cafe OS.

coreinit: Fixed a bug that caused MEMGetAllocatableSizeForExpHeapEx() to return negative values under certain circumstances
coreinit: Fixed a crash bug in MPRunTasksFromTaskQ() 
coreinit: Added API MPDequeTask(), MPWaitTaskQWithTimeout(), MPRunTask()
coreinit: Fixed rare deadlock in alarm handler

VPAD: Fixed fullscreen touch input for non-16:9 displays

GX2: Fixed that under certain circumstances GX2WaitTimeStamp() could return immediately due to the low accuracy of the internally used timer (affected only 'Host based timer') 
GX2: Added support for texture format R16_G16_B16_A16_SNORM
GX2: Added support for sampler2DRect textures
GX2: Unsupported instructions in a GS Copyshader will no longer cause a crash
GX2: Fixed texelFetch() accessing textures upside-down if ARB_clip_control is used
GX2: Adjusted handling of vsync and flip event to decrease latency
GX2: Optimized texture encoding & decoding
GX2: Optimized frequently used GX2 API
GX2: Optimized various parts of the GPU command processor
GX2: Fixed incorrect mapping of GS->PS attributes if gl_FragCoord is used
GX2: Fixed handling of GS input primitive LINE_STRIP

Cemu v1.7.1

Wii U, Wii U: Update

Der Wii-U-Emulator Cemu wurde aktualisiert.

DOWNLOAD

Die CPU-Emulation und die Kompatibilität wurden verbessert, auch wurden wie immer einige Fehler behoben und die VRAM-Nutzung reduziert. Ein Preview-Video zu dieser Version gibt es auf YouTube.

- Recompiler optimizations (Faster CPU emulation)
- Improved compatibility
- Reduced VRAM usage
. Tons of bugs and crashes fixed

Danke an Akamaru für den Hinweis!

WUP-Installer GX2 v1.1

Wii U, Wii U: Update

dj_skual hat seinen WUP-Installer GX2 aktualisiert.

DOWNLOAD

Wenn ihr den Kanal installieren wollt, entfernt zuerst die alte Version (falls installiert) und installiert DANN erst den neuen Kanal!

Die Hintergrundmusik wurde geändert, da Nintendo gerne DMCA-Requests an Homebrews sendet, die Nintendo-Material verwenden. Ferner wird jetzt geprüft, ob ein Ticket existiert und die Titel werden nun wie ausgewählt hintereinander installiert. Der HOME-Button wird während der Installation blockiert und das automatische Ausschalten ausgesetzt.

Das Aussehen der Homebrew kann jetzt auch geändert werden, wenn die zu ersetzenden Dateien in "sd://wiiu/apps/wup_installer_gx2/resources" platziert werden.

 Changed BgMusic to use a free one
* Changed the way the browser manage the scrollbar
* Added a check to detect title.tik inside folder
* Added a variable to install in the same sequence you selected titles
* Added block home button while install process
* Added disabling auto power-down while installing and re-enabling it afterwards if it is used

Cemu v1.7.0d

Wii U, Wii U: Update ,

Der Wii-U-Emulator "Cemu" wurde aktualisiert.

DOWNLOAD

Grafik-Packs werden jetzt unterstützt. Damit kann das Aussehen der Spiele angepasst werden – u.a. kann so die Auflösung auf 4k hochgestellt werden. Auch Shader werden so unterstützt. Wer sich das Ganze mal ansehen möchte: Ein Preview-Video wurde wie immer auf YouTube veröffentlicht.

- Added 'Graphic packs' (graphic modding support)
- Extended shader cache, now transferable and forward compatible