From 925dbbf6d465af59e9aea01453e12bb8ac1c8936 Mon Sep 17 00:00:00 2001 From: bunnei Date: Wed, 6 Aug 2014 16:09:48 -0700 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index afd86ce..f1aa1d0 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -5,12 +5,12 @@ here are lots of things to do... These are just one obvious ones before we have - [ ] Upgrade from Qt4 to Qt5: *mattvail* - [ ] Implement a breakpoint viewer/editor widget: *mattvail* - [ ] Fix emu_window support to display framebuffers in Qt window: *mattvail* -- [ ] Implement a callstack widget: *mattvail* +- [x] Implement a callstack widget: *mattvail* ### Core - [x] Implement hardware register I/O interface: *bunnei* - [x] Cleanup MemoryMap and remove MMU hacks: *bunnei* -- [ ] Implement loading/decrypting of CTR SDK bootable formats and filesystems (e.g. CIA/CXI): *TBD* +- [x] Implement loading/decrypting of CTR bootable formats and filesystems (e.g. CCI/CXI): *bunnei* - [ ] Implement better MMU emulation: *TBD* @@ -22,13 +22,13 @@ here are lots of things to do... These are just one obvious ones before we have ### High-level Emulation - [x] Implement simple HLE interface: *bunnei* -- [ ] Emulate System Calls: *bunnei* +- [x] Emulate initial System Calls: *bunnei* - [ ] Emulate HID service calls to support basic user-input for homebrew: *mattvail* -- [ ] Test Smealum's GPU homebrew demo and implement missing GSP GPU service calls: *TBD* -- [ ] Emulate threading/mutexes/events for booting CTR SDK demos: *TBD* -- [ ] Emulate Filesystem services: *TBD* +- [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* ### Framework - [x] Fix CMakeLists.txt and build/test on Linux: *bunnei* - [ ] Implement keyboard/gamepad library/window API for mapping user input: *TBD* -- [ ] Implement disk IO API for abstracting loading/access of various bootable formats: *TBD* \ No newline at end of file +- [x] Implement disk IO API for abstracting loading/access of various bootable formats: *bunnei* \ No newline at end of file