mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-26 18:00:41 +00:00
Hack for Meego. For some reason it's not compiling ThreadPool.cpp
This commit is contained in:
parent
6a2a308069
commit
a9529f831d
@ -33,6 +33,11 @@ namespace p = std::tr1::placeholders;
|
||||
namespace p = std::placeholders;
|
||||
#endif
|
||||
|
||||
// Hack for Meego
|
||||
#ifdef MEEGO_EDITION_HARMATTAN
|
||||
#include "Common/ThreadPool.cpp"
|
||||
#endif
|
||||
|
||||
// Report the time and throughput for each larger scaling operation in the log
|
||||
//#define SCALING_MEASURE_TIME
|
||||
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 0388a8e23a2664766503996579dc10511b1db524
|
||||
Subproject commit f9c50c822a9a12bcd3952dda58876d1fc2afa2a9
|
Loading…
Reference in New Issue
Block a user