aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt
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
|/
* Save the path leading where the last file have been loadedGravatar LittleWhite2015-07-31
| | | | | | I use two variables to save the path for the ROMs and the symbols. Use of QSettings to avoid new member variable to the class. Global settings of QSettings is done in main.
* Merge pull request #1011 from lioncash/initializerGravatar bunnei2015-07-29
|\ | | | | citra-qt: Adjust initializer list order
| * citra-qt: Adjust initializer list orderGravatar Lioncash2015-07-29
| | | | | | | | Silences a warning.
* | citra-qt: Pass string by const referenceGravatar Lioncash2015-07-29
|/
* Update Start menu text to match with the real state of the emulator.Gravatar LittleWhite2015-07-28
| | | | Move start menu text update in ShutdownGame as adviced by neobrain
* Settings: Fix saving wrong values for input configurationGravatar Trung Do2015-07-28
|
* Merge pull request #873 from jroweboy/input_arrayGravatar Tony Wasserka2015-07-28
|\ | | | | Move input values into an array.
| * Move input values into an arrayGravatar James Rowe2015-07-27
| |
* | 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
|/
* Merge pull request #924 from aroulin/qt-disassembly-stepGravatar Yuri Kunde Schlesner2015-07-13
|\ | | | | Qt: Fix disassembly widget stepping
* | 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).
| * Qt: Fix disassembly widget steppingGravatar aroulin2015-07-13
|/
* Merge pull request #910 from linkmauve/installGravatar Tony Wasserka2015-07-12
|\ | | | | Tell CMake to install the compiled binaries on Linux.
| * Citra, CitraQt: Tell cmake to install the compiled binaries.Gravatar Emmanuel Gil Peyrot2015-07-09
| | | | | | | | | | This will help packaging tremendously, as a `make DESTDIR=… install` will now put every file at their place (on Linux and related).
* | CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| |
* | Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.Gravatar Emmanuel Gil Peyrot2015-06-27
|/
* Make the call stack entries not editableGravatar Greg Wicks2015-06-19
|
* Robocopy doesn't like trailing slashesGravatar Clienthax2015-06-09
|
* Merge pull request #811 from archshift/commonifyGravatar archshift2015-05-31
|\ | | | | Commonify video_core utility headers
* \ Merge pull request #832 from yuriks/refresh-rate-optionGravatar bunnei2015-05-31
|\ \ | | | | | | Remove gpu_refresh_rate configuration option
| | * 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.
* | | Merge pull request #830 from SeannyM/qt-noborderGravatar bunnei2015-05-30
|\ \ \ | |_|/ |/| | QT: Remove border around widgets