XBox360 Homebrew Development Wiki
Advertisement

If you want to launch a xex file out of your program, it's just that simple. One line of code:

Source code[]

/*
Code for launching an XEX file from your applicatioin. Thanks to dstruktiv!
*/

VOID launchXexFile(){
  XLaunchNewImage("hdd1:\\xexalancer.xex", NULL);
}


Fragreaver 23:36, January 30, 2010 (UTC)

Advertisement