Registry Variable and Directory

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Zer01ne
Posts: 28
Joined: Mon Sep 08, 2008 7:15 am

Registry Variable and Directory

Post by Zer01ne »

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
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

That a look in the samples. There was a code in there.
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

That a look in the samples. There was a code in there.
pspwill
Posts: 51
Joined: Thu Nov 17, 2005 8:07 am

Post by pspwill »

Is there anyway to create a new directory in the registry?
tpu
Posts: 7
Joined: Mon Jan 28, 2008 2:54 pm

Post by tpu »

int sceRegOpenCategory(REGHANDLE h, const char *name, int mode, REGHANDLE *hd);

mode==1 : O_RDONLY
mode==2 : O_CREAT
Post Reply