fix: new spinlock implementation, ramdisk max files, wallpaper scan locations

This commit is contained in:
2026-03-22 10:40:35 +01:00
parent 770dde5001
commit 6d374a81bf
7 changed files with 41 additions and 7 deletions
+1
View File
@@ -10,6 +10,7 @@
namespace kcp {
class Spinlock {
std::atomic_flag atomic_flag{ATOMIC_FLAG_INIT};
uint64_t savedFlags = 0;
public:
void Acquire();
void Release();