Checked finished tasks

archshift 2014-09-01 20:30:51 -07:00
parent a75643054a
commit 912c651441

@ -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*