diff options
author | 2016-04-27 08:13:59 +0200 | |
---|---|---|
committer | 2016-04-27 08:13:59 +0200 | |
commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/osd/osdsync.cpp | |
parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/osd/osdsync.cpp')
-rw-r--r-- | src/osd/osdsync.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/osd/osdsync.cpp b/src/osd/osdsync.cpp index 20d5151c8a6..9fdbc306d38 100644 --- a/src/osd/osdsync.cpp +++ b/src/osd/osdsync.cpp @@ -117,7 +117,7 @@ struct work_thread_info std::thread * handle; // handle to the thread osd_event wakeevent; // wake event for the thread std::atomic<INT32> active; // are we actively processing work? - UINT32 id; + UINT32 id; #if KEEP_STATISTICS INT32 itemsdone; @@ -149,7 +149,6 @@ struct osd_work_queue , spinloops(0) #endif { - } std::mutex lock; // lock for protecting the queue @@ -182,7 +181,7 @@ struct osd_work_item , callback(nullptr) , param(nullptr) , result(nullptr) - , event(nullptr) // manual reset, not signalled + , event(nullptr) // manual reset, not signalled , flags(0) , done(FALSE) { |