aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt
Commit message (Expand)AuthorAge
* Merge pull request #929 from neobrain/geoshader_definitionsGravatar Tony Wasserka2015-07-21
|\
* | 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
|\ \
* | | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real...Gravatar Subv2015-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
|\
* | 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
| * Qt: Fix disassembly widget steppingGravatar aroulin2015-07-13
|/
* Merge pull request #910 from linkmauve/installGravatar Tony Wasserka2015-07-12
|\
| * Citra, CitraQt: Tell cmake to install the compiled binaries.Gravatar Emmanuel Gil Peyrot2015-07-09
* | 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
|\
* \ Merge pull request #832 from yuriks/refresh-rate-optionGravatar bunnei2015-05-31
|\ \
| | * 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
* | | Merge pull request #830 from SeannyM/qt-noborderGravatar bunnei2015-05-30
|\ \ \ | |_|/ |/| |
| | * Remove gpu_refresh_rate configuration optionGravatar Yuri Kunde Schlesner2015-05-29
* | | Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
| |/ |/|
| * QT: Remove border around widgetsGravatar Sean Maas2015-05-29
* | Assets: Move citra.ico from src/assets to dist.Gravatar Emmanuel Gil Peyrot2015-05-25
|/
* Qt: Silence a bogus warning printed when using the debug runtimeGravatar Yuri Kunde Schlesner2015-05-23
* Pica: Create 'State' structure and move state memory there.Gravatar bunnei2015-05-22
* MakeCurrent race condition fixGravatar tfarley2015-05-22
* OpenGL rendererGravatar tfarley2015-05-22
* INI hw/sw renderer toggleGravatar tfarley2015-05-22
* Use condition var to properly pause the CPU threadGravatar James Rowe2015-05-18
* Merge pull request #758 from yuriks/sync-loggingGravatar Yuri Kunde Schlesner2015-05-15
|\
* \ Merge pull request #675 from jroweboy/windows-build-fixesGravatar Yuri Kunde Schlesner2015-05-14
|\ \
* | | Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
* | | Qt: Shutdown emulation session only if EmuThread exists.Gravatar bunnei2015-05-12
| | * Common: Remove async loggingGravatar Yuri Kunde Schlesner2015-05-12
| |/ |/|
* | 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
* | Loader: Remove .bin file supportGravatar Yuri Kunde Schlesner2015-05-08
* | Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* | Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-06
* | Merge pull request #698 from Zaneo/clip_stylus_inputGravatar Tony Wasserka2015-05-02
|\ \
| * | EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-01
* | | Qt: Shutdown game on emulator close event.Gravatar bunnei2015-05-01
* | | Qt: Disable "Start" unless we are paused (it otherwise has no meaning and cau...Gravatar bunnei2015-05-01