early-access version 2663

This commit is contained in:
pineappleEA
2022-04-08 07:23:38 +02:00
parent 9445c0b066
commit f9f5321781
12 changed files with 35 additions and 24 deletions

View File

@@ -15,7 +15,6 @@
#include "common/common_types.h"
#include "common/intrusive_red_black_tree.h"
#include "common/spin_lock.h"
#include "core/arm/arm_interface.h"
#include "core/hle/kernel/k_affinity_mask.h"
#include "core/hle/kernel/k_light_lock.h"
@@ -763,7 +762,7 @@ private:
s8 priority_inheritance_count{};
bool resource_limit_release_hint{};
StackParameters stack_parameters{};
Common::SpinLock context_guard{};
KSpinLock context_guard{};
KSpinLock dummy_wait_lock{};
// For emulation