mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 13:30:07 +00:00
Added sections for Citra-CLI and running homebrew programs
parent
94ee27a4b9
commit
dfd60899a1
10
Roadmap.md
10
Roadmap.md
@ -1,5 +1,8 @@
|
||||
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
|
||||
- [x] Integrate symbols into disassembler view: *mattvail*
|
||||
- [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 initial Filesystem services: *bunnei*
|
||||
- [x] Emulate HID service calls to support basic user-input for homebrew: *kevinhartman*
|
||||
- [ ] Finish emulating requirements for running BlargSNES: *TBD*
|
||||
|
||||
### 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*
|
||||
- [ ] 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*
|
Loading…
Reference in New Issue
Block a user