aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger
Commit message (Collapse)AuthorAge
* Print error on unknown framebuffer formatHEADmasterGravatar Benjamin Barenblat2015-08-15
| | | | | Trigger a `LOG_CRITICAL` if `GraphicsFramebufferWidget::BytesPerPixel` gets called with `GraphicsFramebufferWidget::Format::Unknown`.
* Merge pull request #1027 from lioncash/debuggerGravatar bunnei2015-08-13
|\ | | | | debugger: Add the ability to view VFP register contents
* | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ↵Gravatar Emmanuel Gil Peyrot2015-08-11
| | | | | | | | standard u?int*_t types.
| * registers: Support viewing VFP registersGravatar Lioncash2015-08-07
| |
| * registers: Fix a typo with CPSR's nameGravatar Lioncash2015-08-06
|/
* citra-qt: Adjust initializer list orderGravatar Lioncash2015-07-29
| | | | Silences a warning.
* Merge pull request #986 from Lectem/better_widgetsGravatar Tony Wasserka2015-07-26
|\ | | | | citra-qt: Improve pica command list widget.
* | dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-25
| |
* | dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-25
| |
| * citra-qt/command list: Enable uniform row heights and automatically resize ↵Gravatar Lectem2015-07-25
| | | | | | | | | | | | | | columns. Uniform row heights enables some optimisations for a smoother scrolling. Resize columns to content so that we don't have to do it manually
| * citra-qt/command list: Split register and value columns.Gravatar Lectem2015-07-25
|/ | | | Also removed the extra spaces for each cell
* Merge pull request #892 from zawata/another-warning-fixesGravatar Yuri Kunde Schlesner2015-07-25
|\ | | | | Yet More Warning Fixes
* \ Merge pull request #981 from Subv/checkboxesGravatar Yuri Kunde Schlesner2015-07-25
|\ \ | | | | | | Qt/GPU Breakpoints: Changed the widget to have a checkbox next to each bp type
| * | Qt/GPU Breakpoints: Changed the widget so that we don't have to select and ↵Gravatar Subv2015-07-23
| | | | | | | | | | | | click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name.
* | | Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv2015-07-23
|/ / | | | | | | | | | | * IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip
* | Merge pull request #929 from neobrain/geoshader_definitionsGravatar Tony Wasserka2015-07-21
|\ \ | | | | | | Pica/Shader: Add geometry shader definitions.
* | | Resolve issue accidentally left unaddressed in PR #930Gravatar Yuri Kunde Schlesner2015-07-21
| | |
* | | Merge pull request #930 from neobrain/copypaste_commandlistGravatar Yuri Kunde Schlesner2015-07-20
|\ \ \ | | | | | | | | citra-qt: Add support for copying the command list contents to clipboard.
* | | | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the ↵Gravatar Subv2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | real stride. Also added its name to the texture viewer widget
| | | * Citra_QT : Another Conversion Warning FixGravatar zawata2015-07-19
| | | |
| | | * Citra_QT : Fix Conversion WarningsGravatar zawata2015-07-19
| |_|/ |/| |
| * | citra-qt: Add support for copying the command list contents to clipboard.Gravatar Tony Wasserka2015-07-15
|/ /
| * Pica/Shader: Add geometry shader definitions.Gravatar Tony Wasserka2015-07-15
|/
* citra-qt: Add depth formats to framebuffer viewing widget.Gravatar Tony Wasserka2015-07-13
|
* citra-qt: Properly specify the framebuffer format.Gravatar Tony Wasserka2015-07-13
|
* CiTrace: Clean up initialization method.Gravatar Tony Wasserka2015-07-13
|
* CiTrace: Record LCD registers. Cleanup recording code.Gravatar Tony Wasserka2015-07-13
|
* CiTrace: Record default vertex attributes.Gravatar Tony Wasserka2015-07-13
|
* citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation.Gravatar Tony Wasserka2015-07-13
|
* Add CiTrace recording support.Gravatar Tony Wasserka2015-07-13
| | | | | | This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still).
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Make the call stack entries not editableGravatar Greg Wicks2015-06-19
|
* Move video_core/color.h to common/color.hGravatar archshift2015-05-30
|
* Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-30
| | | | The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* Pica: Create 'State' structure and move state memory there.Gravatar bunnei2015-05-22
|
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
| | | | | | | 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.
* Memory: Add GetPhysicalPointer helper functionGravatar Yuri Kunde Schlesner2015-05-09
|
* Memory: Support more regions in the VAddr-PAddr translation functionsGravatar Yuri Kunde Schlesner2015-05-09
| | | | | Also adds better documentation and removes the one-off reimplementation of the function in pica.h.
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Qt: Fixed a bug in shutdown procedure, various cleanups.Gravatar bunnei2015-05-01
|
* Qt: Clear registers widget on shutdown.Gravatar bunnei2015-05-01
|
* Qt: Use signals for emu_thread start/stop and fix disasm widget.Gravatar bunnei2015-05-01
|
* Qt: Restructured to remove unnecessary shutdown event and various cleanups.Gravatar bunnei2015-05-01
|
* Qt: Move EmuThread ownership from render window to main window.Gravatar bunnei2015-05-01
|
* Merge pull request #691 from rohit-n/sign-compareGravatar bunnei2015-04-17
|\ | | | | Silence some -Wsign-compare warnings.
* | Headers: Add some forgotten overrides, thanks clang!Gravatar Emmanuel Gil Peyrot2015-04-14
| |
| * Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-04-09
|/
* Merge pull request #678 from lioncash/disasmGravatar bunnei2015-03-31
|\ | | | | callstack: Remove unnecessary disassembler instantiation
* | disassembler: Get rid of a const_castGravatar Lioncash2015-03-30
| |