From f6a5685de800d6ec086aff05851c785bd7770ce4 Mon Sep 17 00:00:00 2001 From: Shinovon Date: Wed, 29 Apr 2026 15:22:12 +0500 Subject: [PATCH] Update todo --- TODO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index a825280..fe20a21 100644 --- a/TODO.md +++ b/TODO.md @@ -1,15 +1,19 @@ - [x] Make it compile - [x] Window implementation - [x] Fix shader compilation +- [x] Basic touch controls - [x] Downscale textures - [x] Optimize to always run 10+ fps - [x] Fit in 32MB VRAM to run on N8, E7, E6, etc. +- [ ] Fix crash in Texture::destroy on exit - [ ] Optimize to always run 20+ fps - [ ] Fix skinning shader (cutscene heads require it) - [ ] Use etc1 compression - [ ] Touch controls - [ ] Keyboard controls -- [ ] Fix crash in Texture::destroy on exit +- [ ] Audio? +- [ ] Menu +- [ ] Config S60v3 (?): - [ ] Backport to STLport v4