Dolphin, the GameCube and Wii emulator - Forums

Full Version: Unable to use cheats (SOLVED)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(02-23-2014, 12:39 PM)RachelB Wrote: [ -> ]Yeah, my bad. Here's a quick hack that should make it work though.

Code:
diff --git a/Source/Core/Core/Boot/Boot.cpp b/Source/Core/Core/Boot/Boot.cpp
index 7691421..676342a 100644
--- a/Source/Core/Core/Boot/Boot.cpp
+++ b/Source/Core/Core/Boot/Boot.cpp
@@ -308,6 +308,7 @@ bool CBoot::BootUp()
        if (LoadMapFromFilename())
            HLE::PatchFunctions();

+        PatchEngine::LoadPatches();
        break;
    }


What do I do with that exactly?
Apply the patch, and recompile dolphin.
(02-23-2014, 02:33 PM)RachelB Wrote: [ -> ]Apply the patch, and recompile dolphin.

I tried building in Visual Studio Express, but it did not work. I got like 70 errors.
How did you apply the patch?
(02-24-2014, 10:53 AM)ExtremeDude2 Wrote: [ -> ]How did you apply the patch?

I edited the file. But that doesn't matter. The same thing happens when I don't add the patch.
(02-24-2014, 11:01 AM)ExtremeDude2 Wrote: [ -> ]Did you follow this?

https://code.google.com/p/dolphin-emu/wi...dows_Build
I first downloaded the zip from github. Didn't work, then I tried using Git Extensions like it says to in the tutorial. Neither worked in the end.
Bumping
(02-25-2014, 10:37 AM)RachelB Wrote: [ -> ]Here, i compiled it for you. http://www72.zippyshare.com/v/39362759/file.html

Did not work, Said I was missing sdl2.dll, and when I downloaded that, it gave me another error.
Pages: 1 2 3