mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-28 17:54:59 +02:00
Buildfix
This commit is contained in:
@@ -99,6 +99,7 @@ void ProcessWorkQueueOnThreadWhile(PrioritizedWorkQueue *wq) {
|
||||
[wq](){threadfunc(wq);}
|
||||
#else
|
||||
std::bind(&threadfunc, wq)
|
||||
#endif
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user