mirror of https://github.com/mgba-emu/mgba.git
Updated Task List (markdown)
parent
e82cc42254
commit
d4e34ad639
15
Task-List.md
15
Task-List.md
|
@ -1,6 +1,6 @@
|
||||||
# Scheduled
|
# Scheduled
|
||||||
|
|
||||||
## mGBA 0.11.0
|
## mGBA 0.11
|
||||||
|
|
||||||
- Scripting
|
- Scripting
|
||||||
- [x] `input` API
|
- [x] `input` API
|
||||||
|
@ -66,6 +66,7 @@
|
||||||
- [ ] Investigate switching to meson
|
- [ ] Investigate switching to meson
|
||||||
|
|
||||||
## mGBA 0.12
|
## mGBA 0.12
|
||||||
|
|
||||||
- mGUI2
|
- mGUI2
|
||||||
- Visual debugger
|
- Visual debugger
|
||||||
- Wireless Adapter
|
- Wireless Adapter
|
||||||
|
@ -84,6 +85,7 @@
|
||||||
- Whatever gets bumped from 0.11
|
- Whatever gets bumped from 0.11
|
||||||
|
|
||||||
## mGBA 1.0 blockers
|
## mGBA 1.0 blockers
|
||||||
|
|
||||||
- [x] Scripting
|
- [x] Scripting
|
||||||
- [ ] Stable-ish API
|
- [ ] Stable-ish API
|
||||||
- [ ] Actual documentation, including inline
|
- [ ] Actual documentation, including inline
|
||||||
|
@ -91,7 +93,8 @@
|
||||||
- [ ] mGUI2
|
- [ ] mGUI2
|
||||||
- [ ] Actual debugging UI
|
- [ ] Actual debugging UI
|
||||||
|
|
||||||
## mGBA 1.1 projects:
|
## mGBA 1.1
|
||||||
|
|
||||||
- TAS tools
|
- TAS tools
|
||||||
- Orca?
|
- Orca?
|
||||||
- More "enhancement" features
|
- More "enhancement" features
|
||||||
|
@ -100,6 +103,7 @@
|
||||||
# Unscheduled
|
# Unscheduled
|
||||||
|
|
||||||
## Core
|
## Core
|
||||||
|
|
||||||
- [ ] Overhaul sync?
|
- [ ] Overhaul sync?
|
||||||
- [ ] Exporting patched ROMs
|
- [ ] Exporting patched ROMs
|
||||||
- [ ] Investigate if BPS has bugs
|
- [ ] Investigate if BPS has bugs
|
||||||
|
@ -116,6 +120,7 @@
|
||||||
- [ ] Redo save state viewer
|
- [ ] Redo save state viewer
|
||||||
|
|
||||||
## Debugger
|
## Debugger
|
||||||
|
|
||||||
- [ ] DWARF support
|
- [ ] DWARF support
|
||||||
- [ ] DS I/O port names
|
- [ ] DS I/O port names
|
||||||
- [ ] DS FIFO viewer
|
- [ ] DS FIFO viewer
|
||||||
|
@ -124,11 +129,13 @@
|
||||||
- [ ] Improve CLI help
|
- [ ] Improve CLI help
|
||||||
|
|
||||||
## Platform support
|
## Platform support
|
||||||
|
|
||||||
- [ ] Better per-platform support for audio APIs
|
- [ ] Better per-platform support for audio APIs
|
||||||
- [ ] Better per-platform support for game controller APIs
|
- [ ] Better per-platform support for game controller APIs
|
||||||
- [ ] Generate PDBs on Windows
|
- [ ] Generate PDBs on Windows
|
||||||
|
|
||||||
## Etc
|
## Etc
|
||||||
|
|
||||||
- [ ] Savestate testing
|
- [ ] Savestate testing
|
||||||
- [ ] Cheat database integration
|
- [ ] Cheat database integration
|
||||||
- [ ] An Android port would be nice but I'm not gonna do it alone (#1660)[https://mgba.io/i/1660]
|
- [ ] An Android port would be nice but I'm not gonna do it alone (#1660)[https://mgba.io/i/1660]
|
||||||
|
@ -150,6 +157,7 @@
|
||||||
- [ ] Input revamp
|
- [ ] Input revamp
|
||||||
|
|
||||||
## medusa 0.1
|
## medusa 0.1
|
||||||
|
|
||||||
- [ ] Add a bunch of the hardware that's missing now (more 3D stuff)
|
- [ ] Add a bunch of the hardware that's missing now (more 3D stuff)
|
||||||
- [ ] Maybe revamp the renderer?
|
- [ ] Maybe revamp the renderer?
|
||||||
- [ ] Savestates!
|
- [ ] Savestates!
|
||||||
|
@ -158,11 +166,14 @@
|
||||||
- [ ] Threaded rendering
|
- [ ] Threaded rendering
|
||||||
|
|
||||||
## medusa 0.2
|
## medusa 0.2
|
||||||
|
|
||||||
- DLDI support
|
- DLDI support
|
||||||
- xdelta support
|
- xdelta support
|
||||||
|
|
||||||
## medusa 2.0
|
## medusa 2.0
|
||||||
|
|
||||||
- Good DS emulation!
|
- Good DS emulation!
|
||||||
|
|
||||||
## medusa 3.0
|
## medusa 3.0
|
||||||
|
|
||||||
- DSi emulation
|
- DSi emulation
|
Loading…
Reference in New Issue