mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add comment with link to important github thread about sceSas threading
This commit is contained in:
parent
d04415ac5d
commit
2fe898cda8
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
//
|
||||
// JPCSP is, as it often is, a pretty good reference although I didn't actually use it much yet:
|
||||
// http://code.google.com/p/jpcsp/source/browse/trunk/src/jpcsp/HLE/modules150/sceSasCore.java
|
||||
//
|
||||
// This should be multithreaded and improved at some point. Some discussion here:
|
||||
// https://github.com/hrydgard/ppsspp/issues/1078
|
||||
|
||||
#include <cstdlib>
|
||||
#include "base/basictypes.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue