Stratosphere: Implement ldr:pm->GetProgramInfo()

This commit is contained in:
Michael Scire 2018-04-20 23:58:42 -06:00
parent 0fb107fb86
commit b6ba7b94b9
8 changed files with 321 additions and 12 deletions

View file

@ -16,6 +16,7 @@ class LaunchQueue {
static Result add(u64 tid, const char *args, u64 arg_size);
static Result add_item(const LaunchItem *item);
static Result add_copy(u64 tid_base, u64 new_tid);
static int get_index(u64 tid);
static int get_free_index(u64 tid);
static bool contains(u64 tid);