update readme

This commit is contained in:
2026-06-09 17:20:35 +02:00
parent 430139dc9f
commit e72abc2407
+11 -4
View File
@@ -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!