Git Product home page Git Product logo

gcmm's People

Contributors

carstene1ns avatar dacotaco avatar suloku avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gcmm's Issues

CardMount - 2 wrong device in slot error

I open GCMM and press - then a to select the memory card in slot a and I get an error "CardMount - 2 wrong device in slot". Does not matter if I move the card to slot b or not. I even tried to load a previous version of the app but it just showed the same error. Any potential solutions?

edit: so I was troubleshooting a lot and realized I could check to see if my wii could access the data at all and it said was "The device inserted in Slot A cannot be used." I blew on the slot and pressed a button on my memory card (its unofficial and I honestly have no idea what the button does) and it showed up. Go to gcmm and its not working again. Pressing the button seems to work fine for the data management area in settings but does nothing for gcmm.

Restoring a backup fails if it would completely fill the memory card

Steps to reproduce:
1. Have a memory card in the system with some number of empty blocks (call that 
number n)
2. Launch GCMM, select your sd card/hard drive and go to Restore
3. Attempt to restore a backed up save exactly n blocks large.

Expected behaviour:
GCMM copies the save file to the memory card.

Observed behaviour:
The restore fails, showing this error: "MemCard Error: -6 - File/Dir entry 
broken"

Additional information:
I haven't yet been able to test this with a non-empty memory card. My memory 
card is official by Nintendo and has a capacity of 59 blocks. I encounter this 
issue with my save from Pokémon Box Ruby & Sapphire. That game creates saves 
that are 59 blocks large, so I ran into this while trying to restore to an 
empty card. I believe the same behaviour would occur if, say, there were 55 
used blocks and I tried to restore a save that was 4 blocks large, but I don't 
know this for sure.

Cause:
I don't know for sure that this is the cause, though I have a pretty good idea.

In the __card_allocblock function of card.c is the following code:

count = 0;
// blah blah blah
while (1) {
// blah blah blah

/*
  Since testing free space has already been done, if all the blocks
  the file takes up cannot be entered into the FAT, something is
  wrong.
*/
count++;
if(count>=((card->blocks)-CARD_SYSAREA)) return CARD_ERROR_BROKEN;

// blah blah blah

}


This code makes sure that you don't step over the end of the card's capacity 
while allocating blocks. However, it's slightly overzealous: 
"count>=((card->blocks)-CARD_SYSAREA)" is true if the current block is the last 
one on the card.

Proposed fix:
I've attached a modified card.c to this issue. The only change is in line 732 
(the one referred to above). "count>=[snip]" has been changed to 
"count>[snip]". This ensures that the error isn't encountered until the code is 
thinking about a block that actually doesn't exist.

This fix allowed me to restore my Pokémon Box save, but I haven't tested it 
beyond that. It could cause bugs elsewhere in the code, though I personally 
doubt that very much. (To be fair, I don't know anything. This fix is the first 
non-"Hello World" C I've ever written. You probably shouldn't trust me.)

Original issue reported on code.google.com by [email protected] on 5 Mar 2015 at 4:16

Attachments:

GCS / SAV support

A wip patch for gcs/sav support, for some reason that I am still looking
into it fails at line 189 immediately, which seems odd because I haven't
changed anything before it...

Original issue reported on code.google.com by [email protected] on 4 Jan 2009 at 9:31

Attachments:

Support for exFAT for all interfaces (Gecko/SD2SP2/GCloader)

Modern SD cards are at capacities where exFAT is required. Being able to dump my memory cards or inject save files before running a Japanese game that might inadvertantly wipe the card might be nice to preserve the conents. Currently gccm doesn't support exFAT on any interface.

Thanks.

GCMM 1.5.2 does not work anymore in Dolphin

For educational purposes / for reasons of documentation (screenshots) and for reasons of showing which different homebrew is able to be executed by the Dolphin emulator, it was possible to run GCMM 1.5.0 in Dolphin emulator.
(I know that the current realease of Dolphin emu does not emulate SDcard / SDGecko in GameCube mode)

Well, GCMM version 1.5.2 does not work anymore - it just does not boot anymore.

In the Dolphin Emu settings, I did already try the common trouble solution methods (disable HLE audio emulation and disable any emulated GameCube memory card slot, using cached interpreter in the CPU settings and enabling MMU), but it does not help

sector erase error upon using raw restore

What steps will reproduce the problem?
1. attempt to do a raw restore of card
2.
3.

What is the expected output? What do you see instead?
to write 1019 blocks. Error! _sectorerase failed for unknown reason at sector 0!

What version of the product are you using? On what operating system?
1.4a on Wii 4.3U

Please provide any additional information below.
The flash and serial numbers match as well as the size. Cannot figure out the 
issue.

Original issue reported on code.google.com by [email protected] on 28 Feb 2013 at 5:51

NTSC and PAL conflict

What steps will reproduce the problem?
1. Have both a ntsc and pal savegame for the same game on one memory card.
2. Try and backup the 2nd(pal) savegame

What is the expected output? What do you see instead?
I expect it to copy the pal save like it will with the ntsc but instead it 
either copies the ntsc file or nothing at all. Work around is copy ntsc then 
delete off the memory card and sd before backing up pal.(may work with just 
deleting off memory card but didn't want to lose data). NuGaSa had same issue.


Original issue reported on code.google.com by [email protected] on 6 May 2011 at 2:40

RAR v3 cannot be extracted by unrar-free on Debian

What steps will reproduce the problem?
1. Use Debian with only free packages
2. Try using unrar-free package
3. Extracting RARv3 can only be extracted by unrar non-free package.

What is the expected output? What do you see instead?
The files properly being extracted

What version of the product are you using? On what operating system?
Uname: Linux 3.10-2-amd64 Debian 3.10.7-1 (2013-08-17) x86_64 GNU/Linux
Unrar-free version: unrar 0.0.1

Please provide any additional information below.
Peazip has a good discussion about this. Apparently, the unar utility can be 
used on Debian, but unar is written in Objective-C, and RARv3 is a proprietary 
format and should be avoided anyway. Consider using 7-Zip's format (.7z) and 
.tar.gz for source files.

https://code.google.com/p/peazip/issues/detail?id=77


Original issue reported on code.google.com by [email protected] on 24 Sep 2013 at 7:09

card.c

Yo,

i was just scrolling through the code and i noticed you have a copy of card.c in the repo.
i was wondering why it's still there.

i diff'd it against libogc's card.c and i only saw you re-enabling 1 function (and exposing it), having a potential compare bug in your CARD_CreateEntryAsync (or in libogc?), a shit ton of newline replacements & 2 functions added.
aka nothing too special.

is there a reason this wasn't upstreamed to libogc? need help upstreaming it so everyone can use the changes?

diff : card.txt

i also know you need the raw access for raw backup/restores, but it might be better to have global wrapper functions for those to be honest.

SD2SP2 not working on version 15

SD2SP2 is detected perfectly in version 14g beta 2 and 14g beta 3.
can backup and restore game saves and restore no problem.
version 15 does not detect SD2SP2 at all.
thx :)

Official Nintendo Memory Card Support

What steps will reproduce the problem?
1. Press Y while Official Nintendo GC memnory card in slot B
2.
3.

What is the expected output? What do you see instead?
Save file on Nintendo memory card; Mount Error -5

What version of the product are you using? On what operating system?
1.0; 3.2U


Please provide any additional information below.
There is a way to write from sdcard to official Nintendo Memory card. 
Wii_Gamecube_Homebrew_Launcher 0.2 by Mega Man + Memcard Installer v0.5 by 
emu_kidid (used as start.dol)

Wii_Gamecube_Homebrew_Launcher 0.2 by Mega Man (DO NOT USE NEWER VERSIONS)
http://wiibrew.org/w/images/b/bb/WiiGamecubeLauncher0.2.tar.gz

Memcard Installer v0.5 by emu_kidid
http://forums.maxconsole.net/attachment.php?attachmentid=4473&d=1136345255

For Complete details see the instructions on this page:
http://gbatemp.net/index.php?showtopic=136706&st=270

Maybe this method could be used with GCMM.(access sdcard in Wii mode, load 
dol with GCI file into memory, switch to gamecube mode, excecute GC dol)

Original issue reported on code.google.com by [email protected] on 3 Mar 2009 at 12:42

"Writing failed for unknown reasons at block 148" with after-market memcard

I bought a generic multiple-save memory card (here), and I can't seem to transfer a Nintendont save from my SD card.

First, the save was a different size (the memory card is 2043 blocks, Nintendont produced a 251 block save), so I padded it with GCpadder. When I try to transfer it, I get a "Writing failed for unknown reasons at block 148" error. I did get it to load once after retrying a few times, but the game showed an empty save. The padded raw file loads fine in dolphin.

I'm on version 1.5.2.

compiling error

i try compiling svn 38 but i got this error i have use 
libogc_libfat_portlibs_1.1.rar pack but is still can't compile how i can fix it 
sorry for repost ^^bbb


Original issue reported on code.google.com by [email protected] on 7 Sep 2012 at 4:25

Attachments:

nmm2gci fails to convert GPZJ01 (Nintendo Puzzle Collection) save

What steps will reproduce the problem?
1. Create save for GPZJ01 with NMM
2. Take GPZJ01 folder with nmm save inside and drag to nmm2gci.exe

What is the expected output? What do you see instead?
I expected a converted GCI, instead it gives me the error:
Failed to open:"âjâôâeâôâhü[âpâYâïâRâîâNâVâçâô"
No such file or directory

However, the file "âjâôâeâôâhü[âpâYâïâRâîâNâVâçâô" does 
exist, and after testing/editing the code, I figured out that the program is 
actually trying to open a file called 
"ƒjƒ“ƒeƒ“ƒh�[ƒpƒYƒ‹ƒRƒŒƒNƒVƒ‡ƒ“", which is the 
filename encoded in Windows-1252, instead of CP437.

Of course, the actual filename is supposed to be 
ニンテンドーパズルコレクション encoded in Shift-JIS, but NMM 
saves it using CP437 (âjâôâeâôâhü[âpâYâïâRâîâNâVâçâô).

A similar problem exists in gci2nmm, except it will fully convert and give an 
incorrect filename which NMM won't read 
(ƒjƒ“ƒeƒ“ƒh�[ƒpƒYƒ‹ƒRƒŒƒNƒVƒ‡ƒ“).  Renaming it fixes 
the issue.

I attached a modified version of nmm2gci and gci2nmm which fixes the issue by 
checking for the gameName GPZJ, and giving the appropriate filename based on 
that.

Original issue reported on code.google.com by [email protected] on 12 Nov 2014 at 2:53

Attachments:

Move PSO save from Nintendont to Devolution?

I need to move my phantasy star online episode 1&2 save from Nintendont to devolution so I can play online. I have tried renaming my .raw save "Memcard.bin, but it just gives me an error saying I need to insert the original memory card the data was created in. I have also tried converting my .raw save into three seperate gmc files then restoring them using GCMM but it gives me the same error. Any ideas?

nmm2gci doesn't handle filenames with invalid chars correctly

Ghost data in mario kart: double dash

Original filename                 : 5"Q-!)5N36!!!!41IBSFA&E>*2(-!aa
NMM filesystem compatible filename: 5 Q-!)5N36!!!!41IBSFA&E  2(-!aa

"*> are replaced by spaces

The following chars are replaced by NMM with spaces:

\/*|?<>":

Original issue reported on code.google.com by [email protected] on 26 Sep 2013 at 11:50

Large Memory Card Raw Restore Fails

I have a large 2043 block 128Mb card that I raw backed up. I tried to restore it recently and it failed at block 1024 which seems a little suspicious. To restore my saves I had to format the card, extract all of the GCI's with dolphin and batch import them back with GCMM.

Newer library recompile

Can you please update to the newer library files available eg. libgcc and can 
you possibly update for using usb devices in addition to sd cards?

Original issue reported on code.google.com by [email protected] on 6 May 2011 at 12:34

Failed to mount fat partition in sd2sp2

Hello, I'm experiencing a problem with gcmm when trying to mount my SD card.
It displays an error saying it failed to mount fat partition on sd2sp2.
I'm new to gamecube homebrew but I successfully loaded swiss 0.6 which is on that SD card.
SD card is formatted as fat32 under Linux.
Swiss loads ok, Iso files load successfully.
Memory card emulation in Swiss works and i wanted to transfer my save games from memcard to emulated mem.

I placed gccm dol in a subfolder /homebrew/gcmm.dol not on the root of the SD card.
Launching gcmm is ok but it doesn't recognize the fat partition.
Any clues as what might be wrong?

Request: Add Memory Card Dump/Restore via BBA, if possible

Hi. Not sure if it's at all possible using PSO + broadband adapter, but it would be nice if GCMM would allow dumping/restoring of memory card saves to your PC through the broadband adapter (esp for people who don't have SD Gecko or SD memory card adapters). I just thought if you can dump the game image to your PC through the BBA (and even stream them back to the GCN), then why not memory card saves, right? :)

Restoring Save Files to Official NGC Memory Card (Slot A, if it matters)

So I used this to backup my save files for Pokémon Bank - Ruby &Sapphire to my USB drive. I then plugged said USB drive into my PC (Windows 10, if it helps) and viewed the save file. After editing it in PKHeX, a Pokémon PC Box editor, I saved the file back to the drive with the same name and format. I restored the file on the Memory card with the modified backup, and upon starting up Pokémon Box, it informed me that the save file was corrupt and reloaded the last internal backup, putting me where it was right before editing it. Any ideas on how to do this successfully?

Corrupted saves upon restoring

What steps will reproduce the problem?
1. Back up a gamesave to SD.
2. Delete that save in memory card.
3. Restore the backed up save to memory card.

What is the expected output? What do you see instead?
Expected to see the same file.  Yet instead what I would have is a
corrupted save, both in the app and the save manager in Wii.  Game doesn't
load save.

What version of the product are you using? On what operating system?
The game was "Tales of Symphonia".
The memory card is a cheapo 128MB bought from dealextreme

Please provide any additional information below.
-I haven't try other memory cards.
-Saves obtained from gamefaqs.com do not work either.
-Backing up saves works; it's just upon restoring the save becomes corrupt.
 The "D" serial numbers (the serial found below the game name in the app,
checksum?) of the backed up save and the restored save do not match (from a
leading 1 serial number to a 4xxxxxxx... ).
-Used NuGaSa, exact same thing happens.  Although... I'm not sure what
happened but it worked once with the game "Fire Emblem" but then after that
it doesn't work anymore.
-Other than this the memory card works fine under normal condition.

Original issue reported on code.google.com by [email protected] on 27 May 2009 at 4:27

How to install?

The instructions says I should unzip and see an "Apps" folder, but there is no folder called "Apps", just "background", "hbs", and "source".
What am I missing? Should there be updated installation instructions?

How to Use Raw Tools

I have a Mad Catz 59 block memory card that needs constant formatting all of a sudden, so I am unable to use it for a second. Before I formatted it, I did a raw backup, but now I don't know how to use the tools to change the raw file to work on a new card.

What do I do to make it work on a new memory card? The Readmes tell me nothing, the applications explain what they do and either say to press return to exit or press any key to exit (only return works). I put the entire RawTools folder on the SD card for the Wii in the apps folder in case it needed to be loaded on the Homebrew Channel with GCMM or whatever, nothing happened.

Please help me! My decades-old Chao Garden is at risk.

Support for Gamecube SD2SP2

Currently unable to run GCMM effectively via Swiss using SD card connected to serial port 2 (with SD2SP2 adapter). This is a feature request to support SD2SP2 just like Swiss and GBI.

GameCube user and gcmm - reboot instructions?

Hi I'm a bit of a noob at this, what is meant by the following in the latest update?

GameCube mode exit sequence:
1.- If there is a reboot stub (PSOLOAD/SDLOADER), GCMM will return to it
2.- If not, GCMM will try to load autoexec.dol in fat device used in GCMM
3.- If not, restart.

I've got GCloader and gcmm is on the GCloader SD card with an SD Gecko in slot B. Sounds like I can use the no. 2 exit sequence. So do I place swiss as a autoexec.dol file on the GCloader SD card or the SD Gecko card?

Thanks! Sorry I didn't know how to ask this question anywhere else so I have raised it as a issue.

Documentation out of date?

the "apps" folder described to be in the zip isn't present in the latest version, but there is an "src" folder that the instructions don't mention, both on github and the readme file

GCMM Doesn't Load the Memory Card's Content

What steps will reproduce the problem?
1. Put the GameCube gcmm.dol in the root of the sd and create a folder called 
"MCBACKUP".

2. Insert the sd into the SDML SD Card Reader and put it into Slot A with a 
memory card (InterAct's Mega Memory 4x)in Slot B.

3. Insert the SDML disk into the GameCube and close the lid.

4. Select the gcmm.dol from the list and boot it.

What is the expected output? What do you see instead?

I expected to see the files on the memory card and an option to switch between 
the SDML SD Card Reader and the memory card. Instead, I got a blue screen with 
a white background with the controls on the side with text that said something 
like "Select Boot Mode".

What version of the product are you using? On what operating system?

V1 On Gamecube DOL-001

Please provide any additional information below.

What I want to do is get the action replay 1.5b config/options/codelist file 
from the memory card and edit it using my computer without having to type it 
manually. I tried to use Swiss and SD-Boot to use cheats, but it appears to 
only work on GameCube ISOs (GCM) and DOL files (I think). It won't work on 
retail games. Can someone help me on this issue. Thanks.

Original issue reported on code.google.com by [email protected] on 4 Aug 2012 at 11:53

Add support for Nintendont memory cards

Nintendont uses a format not supported by GCMM.
It would be very usefull if GCMM could convert to and from the Nintendont 
formsat.

https://code.google.com/p/nintendon-t/source/list

Original issue reported on code.google.com by [email protected] on 5 Jul 2014 at 5:52

RAW restore not working in 1.4a and 1.4b

What steps will reproduce the problem?
1.Make RAW backup.
2.Try to restore the same RAW backup.
3.Get this error message: "Error! _sectorirase failed for unknown reasons at 
sector 0!"

This happened today with v1.4a and I downloaded the newest version 1.4b but the 
same. I tried older version 1.3 and it seems to works fine. No Errors and works 
as expect (games load files as normal).

RAW backup was made with 1.4a and restored with 1.3.

Also tried to make another RAW backup with 1.4b (on empty/formated memory card) 
and restore with the same 1.4b version - again this error.

Original issue reported on code.google.com by [email protected] on 11 Oct 2013 at 11:42

Add Support for Folders and List Files in Alphabetical Order

This is a feature that someone by the name of dragonbane0 added to version 1.4c. Ive been trying to build version 1.4e with this feature, but I can't even get GCMM to compile in the first place. Therefore, can this feature be added to the main app?

The source for this edit can be found here: https://www.dropbox.com/s/xkc6dm9n2guuakx/source.zip?dl=0

As far as I can tell, the only changes that were made were to the main.c and mcard.c files.

Request: Copy saves from USB to Memory Card

After hours of digging through the Internet, I could not find a way to copy my 
GC Action Replay save from my USB device to my Action Replay adapter in Slot B 
of my Wii.

This is the only app that I saw that might support it in the future. Any plans?

Original issue reported on code.google.com by [email protected] on 23 Feb 2013 at 8:00

ZeldaTPConverter Error

Every time when I want tol load a converted game of ZeldaTPConverter I'm getting the Error File length does not equal file size. Wrong extension? (l1 = 4 l2= 6f00). What could I do?

Phantasy Star Online Plus Support

In version 1.3, I read that PSO support was added for their serial protected saves.

When I copied over my saves for PSO Plus, my game couldn't find it. Would this be true? There is support for PSO, but not PSO Plus?

Thanks!

wont load on homebrew

What steps will reproduce the problem?
1.put the sd card in the sd slot
2.
3.

What is the expected output? What do you see instead?
the app doesnt show up in the homebrew channel as expected

What version of the product are you using? On what operating system?
the first release
Please provide any additional information below.
id like to have help with loading it in the homebrew channel


Original issue reported on code.google.com by [email protected] on 28 Jan 2012 at 9:35

Restore Error

This error occurs with some custom save files that have been made, and will be provided.

Specifically, the error occurs when trying to restore G8ME_rel_PracticeCodes to the memory card when 01-G8ME-rel_settings is already present. When doing so, GCMM will ask to overwrite the file as normal, but will then do so once again. Regardless of the options chosen at this point, the practice codes file will be deleted from the memory card. If you try to overwrite the file on the 2nd prompt, GCMM reports MemCard Error : MCDel - -4 No File. The only way around this error is to delete the settings file, restore the practice codes file, and then restore the settings file afterwards.

Both files have been tested to work in the game without issues, and this error does not occur with Dolphin's memcard manager, so I assume it's some sort of issue with GCMM itself.

SaveFiles.zip

No apps folder

I have literally just started using homebrew for the first time and set it up completely with no issues, I go to install this and am told to drag my apps folder to the root of my sd card but there is no such folder, only gamecube, src, and wii. I have confirmed I did not install the source code. Any help would be appreciated.

There is a bug in __card_getfilenum

__card_getfilenum uses strnicmp instead of simply stricmp, this causes 
incorrect behavior when two files have similar filenames e.g, gczelda (TWW) and 
gczelda2 (TP)

Here is a patch that corrects this behavior:
https://dl.dropboxusercontent.com/u/21757902/card_c_strnicmp.patch

Original issue reported on code.google.com by [email protected] on 23 Aug 2013 at 8:42

Same name/different case save files causing backup issues.

Had two profiles on Timesplitters 2 with the same name, different case (DAKU & Daku (This being the newer one)).
On the backup menu, the filenames of both of these are different (4F-GTSE-DAKU.son & 4F-GTSE-Daku.son), but they return the same data. (Everything is the same as the oldest profile)
Doing a mass-backup caused the oldest profile to be backed up twice, and the newer one doesn't appear to be backed up at all.
Sadly found this all out after reformatting my card 😢, meaning the newer save was lost.

I'm assuming this bug will also exist in any other game with multiple named profiles (Timesplitters 3 is the only one that comes to mind...).

gcmm corrupting fat32 partition

What steps will reproduce the problem?
1.Run gcmm
2.Select usb as destination
3.Backup something
4.Have a damaged partition

What is the expected output? What do you see instead?
The saves should be saved to the first fat32 partition of my two(one fat32, the 
other ntfs).
Instead my first partition is damaged and displays weird symbols for its 
content that has wrong file information too, also the size of the whole fat32 
partition is now wrong.

What version of the product are you using? On what operating system?
Latest, 1.4c

Please provide any additional information below.
-

Original issue reported on code.google.com by [email protected] on 10 Jul 2014 at 7:33

real memcard data damaged

What steps will reproduce the problem?
1. delete,raw,backup save
2. use diosmios for run gc games
3. games say : memcard data damaged FORMAT?

What is the expected output? What do you see instead?
memcard work normaly, but say the error ..

What version of the product are you using? On what operating system?
latest

Please provide any additional information below.

After the games reformat the memcard, it work good

Original issue reported on code.google.com by [email protected] on 8 Mar 2013 at 4:11

ZeldaTPConverter doesn't output file

What steps will reproduce the problem?
1. TP.bin file converted w/ dolphin to .dat(or VCD sometimes)
2. Drag and drop file to exe
3.

What is the expected output? What do you see instead?
A GCI file but nothing appears.

What version of the product are you using? On what operating system?
Version .1 on 32bit Windows XP

Please provide any additional information below.
I don't know what I am doing wrong. I can't convert GCI to Dat either

Original issue reported on code.google.com by [email protected] on 30 Oct 2012 at 9:52

Attachments:

Backing Up Makes Another Copy

When I try to back up my new save while having an older one on my SD it makes a 
copy instead of copying over it, making it confusing which file to restore and 
which to delete, I'm on version 1.4a btw!

Few suggestions:

1- Make it when you back up a new save to over right over the old one, maybe 
add in a confirmation message too.

2- Add an option to delete saves from the SD/USB.

3- Maybe change the design to make it more like Wii Save Manager GX (more user 
friendly) like add a cursor to click on icons and a menu appears with 
instal/copy/delete... etc!

Original issue reported on code.google.com by [email protected] on 28 Oct 2013 at 10:58

memorycarda.usa.raw file size turns 0 kb and in game it says not supported memory card how do i recover my save file of the game ?



What is the expected output? What do you see instead?
It Shows the memory card in slot a is not supported please insert a new memory 
card

What version of the product are you using? On what operating system?
dolphin 3.0.1 dirty
win7,32bit,4gb ram,intel i3

Please provide any additional information below.
How do i recover my save file from memory card?

Original issue reported on code.google.com by [email protected] on 14 Feb 2012 at 10:26

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.