xXxTheDarkprogramerxXx
released this
13 Dec 16:47
·
5 commits
to main
since this release
Release for Universal will work up to 9.00
Release contains a tone of new stuff.
Feuture List
App Utils
int LaunchApp(char* TitleId); //launches any app on the console via the id thanks to LM
Trophy Stuff
bool CreateAndRegister();//create and register a trophy set(for the current game)
bool DestroyAndTerminate();//destroys the current registered trophy contex
bool UnlockSpesificTrophy(OrbisNpTrophyId trophyId);//unlocks the spesific trophy
Controler Stuff
void PlaySoundControler(char* path);//Plays a sound through the controler's speaker
Download Utils
unsigned char* DownloadString(char* Url);//downloads a file and returns its contents as a string