From feb4701cac6cfa79126890ebe900cd56c5789134 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 29 Jan 2017 00:48:55 +0300 Subject: [PATCH] +goal --- Roadmap.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 27e1074..77de7ba 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -1,4 +1,4 @@ -This is a non-exhaustive list of current goals made possible with the support of our generous [patrons](https://www.patreon.com/Nekotekina). +### This is a non-exhaustive list of current goals made possible with the support of our generous [patrons](https://www.patreon.com/Nekotekina). ## Short term goals * Implement PS3 firmware installer. Users only need to provide correct PS3UPDAT.PUP file and it will be automatically unpacked into /dev_flash. @@ -42,4 +42,5 @@ This is a non-exhaustive list of current goals made possible with the support of * Fix undefined behaviour in bf_t (signed shift). * Implement MFC_DMA_TAG_CMD_STALL_NOTIFY_EVENT and other SPU events. * Return `error_code` from syscalls and functions to enable error reporting. -* Improve embedded debugging tools (CPU, RSX, Kernel Explorer). \ No newline at end of file +* Improve embedded debugging tools (CPU, RSX, Kernel Explorer). +* Implement simple thread pool (Thread.cpp) \ No newline at end of file