From 2fe898cda8be79daaf8d6f2f3d1064baba5182ce Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sat, 9 Nov 2013 02:05:28 +0100 Subject: [PATCH] Add comment with link to important github thread about sceSas threading --- Core/HLE/sceSas.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Core/HLE/sceSas.cpp b/Core/HLE/sceSas.cpp index f1bb204a85..3bc169e0a8 100644 --- a/Core/HLE/sceSas.cpp +++ b/Core/HLE/sceSas.cpp @@ -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 #include "base/basictypes.h"