| View previous topic :: View next topic |
| Author |
Message |
Zer01ne
Joined: 08 Sep 2008 Posts: 29
|
Posted: Tue Dec 30, 2008 4:45 am Post subject: Registry Variable and Directory |
|
|
Hello I would like to know what are the respective registry variable according to their directory
Example:
Variable wallpaper_mode dir = /CONFIG/SYSTEM/XMB/THEME
And whether there is a variable that refers to the wave of XMB
Thank you in advance
Sorry my English is bad I use Google Translate |
|
| Back to top |
|
 |
Dariusc123456
Joined: 12 Aug 2008 Posts: 394
|
Posted: Tue Dec 30, 2008 5:34 am Post subject: |
|
|
| That a look in the samples. There was a code in there. |
|
| Back to top |
|
 |
Dariusc123456
Joined: 12 Aug 2008 Posts: 394
|
Posted: Tue Dec 30, 2008 5:39 am Post subject: |
|
|
| That a look in the samples. There was a code in there. |
|
| Back to top |
|
 |
pspwill
Joined: 17 Nov 2005 Posts: 51
|
Posted: Tue Dec 30, 2008 6:35 am Post subject: |
|
|
| Is there anyway to create a new directory in the registry? |
|
| Back to top |
|
 |
tpu
Joined: 28 Jan 2008 Posts: 7
|
Posted: Thu Jan 01, 2009 3:11 am Post subject: |
|
|
int sceRegOpenCategory(REGHANDLE h, const char *name, int mode, REGHANDLE *hd);
mode==1 : O_RDONLY
mode==2 : O_CREAT |
|
| Back to top |
|
 |
|