mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 08:10:10 +01:00
6 lines
51 B
C
6 lines
51 B
C
#pragma once
|
|
|
|
struct spinlock
|
|
{
|
|
SMutexBE mutex;
|
|
}; |