From d5a01586e1f2b439198bc1e836a890f64e02aacd Mon Sep 17 00:00:00 2001 From: archshift Date: Mon, 1 Sep 2014 20:43:20 -0700 Subject: [PATCH] Reordered lists to put completed tasks at the top --- Roadmap.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 094b7b4..850aee8 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -13,7 +13,6 @@ There are lots of things to do...these are just some obvious ones before we can - [x] Implement loading/decrypting of CTR bootable formats and filesystems (e.g. CCI/CXI): *bunnei* - [ ] Implement better MMU emulation: *TBD* - ### Video - [x] Cleanup video interface and gut renderer code copied from Gekko: *bunnei* - [ ] Emulate I/O register reads/writes in hw_lcd: *TBD* @@ -22,12 +21,12 @@ There are lots of things to do...these are just some obvious ones before we can ### High-level Emulation - [x] Implement simple HLE interface: *bunnei* - [x] Emulate initial System Calls: *bunnei* -- [ ] Emulate HID service calls to support basic user-input for homebrew: *mattvail* - [x] Test Smealum's GPU homebrew demo and implement missing GSP GPU service calls: *bunnei* - [x] Emulate threading/mutexes/events for booting CTR demos: *bunnei* - [x] Emulate initial Filesystem services: *bunnei* +- [ ] Emulate HID service calls to support basic user-input for homebrew: *mattvail* ### Framework - [x] Fix CMakeLists.txt and build/test on Linux: *bunnei* -- [ ] Implement keyboard/gamepad library/window API for mapping user input: *TBD* -- [x] Implement disk IO API for abstracting loading/access of various bootable formats: *bunnei* \ No newline at end of file +- [x] Implement disk IO API for abstracting loading/access of various bootable formats: *bunnei* +- [ ] Implement keyboard/gamepad library/window API for mapping user input: *TBD* \ No newline at end of file