mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoCommon/AsyncRequests: Remove now unnecessary SetEnable function. Requests are now always enabled. Call SetPassthrough on initialization to not be racy.
This commit is contained in:
@@ -26,7 +26,6 @@ public:
|
||||
PullEventsInternal();
|
||||
}
|
||||
void WaitForEmptyQueue();
|
||||
void SetEnable(bool enable);
|
||||
void SetPassthrough(bool enable);
|
||||
|
||||
template <typename F>
|
||||
@@ -74,6 +73,5 @@ private:
|
||||
std::mutex m_mutex;
|
||||
std::condition_variable m_cond;
|
||||
|
||||
bool m_enable = false;
|
||||
bool m_passthrough = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user