Emulation Decaf WiiU Emulator

emmauss

Well-Known Member
Member
Joined
May 12, 2014
Messages
522
Trophies
1
Age
28
Location
Accra, Ghana
XP
2,522
Country
Ghana
Decaf wouldn't launch for me and errors missing api-ms-win-core-heap-l1-2-0.dll, even though it's in my System32.
do a full update of your system. that error is cause because new VS 2015 compiled projects uses new c++ libraries that are present only if you update your system.
 

emmauss

Well-Known Member
Member
Joined
May 12, 2014
Messages
522
Trophies
1
Age
28
Location
Accra, Ghana
XP
2,522
Country
Ghana
impressive progress :)
but how come there are no binary build in https://github.com/decaf-emu/decaf-emu/releases ?
i'm sure many people wanted to try it and compare it with cemu but don't know where to get the binary build "safely" :D
because it is still in beta phase.no gui and no user documentation has been developed, so it is not for the general public yet
 

Wardoctors

Gamedev1909
Banned
Joined
Nov 18, 2015
Messages
808
Trophies
0
Age
36
XP
344
Country
Canada
impressive progress :)
but how come there are no binary build in https://github.com/decaf-emu/decaf-emu/releases ?
i'm sure many people wanted to try it and compare it with cemu but don't know where to get the binary build "safely" :D
http://www.emucr.com/2016/08/decaf-git-20160830.html always safe and as for a GUI we have one https://github.com/Game-Designers-And-Coders/DecafLauncher/releases also for those who dont like GUI its easy to use go into the folder with decaf-sdl hold shift right click open cmd and type decaf-sdl play F:\roms\xcx now that is where my roms are so change the path for you
 
Last edited by Wardoctors,
  • Like
Reactions: AdamN

likea24

Well-Known Member
Member
Joined
Jan 11, 2016
Messages
378
Trophies
0
Location
a home
XP
99
Country
United States
can someone give me their build its really annoying to build one. This is why Cemu is better becuase its a CLOSED source
where's the application?
 
Last edited by likea24,

Rfire

Well-Known Member
Member
Joined
Dec 25, 2005
Messages
131
Trophies
0
Website
Visit site
XP
452
Country
United States
Quick tutorial writeup for Windows 7-8.1 users who want to use decaf. Disclaimer: YMMV. I use Windows 8.1 so more steps may be required for Windows 7 users.

By default, decaf-emu depends on the Windows 10 SDK and so it requires Windows 10, and most if not all binaries supplied by emulation sites, the official AppVeyor link, etc are compiled with Windows 10 as the target.

1. Install Visual Studio 2015 Community Edition (free)

2. Install GitHub Desktop.

3. Open GitHub desktop and sign into a GitHub account (create one if you don't have one).

4. Go to the decaf-emu git in a web browser and click "Clone or download" and then "Open in desktop" and authorize permission when prompted (for Chrome you want to click "Launch application"). Select where you want it to download to. GitHub desktop should then begin downloading the source code and all dependency source code required to compile it.

5. Open the folder after it finishes and double click decaf.sln and Visual Studio should open.

NOTE: Visual Studio may complain about missing things like the Windows SDK, if it does, then do this:
Close Visual Studio. Open 'Programs and Settings' from the control panel or by searching for it in the Start Menu, right click Visual Studio and click 'Change', When the Visual Studio dialog opens, click Modify. Install whatever VS prompted you to install. Then reboot (if prompted to do so) and reopen decaf.sln

6. Under Solution Explorer, Right click "Solution 'decaf'..." and click 'Retarget Solution' and next to "Platform ..." select either 7 or 8.1 depending on which version of Windows you're using. Click OK.

7. Near the top of the main VS window, the second row under the title bar change the branch from "Release" to "ReleaseDebug"

8. Click 'Build' and then 'Build Solution' it may take quite some time depending on your CPU. Do not concern yourself with the various warnings that appear in the log. When it finishes you should see: "
Build: 17 succeeded, 0 failed, 0 up-to-date, 3 skipped"

9. If all went well, you should see the path it compiled to in the log window:
18> decaf-sdl.vcxproj -> 18> decaf-sdl.vcxproj -> X:\Decaf\decaf-emu\\obj\ReleaseDebug\decaf-sdl.exe

10. Use it with decaf-launcher or use it without -- your choice.
10b. If you decide to use it with decaf-launcher, then copy the files from the ReleaseDebug folder it compiled to into the \decaf\ folder you extracted decaf-launcher to, replace the files.
10c. Go to %Appdata% in File Explorer, and create a 'decaf' folder before attempting to save options in decaf-launcher.
 
Last edited by Rfire,

Wardoctors

Gamedev1909
Banned
Joined
Nov 18, 2015
Messages
808
Trophies
0
Age
36
XP
344
Country
Canada
Quick tutorial writeup for Windows 7-8.1 users who want to use decaf. Disclaimer: YMMV. I use Windows 8.1 so more steps may be required for Windows 7 users.

By default, decaf-emu depends on the Windows 10 SDK and so it requires Windows 10, and most if not all binaries supplied by emulation sites, the official AppVeyor link, etc are compiled with Windows 10 as the target.

1. Install Visual Studio 2015 Community Edition (free)

2. Install GitHub Desktop.

3. Open GitHub desktop and sign into a GitHub account (create one if you don't have one).

4. Go to the decaf-emu git in a web browser and click "Clone or download" and then "Open in desktop" and authorize permission when prompted (for Chrome you want to click "Launch application"). Select where you want it to download to. GitHub desktop should then begin downloading the source code and all dependency source code required to compile it.

5. Open the folder after it finishes and double click decaf.sln and Visual Studio should open.

NOTE: Visual Studio may complain about missing things like the Windows SDK, if it does, then do this:
Close Visual Studio. Open 'Programs and Settings' from the control panel or by searching for it in the Start Menu, right click Visual Studio and click 'Change', When the Visual Studio dialog opens, click Modify. Install whatever VS prompted you to install. Then reboot (if prompted to do so) and reopen decaf.sln

6. Under Solution Explorer, Right click "Solution 'decaf'..." and click 'Retarget Solution' and next to "Platform ..." select either 7 or 8.1 depending on which version of Windows you're using. Click OK.

7. Near the top of the main VS window, the second row under the title bar change the branch from "Release" to "ReleaseDebug"

8. Click 'Build' and then 'Build Solution' it may take quite some time depending on your CPU. Do not concern yourself with the various warnings that appear in the log. When it finishes you should see: "
Build: 17 succeeded, 0 failed, 0 up-to-date, 3 skipped"

9. If all went well, you should see the path it compiled to in the log window:
18> decaf-sdl.vcxproj -> 18> decaf-sdl.vcxproj -> X:\Decaf\decaf-emu\\obj\ReleaseDebug\decaf-sdl.exe

10. Use it with decaf-launcher or use it without -- your choice.
10b. If you decide to use it with decaf-launcher, then copy the files from the ReleaseDebug folder it compiled to into the \decaf\ folder you extracted decaf-launcher to, replace the files.
10c. Go to %Appdata% in File Explorer, and create a 'decaf' folder before attempting to save options in decaf-launcher.
little info Vis studio has it's own github built in and can handle everything so remove step 2
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    Tine? One gram?
  • BigOnYa @ BigOnYa:
    Sixteenth
  • Psionic Roshambo @ Psionic Roshambo:
    Also it was literally out of a kilo when I got it off the boat so absolutely pure
  • Psionic Roshambo @ Psionic Roshambo:
    Holy shiz that's a lot
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I was getting 3.5 Grams for 320 could have stepped on it and doubled my money easy lol
    +1
  • BigOnYa @ BigOnYa:
    I'd be afraid to it nowdays, my heart would explode prob. I just stick beers n buds nowdays.
  • Psionic Roshambo @ Psionic Roshambo:
    I would get to drive from tarpon springs to like Miami a thousand bucks lol do that twice a week and back in 92 that was good money
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    @Psionic Roshambo what are you guys talking about?
  • Psionic Roshambo @ Psionic Roshambo:
    Blew it on women and muscle cars lol
    +1
  • BigOnYa @ BigOnYa:
    @Xdqwerty Hamster food, its pricey nowadays to keep PCs running.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I don't do anything except cigarettes and gotta stop eventually lol
    +1
  • BigOnYa @ BigOnYa:
    I'd do shrooms again if could find, and I was outside camping/fishing, and had a cooler full of beer.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I wouldn't mind some LSD, laughing until my face hurt sounds fun lol
    +1
  • BigOnYa @ BigOnYa:
    You ever try soaper powder/qauludes? I did once and like a dumbass drank beer on top of taking, I woke up laying in my backyard in the pouring rain, it knocked me out. I have not seen it around in many many years.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    No never tried a lot of things but never that lol
  • Psionic Roshambo @ Psionic Roshambo:
    I did pass out one time on a floor after taking a bunch of Ambien lol thought it would help me sleep and did it lol
  • Psionic Roshambo @ Psionic Roshambo:
    Girlfriend was working at a pharmacy and stole like 500 of them, was and still is the biggest pill bottle I have ever seen lol
  • K3Nv2 @ K3Nv2:
    Ativan is pretty legit
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    The last time I had to take something to help me sleep, I was prescribed Trazadone it was pretty OK to be honest.
  • Psionic Roshambo @ Psionic Roshambo:
    Not something I need at all these days, doing a lot better lol
  • BigOnYa @ BigOnYa:
    That Nuka Cola video with old ice grinder is cool, I want one.
    +1
  • K3Nv2 @ K3Nv2:
    @BigOnYa, ANSWER HIS DAMN QUESTION
    K3Nv2 @ K3Nv2: @BigOnYa, ANSWER HIS DAMN QUESTION