mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-05 13:06:52 +00:00
Fix uninitialized variable, oops.
This commit is contained in:
parent
5494e8a55b
commit
401400bb52
@ -24,6 +24,9 @@
|
||||
|
||||
template <typename B, typename Event, typename EventType, EventType EVENT_INVALID, EventType EVENT_SYNC, EventType EVENT_FINISH>
|
||||
struct ThreadEventQueue : public B {
|
||||
ThreadEventQueue() : threadEnabled_(false), eventsRunning_(false) {
|
||||
}
|
||||
|
||||
void SetThreadEnabled(bool threadEnabled) {
|
||||
threadEnabled_ = threadEnabled;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user