fix PM_LaunchFIRMSetParams and PM_LaunchTitle prototypes

This commit is contained in:
Dave Murphy 2014-12-13 16:20:54 +00:00
parent ab3b081398
commit ee0a97f3ce

View File

@ -14,7 +14,7 @@ About: Launches a title
titleid TitleId of title to launch
launch_flags use if you know of any
*/
Result PM_LaunchTitle(u8 mediatype, u64 titleid);
Result PM_LaunchTitle(u8 mediatype, u64 titleid, u32 launch_flags);
/* PM_GetTitleExheaderFlags()
About: Writes to a buffer the launch flags (8 bytes) from a title exheader.
@ -48,4 +48,4 @@ About: Same as PM_SetFIRMLaunchParams(), but also triggers a FIRM launch
size size of FIRM launch params
in ptr to location of FIRM launch params
*/
Result PM_LaunchFIRMSetParams(u64 firm_titleid_low, u32 size, u8* in);
Result PM_LaunchFIRMSetParams(u32 firm_titleid_low, u32 size, u8* in);