Changes

Jump to navigation Jump to search
m
→‎Description: Add missing check for 0x1
Line 29: Line 29:     
=Description=
 
=Description=
This uses command [[FS:GetProgramLaunchInfo]] to get the title ID of the given process ID. Then it checks if the high title ID matches with 0x40000. If it matches, then it returns false, otherwise it returns true.
+
This uses command [[FS:GetProgramLaunchInfo]] to get the title ID of the given process ID. Then it checks that (high_title_id & 0xFFFFC000 == 0x40000) && (high_title_id & 0xFFFF == 0x1) (in other words, the high title ID must match 0x40001). If it matches, then it returns true, otherwise it returns false.
127

edits

Navigation menu