Updated Roadmap (markdown)

archshift 2014-05-21 13:43:07 -07:00
parent 35270dad16
commit a944c9fb0e

@ -18,6 +18,7 @@ here are lots of things to do... These are just one obvious ones before we have
- [x] Cleanup video interface and gut renderer code copied from Gekko: *bunnei*
- [ ] Emulate I/O register reads/writes in hw_lcd: *TBD*
- [ ] Implement decoding of other framebuffer formats: *TBD*
- [ ] Fix OpenGL initialization on OSX to enable video output: *TBD*
### High-level Emulation
- [x] Implement simple HLE interface: *bunnei*
@ -31,4 +32,3 @@ here are lots of things to do... These are just one obvious ones before we have
- [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*
- [ ] Get Citra running files on OSX