mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 23:24:26 -04:00
Fix the remaining warnings in stratosphère
This commit is contained in:
parent
52114760b3
commit
cae107557d
3 changed files with 4 additions and 5 deletions
|
@ -22,7 +22,7 @@ Result LaunchQueue::add(u64 tid, const char *args, u64 arg_size) {
|
|||
}
|
||||
|
||||
Result LaunchQueue::add_copy(u64 tid_base, u64 tid) {
|
||||
unsigned int idx = get_index(tid_base);
|
||||
int idx = get_index(tid_base);
|
||||
if (idx == LAUNCH_QUEUE_FULL) {
|
||||
return 0x0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue