Dolphin, the GameCube and Wii emulator - Forums
Unable to use cheats (SOLVED) - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Unable to use cheats (SOLVED) (/Thread-unable-to-use-cheats-solved)

Pages: 1 2 3


RE: Unable to use cheats - jochs20 - 02-23-2014

(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?


RE: Unable to use cheats - RachelB - 02-23-2014

Apply the patch, and recompile dolphin.


RE: Unable to use cheats - jochs20 - 02-24-2014

(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.


RE: Unable to use cheats - ExtremeDude2 - 02-24-2014

How did you apply the patch?


RE: Unable to use cheats - jochs20 - 02-24-2014

(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.


RE: Unable to use cheats - ExtremeDude2 - 02-24-2014

Did you follow this?

https://code.google.com/p/dolphin-emu/wiki/Windows_Build


RE: Unable to use cheats - jochs20 - 02-24-2014

(02-24-2014, 11:01 AM)ExtremeDude2 Wrote: Did you follow this?

https://code.google.com/p/dolphin-emu/wiki/Windows_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.


RE: Unable to use cheats - jochs20 - 02-25-2014

Bumping


RE: Unable to use cheats - RachelB - 02-25-2014

Here, i compiled it for you. http://www72.zippyshare.com/v/39362759/file.html


RE: Unable to use cheats - jochs20 - 02-25-2014

(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.