how did you get it to work? I even extracted the game and it crashes ? :-)Just tested Captain Toad Treasure Tracker USA, works fine Cemu 1.4.0c .... did 5 levels no problems at all. EUR version crashes at startup screen.... Very nice game
how did you get it to work? I even extracted the game and it crashes ? :-)Just tested Captain Toad Treasure Tracker USA, works fine Cemu 1.4.0c .... did 5 levels no problems at all. EUR version crashes at startup screen.... Very nice game
Does anyone know how to get Pikmin 3 to boot? I see in this video that it's playable but for me it crashes after asking about Spotpass.
USA version rpx files.... the only version to work fine....how did you get it to work? I even extracted the game and it crashes ? :-)
Wat is rpx lodne?Pikmin 3 EUR rpx version only works. USA version crashes.... tested ok.... Need it Wii u gamepad for toch screen commands...
--------------------- MERGED ---------------------------
--------------------- MERGED ---------------------------
USA version rpx files.... the only version to work fine....
Then donate or be patient a few days.Anyone shared the Cemu 1.4.0 yet?!? I want it!!!
Anyone shared the Cemu 1.4.0 yet?!? I want it!!!
In which kind of world I'm living, oh my God...Anyone shared the Cemu 1.4.0 yet?!? I want it!!!
does anyone have any idea why AMDs 16.3 and 16.3.1 drivers break cemu? all I get is a black screen on every game.
Could it be that they added vulkan support in 16.3?
use 16.2.1 drivers they work the best until @Exzap fixes the issuedoes anyone have any idea why AMDs 16.3 and 16.3.1 drivers break cemu? all I get is a black screen on every game.
Could it be that they added vulkan support in 16.3?
i have 13 fps with mario kart 8 u__u i'm sad i cant play with my gtx960
no 1.3.3 i dont not have the version 1.4 i not see it in the site :'(
Waiting 1 week or donating 5USD.where i can got it version ?
where i can got it version ?
If you could post said code, it'd help a lot. I've read every post for 20 pages and I couldn't find it (Unless I missed itIf you understand English(no offense), the Official Cemu site says that Intel is not supported unless you use a special code from some guy few pages ago
If you could post said code, it'd help a lot. I've read every post for 20 pages and I couldn't find it (Unless I missed it). I pretty much just want to test Cemu, even if the graphics are ass on an intelGPU.
You use it by installing the program Autohotkey, pasting the code on notepad, saving as .ahk and running when using Cemu. It's more of a workaround.Code:OnExit handle_exit Gui, +AlwaysOnTop +Owner +Resize +ToolWindow ; window for the dock Gui, Show, NoActivate w400 h400 x300 y50 , PrintScreen zoom = 4 antialize = 1 delay = 100 Gui, Add, Text, x340 y12 w80 vdelay2 WinGet PrintScreenID, id ,PrintScreen ; WinSet, Transparent , 254, PrintScreen ;retrieve the unique ID number (HWND/handle) of that window WinGet, PrintSourceID, id hotkey , +$LButton , click_through toolbar_def:=35 toolbar := toolbar_def follow := 1 hdd_frame := DllCall( "GetDC", UInt, PrintSourceID ) hdc_frame := DllCall( "GetDC", UInt, PrintScreenID ) hdc_buffer := DllCall("gdi32.dll\CreateCompatibleDC", UInt, hdc_frame) ; buffer hbm_buffer := DllCall("gdi32.dll\CreateCompatibleBitmap", UInt,hdc_frame, Int,A_ScreenWidth, Int,A_ScreenHeight) WinSet Region,, PrintScreen toolbar := -32 ; height of window title GuiControl, Hide, zoom Gosub, Repaint return click_through: if follow = 1 { Gui, Hide Send, {Click} SetTimer, Repaint , Off Gui, Show SetTimer, Repaint, %delay% } Return Repaint: CoordMode, Mouse, Screen MouseGetPos, mouse_x, mouse_y ; position of mouse start_x = 1150 start_y = 110 Gui, Submit, NoHide ; needed to read the dropdown and slidervalue GuiControl,, delay2 , delay %delay% ms WinGetPos, wx, wy, ww, wh , PrintScreen wh2 := wh - toolbar DllCall( "gdi32.dll\SetStretchBltMode", "uint", hdc_frame, "int", 4 * antialize ) ; Halftone better quality with stretch DllCall("gdi32.dll\StretchBlt", UInt,hdc_frame, Int,0, Int,toolbar, Int,ww, Int,wh - toolbar , UInt,hdd_frame, Int , start_x-(ww / 2 / zoom) , Int,start_y -( wh2 / 2/zoom), Int,ww / zoom, Int,wh2 / zoom ,UInt,0xCC0020) ; SRCCOPY SetTimer, Repaint , %delay% Return GuiClose: handle_exit: DllCall("gdi32.dll\DeleteObject", UInt,hbm_buffer) DllCall("gdi32.dll\DeleteDC", UInt,hdc_frame ) DllCall("gdi32.dll\DeleteDC", UInt,hdd_frame ) DllCall("gdi32.dll\DeleteDC", UInt,hdc_buffer) ExitApp
Just posting the latest version of my AHK script for Intel GPU users. I know it's quite assumed here that Intel users should just go and buy a new machine, but that doesn't stop me from trying. XD