Added sections for Citra-CLI and running homebrew programs

archshift 2014-10-04 23:43:42 -07:00
parent 94ee27a4b9
commit dfd60899a1

@ -1,5 +1,8 @@
There are lots of things to do...these are just some obvious ones before we can have a functional emulator! There are lots of things to do...these are just some obvious ones before we can have a functional emulator!
### CLI
- [ ] Implement proper argument parsing: *TBI*
### Debugger/GUI ### Debugger/GUI
- [x] Integrate symbols into disassembler view: *mattvail* - [x] Integrate symbols into disassembler view: *mattvail*
- [x] Upgrade from Qt4 to Qt5: *xsacha* - [x] Upgrade from Qt4 to Qt5: *xsacha*
@ -25,10 +28,13 @@ There are lots of things to do...these are just some obvious ones before we can
- [x] Emulate threading/mutexes/events for booting CTR demos: *bunnei* - [x] Emulate threading/mutexes/events for booting CTR demos: *bunnei*
- [x] Emulate initial Filesystem services: *bunnei* - [x] Emulate initial Filesystem services: *bunnei*
- [x] Emulate HID service calls to support basic user-input for homebrew: *kevinhartman* - [x] Emulate HID service calls to support basic user-input for homebrew: *kevinhartman*
- [ ] Finish emulating requirements for running BlargSNES: *TBD*
### Framework ### Framework
- [x] Fix CMakeLists.txt and build/test on Linux: *bunnei* - [x] Fix CMakeLists.txt and build/test on Linux: *bunnei*
- [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* - [ ] Implement keyboard/gamepad library/window API for mapping user input: *TBD*
- [ ] Implement CLI tool for remapping input for Citra-CLI: *TBD* - [ ] Implement CLI tool for remapping input for Citra-CLI: *TBD*
### Homebrew Emulation
- [ ] Get [3DSCraft](https://github.com/smealum/3dscraft) running: *TBD*
- [ ] Get [BlargSNES](https://github.com/StapleButter/blargSnes) running: *TBD*