| View previous topic :: View next topic |
| Author |
Message |
floorball92
Joined: 05 Apr 2008 Posts: 30 Location: Germany -> Hessen -> Hanau
|
Posted: Fri May 02, 2008 12:53 am Post subject: Savedata? |
|
|
Hey,
I remember, that I haved read something in an Lib, that you can use it to work with savedatas, but firstly I' ve forgotton, which the name of it was and secondly, I'm interessted, if it' s confortable to work with it or is it more work the usefull?? _________________
 |
|
| Back to top |
|
 |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Fri May 02, 2008 1:45 am Post subject: |
|
|
| I'm not 100% sure on what you're asking, but there is the psputility_savedata.h header in the SDK and a sample under samples/savedata/utility. |
|
| Back to top |
|
 |
floorball92
Joined: 05 Apr 2008 Posts: 30 Location: Germany -> Hessen -> Hanau
|
Posted: Fri May 02, 2008 2:48 am Post subject: |
|
|
Yes, i found it, but there are only the prototypes:
int sceUtilitySavedataInitStart(SceUtilitySavedataParam * params);
int sceUtilitySavedataGetStatus(void);
int sceUtilitySavedataShutdownStart(void);
void sceUtilitySavedataUpdate(int unknown);
I don' t found the sample, can you please give me the path to it??
Thank you first! _________________
 |
|
| Back to top |
|
 |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Fri May 02, 2008 2:56 am Post subject: |
|
|
| Insert_witty_name wrote: | | ..sample under samples/savedata/utility. |
|
|
| Back to top |
|
 |
floorball92
Joined: 05 Apr 2008 Posts: 30 Location: Germany -> Hessen -> Hanau
|
Posted: Fri May 02, 2008 3:04 am Post subject: |
|
|
yes, but where lies this sample folder, because it isn' t in the root. _________________
 |
|
| Back to top |
|
 |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Fri May 02, 2008 3:52 am Post subject: |
|
|
| Assuming you installed using the default... /usr/local/pspdev/psp/sdk/samples/savedata/utility/ |
|
| Back to top |
|
 |
floorball92
Joined: 05 Apr 2008 Posts: 30 Location: Germany -> Hessen -> Hanau
|
Posted: Fri May 02, 2008 4:46 am Post subject: |
|
|
and like vever a sample that doesn' t work in my sdk. I think he has forgotten to initialize his savadata. Don' t know, I will try a bit with it and then answer. _________________
 |
|
| Back to top |
|
 |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Fri May 02, 2008 6:27 am Post subject: |
|
|
Ensure you have updated your SDK.
I changed the sample quite a lot fairly recently. |
|
| Back to top |
|
 |
floorball92
Joined: 05 Apr 2008 Posts: 30 Location: Germany -> Hessen -> Hanau
|
Posted: Fri May 02, 2008 5:24 pm Post subject: |
|
|
OK, now it works.
In the sample there is the file data.h with the pictures in hex, should I make my Pictures with bin2c in Hex Code?? _________________
 |
|
| Back to top |
|
 |
|