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*