You are not logged in.

Read the FAQ and Knowledge Base before posting.
We won't make a 3DS/2DS emulator.

#1 Re: General » CFlash and FAT emulation » 2008-04-11 16:12:53

Thank you very much for adding this "--cflash" thing!

I have a problem though : reading works fine but writing not. It seems that fopen fails to create the output file in the following piece of code  :

(...)
  case 1 : 
      fic = fopen("/sortie.h3o","w");
      if(fic != NULL)
      {
        fprintf(fic, "\ntest\n") ;
        fclose(fic) ;
      }
      else
      {
        break ;
      }
  case 2:
      return MENU ;
(...)

fopen returns NULL here. Any idea about this ? I am using DeSmume 0.7.3 under Ubuntu (Gutsy).


Nico.

Board footer

Powered by FluxBB