summaryrefslogtreecommitdiff
path: root/src/citra_qt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2476 from yuriks/shader-refactor3Gravatar Yuri Kunde Schlesner2017-02-043-6/+6
|\
| * VideoCore: Consistently use shader configuration to load attributesGravatar Yuri Kunde Schlesner2017-01-291-3/+3
| * VideoCore: Rename some types to more accurate namesGravatar Yuri Kunde Schlesner2017-01-292-3/+3
* | Pica/Texture: Simplify/cleanup texture tile addressingGravatar Yuri Kunde Schlesner2017-02-041-7/+6
* | VideoCore: Move LookupTexture out of debug_utils.hGravatar Yuri Kunde Schlesner2017-02-042-7/+10
* | removal of the -1 case in the configure_input switchGravatar noah the goodra2017-01-311-1/+0
* | Merge pull request #2368 from wwylele/camera-2Gravatar Yuri Kunde Schlesner2017-01-291-0/+32
|\ \ | |/ |/|
| * CAM: implement basic camera functions with a blank cameraGravatar wwylele2017-01-111-0/+32
* | Merge pull request #2346 from yuriks/shader-refactor2Gravatar Yuri Kunde Schlesner2017-01-272-2/+6
|\ \
| * | VideoCore/Shader: Move entry_point to SetupBatchGravatar Yuri Kunde Schlesner2017-01-251-3/+2
| * | VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetupGravatar Yuri Kunde Schlesner2017-01-251-2/+3
| * | VideoCore/Shader: Move ProduceDebugInfo to InterpreterEngineGravatar Yuri Kunde Schlesner2017-01-251-0/+1
| * | Debugger: Always use interpreter for shader debuggingGravatar Yuri Kunde Schlesner2017-01-251-3/+5
| * | VideoCore/Shader: Split shader uniform state and shader engineGravatar Yuri Kunde Schlesner2017-01-251-1/+3
| * | VideoCore/Shader: Use only entry_point as ShaderSetup paramGravatar Yuri Kunde Schlesner2017-01-251-1/+1
| * | VideoCore/Shader: Use self instead of g_state.vs in ShaderSetupGravatar Yuri Kunde Schlesner2017-01-251-2/+1
* | | SDL: Select audio device (#2403)Gravatar Kloen Lansfiel2017-01-254-0/+54
|/ /
* | Removed unused and outdated external qhexeditGravatar Kloen2017-01-222-2/+2
* | citra-qt: Removed unused and unimplemented ramview files.Gravatar Kloen2017-01-224-32/+0
* | QT: Fix ui file formatGravatar Kloen2017-01-111-20/+20
* | QT: Fix some UI related warningsGravatar Kloen2017-01-112-4/+3
* | Merge pull request #2384 from bunnei/internal-res-optionGravatar bunnei2017-01-083-13/+154
|\ \
| * | config: Add option for specifying screen resolution scale factor.Gravatar bunnei2017-01-073-13/+154
* | | Merge pull request #1951 from wwylele/motion-sensorGravatar bunnei2017-01-072-1/+13
|\ \ \ | |/ / |/| |
| * | Frontend: emulate motion sensorGravatar wwylele2016-12-262-1/+13
| |/
* | Merge pull request #2393 from Subv/synchGravatar Sebastian Valle2017-01-051-3/+6
|\ \
| * | Kernel: Use different thread statuses when a thread calls WaitSynchronization...Gravatar Subv2017-01-041-3/+6
* | | Fix some warnings (#2399)Gravatar Jonathan Hao2017-01-045-18/+1
|/ /
* | Merge pull request #2240 from wwylele/auto-regionGravatar bunnei2016-12-294-3/+14
|\ \ | |/ |/|
| * Config: auto-select region and languageGravatar wwylele2016-12-074-3/+14
* | core: Move emu_window and key_map into coreGravatar MerryMage2016-12-232-2/+2
* | Merge pull request #2343 from bunnei/core-cleanupGravatar bunnei2016-12-229-74/+40
|\ \
| * | core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei2016-12-223-12/+12
| * | Address clang-format issues.Gravatar bunnei2016-12-211-14/+13
| * | core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-219-23/+19
| * | core: Consolidate top-level system state into a singleton.Gravatar bunnei2016-12-215-59/+30
* | | Merge pull request #2361 from lioncash/disasmGravatar bunnei2016-12-221-3/+1
|\ \ \ | |/ / |/| |
| * | disassembler: Remove mutable specifier from breakpoints member variableGravatar Lioncash2016-12-211-3/+1
* | | citra-qt: Move graphics debugging code into its own folderGravatar Lioncash2016-12-2117-32/+32
|/ /
* | citra-qt: Move bits of constructor behavior to named functionsGravatar Lioncash2016-12-192-67/+100
* | Merge pull request #2351 from CaptV0rt3x/masterGravatar bunnei2016-12-181-0/+1
|\ \
| * | Fixed game_list focusing issue.Gravatar Vamsi Krishna2016-12-181-0/+1
* | | line fixup for travis ciGravatar CaptV0rt3x2016-12-191-1/+0
* | | screen swap - Hotkey mappingGravatar Vamsi Krishna2016-12-192-5/+1
|/ /
* | Merge pull request #2303 from freiro/citra-qt_missing_sdl2_dllGravatar bunnei2016-12-161-23/+6
|\ \
| * | Modularized Qt and SDL file copyingGravatar freiro2016-12-131-2/+4
| * | Modularization of copy_msvc_libraries cmake functGravatar freiro2016-12-111-20/+2
| * | Removed redundant Qt check and other fixesGravatar freiro2016-12-111-20/+19
| * | [MSVC] Copy SDL2.dll to build folderGravatar freiro2016-12-111-20/+20
* | | Merge pull request #2322 from MerryMage/ctx-mnuGravatar Merry2016-12-165-4/+52
|\ \ \