smurk-too / wii-softchip

Automatically exported from code.google.com/p/wii-softchip
0 stars 0 forks source link

Compiling Storage.cpp #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please fill out the following information:

Problem Disc:
--------------------------------------------------
Disc Region:
Wii Region:
cIOS Version:

Which SoftChip revision are you using?
--------------------------------------------------

Please describe the issue you're having
Unable to compile Storage.cpp
--------------------------------------------------

Please provide any additional information below.
--------------------------------------------------
Line 73 has to be changed from:
"fatUnmount("sd");"
to:
"fatUnmount(PI_INTERNAL_SD);"
in order to compile on my dev environment (which is up to date, I believe)
In any case, this appears to be the correct way of doing things.

Original issue reported on code.google.com by johnphil...@yahoo.com on 28 Jan 2009 at 12:16

GoogleCodeExporter commented 8 years ago
sorry, forgot to state that this is r78

Original comment by johnphil...@yahoo.com on 28 Jan 2009 at 12:18

GoogleCodeExporter commented 8 years ago
No, your libfat is not up to date. Update using devkitPro Updater.

Original comment by luccax@gmail.com on 28 Jan 2009 at 3:32