Updated Roadmap (markdown)

archshift 2014-09-21 12:58:02 -07:00
parent 98f4bf9798
commit a18dbf5f59

@ -4,8 +4,8 @@ There are lots of things to do...these are just some obvious ones before we can
- [x] Integrate symbols into disassembler view: *mattvail*
- [x] Upgrade from Qt4 to Qt5: *xsacha*
- [x] Implement a callstack widget: *mattvail*
- [x] Fix emu_window support to display framebuffers in Qt window
- [ ] Implement a breakpoint viewer/editor widget: *mattvail*
- [ ] Fix emu_window support to display framebuffers in Qt window: *mattvail*
### Core
- [x] Implement hardware register I/O interface: *bunnei*
@ -24,9 +24,10 @@ There are lots of things to do...these are just some obvious ones before we can
- [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*
- [x] Emulate HID service calls to support basic user-input for homebrew: *kevinhartman*
### Framework
- [x] Fix CMakeLists.txt and build/test on Linux: *bunnei*
- [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*
- [ ] Implement CLI tool for remapping input for Citra-CLI: *TBD*