sumomo214 / 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

Installing Multidisk Gamecube Games Cant Work #112

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Had seen a report of multi disk gamecube games not installing correctly.
At the time it was replyed that they should be working fine but developers had 
no way to test them.
While looking at
 s32 Disc_DumpGCGame(bool sd)
to see how it was returning errors for a different bug I discovered it cant 
work. Their are 4 spots whare the function is trying to do file operations with 
a file or diretory name that has never had a value assigned to it if it is for 
disk 2.
Not sure how it should work

Original issue reported on code.google.com by Howard_M...@yahoo.com on 5 Mar 2013 at 2:37