From 24cbdb88d87aee0a7e943fcd6ddba9c1e7604138 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 4 Nov 2017 21:36:39 +0300 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 8a474d7..4aa2557 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -16,7 +16,6 @@ This is a non-exhaustive list of current goals made possible with the support of * Improve SPU instruction accuracy for Fast Interpreter and ASMJIT * 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. -* Add low-latency ASIO audio backend for Windows. With ASIO4ALL, it will work great on most modern hardware. * Implement LLVM recompiler backend for SPU. This is actually a tremendous amount of work to make it useful, but it will also give the very important speed improvement (unless the SPU is not used at all). * Improve LLVM flexibility. For example, it could scan game folder for all executables and SPRX modules and recompile them ahead of time. * Improve solution structure, move and rename some files.