mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
Stratosphere: Implement ldr:pm->GetProgramInfo()
This commit is contained in:
parent
0fb107fb86
commit
b6ba7b94b9
8 changed files with 321 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue