Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. | Tony Wasserka | 2014-08-25 | 2 | -124/+62 |
| | |||||
* | Pica: Add command processor. | Tony Wasserka | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka | 2014-08-12 | 1 | -1/+1 |
| | | | | | While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures. Instead, we now use a more conventional approach which is a lot more clean to use. | ||||
* | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | bunnei | 2014-08-06 | 1 | -8/+8 |
| | | | | - Various other cleanups. | ||||
* | Merge pull request #27 from neobrain/disassembly_view_rewrite | bunnei | 2014-07-23 | 2 | -60/+204 |
|\ | | | | | citra-qt: Rewrite disassembly view. | ||||
| * | citra-qt: Show function names in disassembler based on bunnei's suggestion. | Tony Wasserka | 2014-07-23 | 1 | -5/+21 |
| | | |||||
| * | Disassembler: Chose slightly lower value for chunk size. | Tony Wasserka | 2014-07-23 | 1 | -1/+3 |
| | | |||||
| * | citra-qt: Rewrite disassembly view. | Tony Wasserka | 2014-07-02 | 2 | -60/+186 |
| | | |||||
* | | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32. | Tony Wasserka | 2014-07-23 | 1 | -16/+18 |
|/ | | | | Anonymous structs are not standard C++, hence don't use them. | ||||
* | citra_qt: Removed autogenerated files from repo and fixed build issues. | bunnei | 2014-06-22 | 3 | -3/+3 |
| | |||||
* | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | 2014-06-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp | ||||
| * | qt: updated disassembler to show 2X as many instructions | bunnei | 2014-06-05 | 1 | -1/+1 |
| | | |||||
* | | Further refine GPU command list debugging. | Tony Wasserka | 2014-06-12 | 1 | -4/+10 |
| | | |||||
* | | Refine command list debugging functionality and its qt interface. | Tony Wasserka | 2014-06-12 | 2 | -19/+107 |
| | | |||||
* | | citra-qt: Add command list view. | Tony Wasserka | 2014-06-12 | 2 | -0/+109 |
| | | |||||
* | | citra-qt: Add GX command history viewer. | Tony Wasserka | 2014-06-12 | 2 | -0/+126 |
|/ | |||||
* | Remove unused QTableView | Mathieu Vaillancourt | 2014-04-19 | 2 | -29/+2 |
| | |||||
* | UI/debugger changes | Mathieu Vaillancourt | 2014-04-19 | 11 | -0/+565 |