| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | citra-qt: Remove disassembler widget | 2017-05-07 | 1 | -272/+0 | |
| | | | | | | | | | | It has performance problems, a very misleading UI, and is broken in general. It has essentially been superceded by the GDB stub, but if we wanted a built-in disassembler in the future it'd essentially need to be rewritten from scratch anyway. Closes #427, #1480 | ||||
| * | core: Replace "AppCore" nomenclature with just "CPU". | 2016-12-22 | 1 | -4/+4 | |
| | | |||||
| * | core: Consolidate core and system state, remove system module & cleanups. | 2016-12-21 | 1 | -5/+5 | |
| | | |||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -4/+1 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Manually tweak source formatting and then re-run clang-format | 2016-09-18 | 1 | -4/+2 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -64/+70 | |
| | | |||||
| * | citra_qt: Reorganize headers | 2015-09-11 | 1 | -9/+7 | |
| | | |||||
| * | citra-qt: Use monospace font on Disassembler and ARM Registers | 2015-09-07 | 1 | -1/+10 | |
| | | |||||
| * | citra-qt: Adjust initializer list order | 2015-07-29 | 1 | -1/+1 | |
| | | | | | Silences a warning. | ||||
| * | dyncom: Rename armdefs.h to armstate.h | 2015-07-25 | 1 | -1/+0 | |
| | | |||||
| * | dyncom: Get rid of skyeye typedefs | 2015-07-25 | 1 | -1/+1 | |
| | | |||||
| * | CitraQt: Cleanup includes. | 2015-06-28 | 1 | -0/+2 | |
| | | |||||
| * | Memmap: Re-organize memory function in two files | 2015-05-15 | 1 | -1/+1 | |
| | | | | | | | | memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory. | ||||
| * | Common: Remove common.h | 2015-05-07 | 1 | -1/+0 | |
| | | |||||
| * | Qt: Fixed a bug in shutdown procedure, various cleanups. | 2015-05-01 | 1 | -2/+2 | |
| | | |||||
| * | Qt: Use signals for emu_thread start/stop and fix disasm widget. | 2015-05-01 | 1 | -38/+43 | |
| | | |||||
| * | Qt: Restructured to remove unnecessary shutdown event and various cleanups. | 2015-05-01 | 1 | -5/+5 | |
| | | |||||
| * | Qt: Move EmuThread ownership from render window to main window. | 2015-05-01 | 1 | -8/+10 | |
| | | |||||
| * | disassembler: Get rid of a const_cast | 2015-03-30 | 1 | -4/+1 | |
| | | |||||
| * | citra-qt: Fix a crash when double-clicking a disassembler list item. | 2015-02-03 | 1 | -8/+1 | |
| | | |||||
| * | Merge pull request #437 from Kingcom/DebugMode | 2015-01-11 | 1 | -1/+6 | |
| |\ | | | | | Replace OnCpuStepped signal | ||||
| | * | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵ | 2015-01-11 | 1 | -1/+6 | |
| | | | | | | | | | DebugModeLeft | ||||
| * | | Move ThreadContext to core/core.h and deal with the fallout | 2015-01-09 | 1 | -0/+1 | |
| |/ | |||||
| * | citra-qt: Renamed all .hxx headers to .h | 2015-01-06 | 1 | -3/+3 | |
| | | |||||
| * | citra-qt: Added license headers to files. | 2015-01-04 | 1 | -0/+4 | |
| | | |||||
| * | Qt: we don't need to check if model is valid. | 2014-12-28 | 1 | -1/+1 | |
| | | |||||
| * | Fix crash when the disassembler pause button is pressed while no game is ↵ | 2014-12-28 | 1 | -1/+3 | |
| | | | | | running. | ||||
| * | ARM: Reorganized file structure to move shared SkyEye code to a more common ↵ | 2014-10-25 | 1 | -1/+1 | |
| | | | | | | | area. Removed s_ prefix | ||||
| * | core: Make the ARM disassembler use std::string internally | 2014-09-06 | 1 | -5/+3 | |
| | | |||||
| * | citra-qt: Show function names in disassembler based on bunnei's suggestion. | 2014-07-23 | 1 | -5/+21 | |
| | | |||||
| * | Disassembler: Chose slightly lower value for chunk size. | 2014-07-23 | 1 | -1/+3 | |
| | | |||||
| * | citra-qt: Rewrite disassembly view. | 2014-07-02 | 1 | -55/+150 | |
| | | |||||
| * | qt: updated disassembler to show 2X as many instructions | 2014-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Remove unused QTableView | 2014-04-18 | 1 | -19/+2 | |
| | | |||||
| * | UI/debugger changes | 2014-04-18 | 1 | -0/+161 | |