From 912c65144196d8f025530ca8c482fdb30cdd2503 Mon Sep 17 00:00:00 2001 From: archshift Date: Mon, 1 Sep 2014 20:30:51 -0700 Subject: [PATCH] Checked finished tasks --- Roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 78d8887..56443c6 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -2,7 +2,7 @@ There are lots of things to do...these are just some obvious ones before we can ### Debugger/GUI - [x] Integrate symbols into disassembler view: *mattvail* -- [ ] Upgrade from Qt4 to Qt5: *mattvail* +- [x] Upgrade from Qt4 to Qt5: *xsacha* - [ ] Implement a breakpoint viewer/editor widget: *mattvail* - [ ] Fix emu_window support to display framebuffers in Qt window: *mattvail* - [x] Implement a callstack widget: *mattvail* @@ -18,7 +18,7 @@ There are lots of things to do...these are just some obvious ones before we can - [x] Cleanup video interface and gut renderer code copied from Gekko: *bunnei* - [ ] Emulate I/O register reads/writes in hw_lcd: *TBD* - [ ] Implement decoding of other framebuffer formats: *TBD* -- [ ] Fix OpenGL initialization on OSX to enable video output: *TBD* +- [x] Fix OpenGL initialization on OSX to enable video output: *kevinhartman* ### High-level Emulation - [x] Implement simple HLE interface: *bunnei*