| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-05-07 | citra-qt: Remove disassembler widget | 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 | |||||
| 2016-12-22 | core: Replace "AppCore" nomenclature with just "CPU". | 1 | -4/+4 | ||
| 2016-12-21 | core: Consolidate core and system state, remove system module & cleanups. | 1 | -5/+5 | ||
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | 1 | -1/+1 | ||
| 2016-09-21 | Remove empty newlines in #include blocks. | 1 | -4/+1 | ||
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||||
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | 1 | -4/+2 | ||
| 2016-09-18 | Sources: Run clang-format on everything. | 1 | -64/+70 | ||
| 2015-09-11 | citra_qt: Reorganize headers | 1 | -9/+7 | ||
| 2015-09-07 | citra-qt: Use monospace font on Disassembler and ARM Registers | 1 | -1/+10 | ||
| 2015-07-29 | citra-qt: Adjust initializer list order | 1 | -1/+1 | ||
| Silences a warning. | |||||
| 2015-07-25 | dyncom: Rename armdefs.h to armstate.h | 1 | -1/+0 | ||
| 2015-07-25 | dyncom: Get rid of skyeye typedefs | 1 | -1/+1 | ||
| 2015-06-28 | CitraQt: Cleanup includes. | 1 | -0/+2 | ||
| 2015-05-15 | Memmap: Re-organize memory function in two files | 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. | |||||
| 2015-05-07 | Common: Remove common.h | 1 | -1/+0 | ||
| 2015-05-01 | Qt: Fixed a bug in shutdown procedure, various cleanups. | 1 | -2/+2 | ||
| 2015-05-01 | Qt: Use signals for emu_thread start/stop and fix disasm widget. | 1 | -38/+43 | ||
| 2015-05-01 | Qt: Restructured to remove unnecessary shutdown event and various cleanups. | 1 | -5/+5 | ||
| 2015-05-01 | Qt: Move EmuThread ownership from render window to main window. | 1 | -8/+10 | ||
| 2015-03-30 | disassembler: Get rid of a const_cast | 1 | -4/+1 | ||
| 2015-02-03 | citra-qt: Fix a crash when double-clicking a disassembler list item. | 1 | -8/+1 | ||
| 2015-01-11 | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵ | 1 | -1/+6 | ||
| DebugModeLeft | |||||
| 2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | 1 | -0/+1 | ||
| 2015-01-06 | citra-qt: Renamed all .hxx headers to .h | 1 | -3/+3 | ||
| 2015-01-04 | citra-qt: Added license headers to files. | 1 | -0/+4 | ||
| 2014-12-28 | Qt: we don't need to check if model is valid. | 1 | -1/+1 | ||
| 2014-12-28 | Fix crash when the disassembler pause button is pressed while no game is ↵ | 1 | -1/+3 | ||
| running. | |||||
| 2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common ↵ | 1 | -1/+1 | ||
| area. Removed s_ prefix | |||||
| 2014-09-06 | core: Make the ARM disassembler use std::string internally | 1 | -5/+3 | ||
| 2014-07-23 | citra-qt: Show function names in disassembler based on bunnei's suggestion. | 1 | -5/+21 | ||
| 2014-07-23 | Disassembler: Chose slightly lower value for chunk size. | 1 | -1/+3 | ||
| 2014-07-02 | citra-qt: Rewrite disassembly view. | 1 | -55/+150 | ||
| 2014-06-05 | qt: updated disassembler to show 2X as many instructions | 1 | -1/+1 | ||
| 2014-04-18 | Remove unused QTableView | 1 | -19/+2 | ||
| 2014-04-18 | UI/debugger changes | 1 | -17/+35 | ||
| 2014-04-12 | Show symbols in disasm | 1 | -1/+9 | ||
| 2014-04-10 | Temporarily "fix" citra_qt for Windows | 1 | -8/+8 | ||
| 2014-04-08 | got rid of 'src' folders in each sub-project | 1 | -0/+0 | ||
| 2014-04-04 | Remove Core::GetState(). Use new ARM_Interface instead. | 1 | -5/+4 | ||
| 2014-04-03 | More Qt changes for debugger | 1 | -67/+59 | ||
| 2014-03-31 | Basic QT window | 1 | -0/+144 | ||