Merge branch 'threading'

This commit is contained in:
bunnei 2014-05-22 22:57:45 -04:00
commit 32c314c992
44 changed files with 1559 additions and 193 deletions

View file

@ -33,7 +33,10 @@ set(SRCS core.cpp
hle/hle.cpp
hle/config_mem.cpp
hle/coprocessor.cpp
hle/syscall.cpp
hle/svc.cpp
hle/kernel/kernel.cpp
hle/kernel/mutex.cpp
hle/kernel/thread.cpp
hle/service/apt.cpp
hle/service/gsp.cpp
hle/service/hid.cpp