mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
commiting changed mutex to merge
This commit is contained in:
@@ -43,11 +43,18 @@ struct atomic_flag_init {
|
||||
static const atomic_flag_init NATIVE_ATOMIC_FLAG_INIT;
|
||||
|
||||
class atomic_flag {
|
||||
<<<<<<< HEAD
|
||||
public:
|
||||
atomic_flag() {
|
||||
}
|
||||
|
||||
atomic_flag(const atomic_flag_init &v) : value(0) {
|
||||
=======
|
||||
atomic_flag() {
|
||||
}
|
||||
|
||||
atomic_flag(atomic_flag_init &v) : value(0) {
|
||||
>>>>>>> upstream/master
|
||||
}
|
||||
|
||||
void clear() {
|
||||
|
||||
Reference in New Issue
Block a user