This website requires JavaScript.
Explore
Help
Register
Sign In
Emulator-Archive
/
ppsspp
Watch
1
Star
0
Fork
0
You've already forked ppsspp
mirror of
https://github.com/hrydgard/ppsspp.git
synced
2024-11-26 23:10:38 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
9c92978fcc
ppsspp
/
Core
/
ThreadPools.h
6 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
Added Global Threadpool to common
2013-05-01 12:08:01 +00:00
#
pragma once
Implement new thread manager, port stuff to it.
2020-11-27 23:12:06 +00:00
#
include
"Common/Thread/ThreadManager.h"
Added Global Threadpool to common
2013-05-01 12:08:01 +00:00
Implement new thread manager, port stuff to it.
2020-11-27 23:12:06 +00:00
extern
ThreadManager
g_threadManager
;
Reference in New Issue
Copy Permalink