From e72abc24079d07ce67862e96512925f0306a9892 Mon Sep 17 00:00:00 2001 From: iris Date: Tue, 9 Jun 2026 17:20:35 +0200 Subject: [PATCH] update readme --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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!