Emulation [RELEASE] Cemu - Wii U emulator

  • Thread starter Exzap
  • Start date
  • Views 7,229,835
  • Replies 21,664
  • Likes 284

Slashㅤ

Well-Known Member
Member
Joined
Feb 21, 2016
Messages
296
Trophies
0
XP
424
Country
United States
SSDuTEs.png

Sonic Lost World (DEMO) gets to the title screen, and crashes. I wonder why the demo crashes at the title screen and the full game doesn't.
 
  • Like
Reactions: Deleted User

LWares87

Well-Known Member
Member
Joined
Oct 19, 2008
Messages
1,706
Trophies
0
Location
Colchester, England
XP
565
Country
United Kingdom
Last edited by LWares87,

jurai

Well-Known Member
Member
Joined
Dec 23, 2005
Messages
442
Trophies
1
XP
1,303
Country
# CEMU detailed changelog for 1.5.5
# Patreon release date: 2016-08-08

general: Added game profiles (text files that store settings per-game)
general: Added automatic region detection
general: Mouse cursor is now hidden in fullscreen mode
general: Added hotkey (Ctrl + Tab) to toggle between TV or GamePad display. (Note: This is only a temporary solution until we have better GamePad handling)
general: CEMU will now display game name and region in the titlebar.

coreinit: New API: OSInitSemaphoreEx(), FSWriteFileAsync()

h264: Improved implementation of H264DECMemoryRequirement()

CPU: Added RLWNM., PS_RSQRTE, PS_RES, PS_NEG, STFSUX, MFTB/MFTBU, LSWI/STSWI and TW instructions to recompiler
CPU: Optimized code generated by recompiler for instructions RLWIMI, RLWINM
CPU: Added optimizer pass to recompiler (Removes redundant instructions)
CPU: Fixed a bug in interpreter MFTB/MFTBU

GX2: Fixed a deadlock that could happen when the game was waiting for an vsync event to occur
GX2: Added experimental setting 'Use persistent vertex buffers'.
If enabled, CEMU will attempt to use more recent OpenGL features to stream geometry data to the GPU.
Allows for higher throughput but may cause graphical issues.
GX2: Fixed a bug in GX2ConvertDepthBufferToTextureSurface() that could lead to a softlock
GX2: Improved Streamout emulation

nn_save: New API SAVEMakeDirAsync(), SAVERemoveAsync(), SAVEGetStatAsync(), SAVERenameAsync(), SAVEOpenDirOtherNormalApplicationAsync()
nn_save: Fixed a bug in SAVEGetStatOtherApplication()
 

Jobenblue

Well-Known Member
Member
Joined
Mar 29, 2016
Messages
223
Trophies
0
XP
146
Country
United States
XC:X crashing at title screen. Pokken still does not work. Smash can hit 60 fps with new persistent vertex buffer, cloud and mario on battlefield with no sound.
 

KillzXGaming

Well-Known Member
Member
Joined
Jan 2, 2016
Messages
1,629
Trophies
0
Age
28
XP
1,618
Country
United States
XC:X crashing at title screen. Pokken still does not work. Smash can hit 60 fps with new persistent vertex buffer, cloud and mario on battlefield with no sound.
Has smash changed at all? Like changing controllers while game loads, hanging randomly after winning, lighting being broke on nvidia, ect?
 

ayurai

Active Member
Newcomer
Joined
Jun 27, 2016
Messages
36
Trophies
0
Age
34
XP
89
Country
Brazil
Has smash changed at all? Like changing controllers while game loads, hanging randomly after winning, lighting being broke on nvidia, ect?
I dont need more change controllers on loading and loadings looks perceptibly faster graphic/sounds are exactly the same.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    If your internet speeds are fast enough. Streaming 4k takes alot. I used to only have 20mb sec, and 4k struggled. Now I have 300mb sec and 4k plays fine.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i only have like 1 or 2 mb sec
  • BigOnYa @ BigOnYa:
    Did you feed the hamster in your internet router? It prob died and is running slow now.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, why did you start saying my pc has a hamster in the first place?
    +1
  • BigOnYa @ BigOnYa:
    Its actua!ly just a old joke, meaning its slow. Was just kidding around with you.
    +1
  • BigOnYa @ BigOnYa:
    I bet @AncientBoi has some hamsters hidden somewhere tho....
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I think Game streaming should work like this.... Local Hardware able the run the game fine, game engine and common assets stored locally, all FMV and music and textures could be streaming
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Some temporary storage
  • Xdqwerty @ Xdqwerty:
    also @BigOnYa im making some progress on my gdevelop project, implemented various mechanics
  • Psionic Roshambo @ Psionic Roshambo:
    They went all in on streaming, should have been more of a hybrid approach
    +1
  • BigOnYa @ BigOnYa:
    Or free government supplied high speed internet be nice also. Like Obama care. Xdqwerty that's cool, its time consuming but rewarding once done or playable, to see what you've made from scratch. Animations take forever, but worth it.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, although the bullets are a bit buggy
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Not to mention this would be a massive pain to pirate
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    and the visual aspect of the game is quite crude (the sprite that looks best is that of the protagonist just because he is a stickman with sunglasses)
    +1
  • BigOnYa @ BigOnYa:
    There is a bullets behaviour you assign to your character, that makes the code easier, under "behaviours"
  • Xdqwerty @ Xdqwerty:
    i meant that when the character is pointing to the right, the bullets spawn where they should, but when he is on the right, they move to the right but the spawn point is incorrect
  • BigOnYa @ BigOnYa:
    Itch.io has lots of free assets also. Under the bullets behavior tab, there is a "rotate bullets" option, can try that. Or in the code can try
    - fire bullet Player.X(PlayerDirection)
  • Xdqwerty @ Xdqwerty:
    im taking a break for today anyway
    +1
  • BigOnYa @ BigOnYa:
    YEa gotta after a while, looking at code for long periods will bug your eyes.
    +1
  • BigOnYa @ BigOnYa:
    That's cool tho, I'm proud of you going back to it, not giving up. It is difficult at first to learn, but fun once you get the hang of it. I think I've watched every tutorial video there is, but I still struggle sometimes to get stuff to work right. But gotta keep trying dif things, and eventually you will get it right.
    +1
  • K3Nv2 @ K3Nv2:
    Lol McDonald's has a grandma mcflurry
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, furry grandma?
    Xdqwerty @ Xdqwerty: @K3Nv2, furry grandma?