AveryEvans / cfg-loader-mod

Automatically exported from code.google.com/p/cfg-loader-mod
GNU General Public License v2.0
0 stars 0 forks source link

GCN cheat files are saved in the wrong directory. #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When you try to create a *.gct file for a GCN game using the cheat manager, it 
is saved in the "usb-loader/codes" directory, like the Wii games. However, in 
order to make them readable by DM/DML, they have to be saved as 
"games/[gamedir]/[gameid].gct".

The fix is very simple, just determine if the selected title is a GCN game and 
save the resulting file with the GameID as the name (in its own directory, of 
course).

Original issue reported on code.google.com by pabloacurielz@gmail.com on 1 Jul 2012 at 5:46

GoogleCodeExporter commented 8 years ago
The .gct file is automatically copied to the game folder before launching.
This works actually only for games on sd card.

Original comment by softwiiv2 on 1 Jul 2012 at 4:00

GoogleCodeExporter commented 8 years ago
It should be fixed in r37 beta2:
http://code.google.com/p/cfg-loader-mod/issues/detail?id=48#c10

Original comment by softwiiv2 on 2 Jul 2012 at 6:31

GoogleCodeExporter commented 8 years ago

Original comment by softwiiv2 on 10 Sep 2012 at 12:48