Skip to content

Commit 16e330f

Browse files
committed
Update README and TODO
1 parent c425c9f commit 16e330f

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ The codebase still requires a lot of cleanup, and the current product isn't prop
117117
- VRAM viewer and debugger
118118
- fully featured MIPS debugger
119119
- memory cards
120+
- memory card manager
120121
- XBox controller support
121122
- save states
122123
- save state slots
123124

124125
### What still requires some work?
125126
- GLSL GPU
126127
- proper SPU multithreaded code
127-
- memory card manager
128128
- better customization
129129
- more generic dynarec
130130
- ...

TODO.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ List of things to still do here, in no particular order.
66
- Re-add iCatbutler's PGXP stuff.
77
- Add a GPU logger / debugger.
88
- Properly integrate IRQ control.
9-
- Better framerate control with SPU pushback.
109

1110
- SPU cleanup
1211
- Properly support CDDA/XA volume settings.
@@ -20,10 +19,8 @@ List of things to still do here, in no particular order.
2019
- Throw away the current parallel port support.
2120

2221
- Scripting
23-
- Add a scripting engine (LuaJIT).
24-
- Bind most of the emulator functions to it.
22+
- Bind more emulator functions to Lua.
2523
- Bind parallel port card system to it, so to have a flexible cart management system.
26-
- Bind ImGui to it.
2724

2825
- Tooling
2926
- Integrate dosbox-x.

0 commit comments

Comments
 (0)