Emulator Issues #6589
openGCT Gecko cheat file support
0%
Description
The current Dolphin Gecko cheat code handler uses codehandler.bin, which is intended by the GeckoOS developers to be used with WiiRd/Gecko.NET for debugging. GeckoOS also includes a different handler called codehandleronly.bin, which doesn't include the debugger code, and allows much more space for the code list. Since most Dolphin users don't use WiiRd/Gecko.NET with Dolphin (I'm not certain that it's even possible at the moment), it seems like adding support for codehandleronly.bin would be useful so that more lines of codes can be used (the code list size limit for codehandler.bin is quite limiting for some use cases).
Any chance support for codehandleronly.bin could be added?
Updated by biolizard89 over 11 years ago
The codehandleronly.bin file is available at http://veclabs.fuzziqersoftware.com/files/dolphin/codehandleronly.bin for those who don't already have access to it.
Updated by skidau over 11 years ago
If we were to change codehandler.bin, I'd rather add support for .gct files. I don't really have the time to make this change, but patches welcome.
Updated by skidau over 11 years ago
- Issue type changed from Bug to Feature request
Updated by comexk over 11 years ago
Or just create some emulated memory region to store an arbitrarily large code list in...
Updated by Stevoisiak over 9 years ago
.gct support could also be help make it easier to run Project M without using an ISO builder.