early-access version 2779

This commit is contained in:
pineappleEA
2022-06-14 03:25:44 +02:00
parent 5dbf3888f4
commit be59a9b258
14 changed files with 176 additions and 204 deletions

View File

@@ -2530,7 +2530,7 @@ static ResultCode GetThreadList(Core::System& system, u32* out_num_threads, VAdd
return ResultOutOfRange;
}
const auto* const current_process = system.Kernel().CurrentProcess();
auto* const current_process = system.Kernel().CurrentProcess();
const auto total_copy_size = out_thread_ids_size * sizeof(u64);
if (out_thread_ids_size > 0 &&