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
|
||||
|
||||
## mGBA 0.11.0
|
||||
## mGBA 0.11
|
||||
|
||||
- Scripting
|
||||
- [x] `input` API
|
||||
|
@ -66,6 +66,7 @@
|
|||
- [ ] Investigate switching to meson
|
||||
|
||||
## mGBA 0.12
|
||||
|
||||
- mGUI2
|
||||
- Visual debugger
|
||||
- Wireless Adapter
|
||||
|
@ -84,6 +85,7 @@
|
|||
- Whatever gets bumped from 0.11
|
||||
|
||||
## mGBA 1.0 blockers
|
||||
|
||||
- [x] Scripting
|
||||
- [ ] Stable-ish API
|
||||
- [ ] Actual documentation, including inline
|
||||
|
@ -91,7 +93,8 @@
|
|||
- [ ] mGUI2
|
||||
- [ ] Actual debugging UI
|
||||
|
||||
## mGBA 1.1 projects:
|
||||
## mGBA 1.1
|
||||
|
||||
- TAS tools
|
||||
- Orca?
|
||||
- More "enhancement" features
|
||||
|
@ -100,6 +103,7 @@
|
|||
# Unscheduled
|
||||
|
||||
## Core
|
||||
|
||||
- [ ] Overhaul sync?
|
||||
- [ ] Exporting patched ROMs
|
||||
- [ ] Investigate if BPS has bugs
|
||||
|
@ -116,6 +120,7 @@
|
|||
- [ ] Redo save state viewer
|
||||
|
||||
## Debugger
|
||||
|
||||
- [ ] DWARF support
|
||||
- [ ] DS I/O port names
|
||||
- [ ] DS FIFO viewer
|
||||
|
@ -124,11 +129,13 @@
|
|||
- [ ] Improve CLI help
|
||||
|
||||
## Platform support
|
||||
|
||||
- [ ] Better per-platform support for audio APIs
|
||||
- [ ] Better per-platform support for game controller APIs
|
||||
- [ ] Generate PDBs on Windows
|
||||
|
||||
## Etc
|
||||
|
||||
- [ ] Savestate testing
|
||||
- [ ] Cheat database integration
|
||||
- [ ] 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
|
||||
|
||||
## medusa 0.1
|
||||
|
||||
- [ ] Add a bunch of the hardware that's missing now (more 3D stuff)
|
||||
- [ ] Maybe revamp the renderer?
|
||||
- [ ] Savestates!
|
||||
|
@ -158,11 +166,14 @@
|
|||
- [ ] Threaded rendering
|
||||
|
||||
## medusa 0.2
|
||||
|
||||
- DLDI support
|
||||
- xdelta support
|
||||
|
||||
## medusa 2.0
|
||||
|
||||
- Good DS emulation!
|
||||
|
||||
## medusa 3.0
|
||||
|
||||
- DSi emulation
|
Loading…
Reference in New Issue