Commit Graph

18 Commits (12181c8a64678e73281e893b6ba108d5a125c1aa)

Author SHA1 Message Date
Subv 8e2b248e05 Build: Fixed some warnings 11 years ago
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)

Also removed some GEKKO cruft.
11 years ago
bunnei 0de6a08d75 Merge pull request #291 from purpasmart96/license
License change
11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
chinhodado d31c23e958 Properly erase/remove an observer 11 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 11 years ago
Gareth Poole 38df9e96dd Renamed souce files of services to match port names 11 years ago
Tony Wasserka 26ade98411 Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. 11 years ago
Tony Wasserka 76a586de49 Pica: Add command processor. 11 years ago
bunnei 4e9f305ed2 GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
- Various other cleanups.
11 years ago
Tony Wasserka 9b0d0c81a0 GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.
Anonymous structs are not standard C++, hence don't use them.
11 years ago
Tony Wasserka a4d89edd9b GPU debugger: Don't keep track of debugging data if no debugger views are active. 11 years ago
Tony Wasserka c34ba38001 GPU debugger: Const correctness and build fix. 12 years ago
Tony Wasserka f82410e633 Further refine GPU command list debugging. 12 years ago
Tony Wasserka b0051b2203 Refine command list debugging functionality and its qt interface. 12 years ago
Tony Wasserka 6893732348 citra-qt: Add command list view. 12 years ago
Tony Wasserka 5d62f5d92a GPU debugger: Add functionality to inspect command lists. 12 years ago
Tony Wasserka 31666632ca Add initial graphics debugger interface. 12 years ago