From e7e73bb3de086fb0296214458be578982e667f31 Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 31 May 2018 10:30:48 +0000 Subject: [PATCH] fixup --- Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 98f5188..5425a5d 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -8,7 +8,7 @@ This is a non-exhaustive list of current goals made possible with the support of * Fix remaining problems with texture readback (write color buffers) (kd-11) ## Medium term goals -* Improve SPU instruction accuracy for Fast Interpreter and ASMJIT +* Improve SPU instruction accuracy for Fast Interpreter and ASMJIT, investigate vectorized software FP implementation. * Improve audio and video decoders for better speed and compatibility. * Improve controller support. This includes emulated controllers (with mouse or keyboard) and real controllers as well. * Improve solution structure, move and rename some files.