From dfd60899a12a62a5498a8d17e3ddc9b94f91575b Mon Sep 17 00:00:00 2001 From: archshift Date: Sat, 4 Oct 2014 23:43:42 -0700 Subject: [PATCH] Added sections for Citra-CLI and running homebrew programs --- Roadmap.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 1998d15..ac8df8e 100644 --- a/Roadmap.md +++ b/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* \ No newline at end of file +- [ ] 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* \ No newline at end of file