Emulation [RELEASE] Cemu - Wii U emulator

  • Thread starter Exzap
  • Start date
  • Views 7,236,215
  • Replies 21,664
  • Likes 284

FloatingFatMan

Well-Known Member
Member
Joined
Mar 29, 2016
Messages
505
Trophies
0
Age
54
XP
1,712
Country
How do I pass this screen?
View attachment 80771
Note: [TAB] of [Ctrl]+[Tab] doesn't change the content of the screen, also I cannot exit the emulator using [Alt]+[F4] in this screen. Note also that write the name using the keyboard doesn't work too.

Change focus to another application, then back to CEMU and you should be able to type a name.
 
  • Like
Reactions: shideravan

kaicooper

Active Member
Newcomer
Joined
Mar 10, 2017
Messages
29
Trophies
0
Age
36
XP
119
Country
Bosnia and Herzegovina
Twilight Princess HD
yea its flickering (its ok) but smooth
is it smooth all the way to end or there will be freezing and crashing..etc?
 

Slashㅤ

Well-Known Member
Member
Joined
Feb 21, 2016
Messages
296
Trophies
0
XP
424
Country
United States
To the stream, I mean! lol not the download. xD
Considering the fact that the person's p-banned from GBATemp, I'd rather not risk it.
Anyways, here's the changelog and what's necessary for Patches/DLC:
How to install patches

We assume that you already know how to get the game updates in decrypted/extracted format. However, should you need any assistance you can easily find some guides on google.

For Cemu to correctly load patches all you have to do is to place the updated game files in:
mlc01/usr/title/<titleId_upper8Digits>/<titleId_lower8Digits>/

For example, patching the US version of MK8 you should end up with a folder structure that looks like this:

<cemuFolder>\ mlc01\usr\title\00050000\1010EC00\content\
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\code\
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\meta\

If you have trouble figuring out the titleId of your game, you can look into log.txt

How to install DLC content

Similar to game patches, you can place AOC files (Addon content) in:
mlc01/usr/title/<titleId_upper8Digits>/<titleId_lower8Digits>/aoc/

Cemu will then automatically recognized the DLC and load it.

For example, the folder structure for US MK8 DLC would look like this:
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\aoc\code
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\aoc\content
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\aoc\meta

Note that some games need to be updated in order to support DLC.
# Cemu detailed changelog for 1.7.3
# Patreon release date: 2017-03-10
# Public release date: 2017-03-17

# New in 1.7.2d:

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/../../<aoc_titleId>/

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
 
Last edited by Slashㅤ, , Reason: 1.7.3d changelog!

Molhel

Westworld Fanatic
Member
Joined
Jan 23, 2017
Messages
169
Trophies
0
Location
Westworld
XP
221
Country
United States
Considering the fact that the person's p-banned from GBATemp, I'd rather not risk it.
Anyways, here's the changelog and what's necessary for Patches/DLC:

How to install patches

We assume that you already know how to get the game updates in decrypted/extracted format. However, should you need any assistance you can easily find some guides on google.

For Cemu to correctly load patches all you have to do is to place the updated game files in:
mlc01/usr/title/<titleId_upper8Digits>/<titleId_lower8Digits>/

For example, patching the US version of MK8 you should end up with a folder structure that looks like this:

<cemuFolder>\ mlc01\usr\title\00050000\1010EC00\content\
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\code\
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\meta\

If you have trouble figuring out the titleId of your game, you can look into log.txt

How to install DLC content

Similar to game patches, you can place AOC files (Addon content) in:
mlc01/usr/title/<titleId_upper8Digits>/<titleId_lower8Digits>/aoc/

Cemu will then automatically recognized the DLC and load it.

For example, the folder structure for US MK8 DLC would look like this:
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\aoc\code
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\aoc\content
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\aoc\meta

Note that some games need to be updated in order to support DLC.

# Cemu detailed changelog for 1.7.3
# Patreon release date: 2017-03-10
# Public release date: 2017-03-17

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/../../<aoc_titleId>/

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

Oh, well then forget my request! If he's banned, I wouldn't want to risk anything. Thank you regardless though. :)

Also, thanks for the changelog etc! :D
 

abdellbobo

000
Member
Joined
Dec 28, 2015
Messages
528
Trophies
0
XP
694
Country
France
# Cemu detailed changelog for 1.7.3
# Patreon release date: 2017-03-10
# Public release date: 2017-03-17

# New in 1.7.2d:

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/../../<aoc_titleId>/

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
 
Last edited by abdellbobo,
  • Like
Reactions: JOHN30011887

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • S @ salazarcosplay:
    hunter x hunter
  • S @ salazarcosplay:
    he has not allowed anyone to continue it for him for example
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, theres a dragon ball af mod for budokai 3
  • Xdqwerty @ Xdqwerty:
    updated ship of harkinian, gonna install some hd texture pack
  • Xdqwerty @ Xdqwerty:
    I might download rayman revolution for my ps3
  • BigOnYa @ BigOnYa:
    I may try the new ram site, and download more RAM to my Switch. Not sure if ddr3 is the right ram
    for it tho. Edit- no it uses floppy Ram, just like @AncientBoi
    +1
  • Xdqwerty @ Xdqwerty:
    aeiou
  • BigOnYa @ BigOnYa:
    And sometimes Z
  • SylverReZ @ SylverReZ:
    @K3Nv2, MAGA supporters be wearing tin foil hats lol.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, whats maga?
  • BigOnYa @ BigOnYa:
    It stands for Maniacs Against General Acceptance
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, people rejecting general consensus about stuff?
    +1
  • BigOnYa @ BigOnYa:
    Yup, nuh its really just Trump followers
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, im not american so i dont care about trump
    +1
  • Xdqwerty @ Xdqwerty:
    or us elections
  • BigOnYa @ BigOnYa:
    Me niether, us north Koreans don't care
  • Xdqwerty @ Xdqwerty:
    good night
  • BakerMan @ BakerMan:
    i don't care either, even if i'm american
  • BakerMan @ BakerMan:
    truth be told, i agree with psi, i dislike both candidates, but i'd probably vote trump simply because the economy was better during his presidency
  • AngryCinnabon @ AngryCinnabon:
    Just be careful, if trump ends up winning and using project 2025 America might really change...for the worse.
  • AngryCinnabon @ AngryCinnabon:
    I'm not american and even that sends shivers down my spine.
  • AngryCinnabon @ AngryCinnabon:
    anything that offers trump an opportunity to become an actual dictator
    is bad in my book, i could care less if it wasn't for that...
  • K3Nv2 @ K3Nv2:
    Canada: America's Russia
  • NinStar @ NinStar:
    people are so dramatic that I can't even tell if they are being serious
    NinStar @ NinStar: people are so dramatic that I can't even tell if they are being serious