Reordered lists to put completed tasks at the top

archshift 2014-09-01 20:43:20 -07:00
parent 32c45e71e0
commit d5a01586e1

@ -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*
- [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*