diff --git a/README.md b/README.md index 4b9ddeb..96260bb 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,20 @@ Your GPU needs to support Vulkan 1.3+, because the RDP is implemented via [ParaL - [x] Full TLB emulation - [x] Full joybus emulation (but it's not configurable by the user at the moment) - [x] TAS replay (using Mupen's format) -- [x] ImGui frontend -- [ ] JIT, with support for x86_64 and ARM (using an IR). +- [x] Qt6 frontend +- [ ] Performance improvements: + - [x] Cached interpreter + - [ ] JIT, with support for x86_64 and ARM (using an IR). - [ ] Debug tools: disassembly, breakpoints, single-step and memory editor -- [ ] TAS tools: TAS input, recording (using Mupen's format), save-states, rewind and frame-advance +- [ ] TAS tools: + - [x] TAS replay + - [ ] TAS input (think Dolphin's) + - [ ] Recording (using Mupen's format) + - [ ] Save-states, + - [ ] Rewind + - [ ] Frame-advance - [ ] Cheat support - [ ] Allow to optionally pass a PIF image for the boot process (it's HLE'd at the moment) -- [x] Windows support This list will probably grow with time!