From ab502de562716fdebd5771100f196430789c788e Mon Sep 17 00:00:00 2001 From: Godzil Date: Thu, 23 Mar 2023 10:34:31 +0000 Subject: [PATCH] Update TODO --- TODO.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index adb4d8f..053d0c6 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,7 @@ TODO List ========= -Work in progress and probably need to be updated - -[ ] Correct timer0 issue -[ ] Find invalids opcodes -[ ] Expand GUI \ No newline at end of file + * [ ] Remove Allegro and use GL/glfw3 instead for window creation and framebuffer-ish + * [ ] Replace GUI using docked Dear ImGui + * [ ] Add frame buffer device + * [ ] Refactor code/classes there are lots of function that should be part of a class \ No newline at end of file