summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | A bit of a redesign.Gravatar Subv2016-11-3013-263/+266
| * | | | | IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...Gravatar Subv2016-11-306-26/+21
| * | | | | Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...Gravatar Subv2016-11-304-24/+52
| * | | | | fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...Gravatar Subv2016-11-304-5/+6
| * | | | | Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Gravatar Subv2016-11-3016-88/+314
* | | | | | Minor amendment of GSP_GPU::ImportDisplayCaptureInfo codeGravatar JamePeng2016-12-131-3/+5
* | | | | | Merge pull request #2312 from lioncash/guardGravatar Yuri Kunde Schlesner2016-12-121-0/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | time_stretch: Add missing #pragma once directiveGravatar Lioncash2016-12-121-0/+2
* | | | | | Merge pull request #2275 from jbeich/pthreadGravatar Sebastian Valle2016-12-111-1/+1
|\ \ \ \ \ \
| * | | | | | tests: add missing libcore dependency after 75ee2f8c6702Gravatar Jan Beich2016-12-071-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2267 from JayFoxRox/fix-mingw-ccGravatar Sebastian Valle2016-12-119-10/+11
|\ \ \ \ \ \
| * | | | | | gdbstub: Remove unused includeGravatar Jannik Vogel2016-12-051-1/+0
| * | | | | | Unify Windows ICON resource nameGravatar Jannik Vogel2016-12-052-2/+2
| * | | | | | Support mingw cross-compileGravatar Jannik Vogel2016-12-059-9/+11
* | | | | | | APT::GetStartupArgument: force clear startup argumentGravatar mailwl2016-12-112-5/+11
* | | | | | | citra-qt: Make constructors explicit where applicableGravatar Lioncash2016-12-1115-32/+35
| |_|/ / / / |/| | | | |
* | | | | | citra-qt: Add missing #pragma once directivesGravatar Lioncash2016-12-115-0/+10
* | | | | | game_list: Make slots private functionsGravatar Lioncash2016-12-111-7/+4
* | | | | | game_list: Make the constructor explicitGravatar Lioncash2016-12-111-1/+1
* | | | | | game_list: Make the AddEntry argument a const referenceGravatar Lioncash2016-12-112-2/+2
* | | | | | game_list: Replace 0 literals with nullptrGravatar Lioncash2016-12-111-1/+1
* | | | | | game_list: Use QT5's new event connection syntaxGravatar Lioncash2016-12-111-6/+6
* | | | | | game_list: Pass the parent constructor argument to the QWidget base classGravatar Lioncash2016-12-111-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2300 from lioncash/qtGravatar Yuri Kunde Schlesner2016-12-111-18/+24
|\ \ \ \ \
| * | | | | graphics_cmdlists: Get rid of variable shadowingGravatar Lioncash2016-12-111-14/+18
| * | | | | graphics_cmdlists: Get rid of an unused variableGravatar Lioncash2016-12-101-1/+0
| * | | | | graphics_cmdlists: Make LoadTexture and TextureInfoWidget src arguments constGravatar Lioncash2016-12-101-3/+4
| * | | | | graphics_cmdlists: Make LoadImage internally linkedGravatar Lioncash2016-12-101-0/+2
* | | | | | Core: Add a forgotten #include <cstring> for memcpy.Gravatar Emmanuel Gil Peyrot2016-12-111-0/+1
|/ / / / /
* | | | | Add all services to the Service namespaceGravatar Lioncash2016-12-1150-499/+408
* | | | | configure_input: Modernize and cleanup input configuration tabGravatar MerryMage2016-12-102-115/+101
* | | | | Merge pull request #2296 from MerryMage/auto_is_autoGravatar Yuri Kunde Schlesner2016-12-091-12/+7
|\ \ \ \ \
| * | | | | audio_core: SelectSink should default to auto if sink_id is invalidGravatar MerryMage2016-12-101-12/+7
* | | | | | Merge pull request #2291 from lioncash/svcGravatar bunnei2016-12-0910-12/+61
|\ \ \ \ \ \
| * | | | | | service: Add cfg:nor serviceGravatar Lioncash2016-12-094-0/+49
| * | | | | | service: Drop '_Interface' from cfg service namesGravatar Lioncash2016-12-097-12/+12
* | | | | | | Merge pull request #2292 from lioncash/boolGravatar Yuri Kunde Schlesner2016-12-091-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ptm: Use boolean instead of integral valueGravatar Lioncash2016-12-091-1/+1
* | | | | | | Merge pull request #2287 from lioncash/svcGravatar Yuri Kunde Schlesner2016-12-0812-12/+170
|\ \ \ \ \ \ \
| * | | | | | | service: Add the ptm:s serviceGravatar Lioncash2016-12-083-0/+14
| * | | | | | | service: Add common ptm:u commands to other ptm servicesGravatar Lioncash2016-12-084-0/+54
| * | | | | | | service: Drop '_Interface' in ptm service class namesGravatar Lioncash2016-12-087-14/+14
| * | | | | | | service: Add ptm::gets and ptm::sets servicesGravatar Lioncash2016-12-086-0/+90
* | | | | | | | Merge pull request #2280 from Subv/citrace_sizeGravatar Sebastian Valle2016-12-081-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixed the gpu command list size when creating CiTraces.Gravatar Subv2016-12-081-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2286 from lioncash/svcGravatar Yuri Kunde Schlesner2016-12-0814-0/+271
|\ \ \ \ \ \ \
| * | | | | | | service: Add mvd and qtm servicesGravatar Lioncash2016-12-0814-0/+271
* | | | | | | | Merge pull request #2274 from degasus/masterGravatar Yuri Kunde Schlesner2016-12-085-47/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | OpenGL: Drop framebuffer completeness check.Gravatar Markus Wick2016-12-075-47/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #2284 from lioncash/svcGravatar Yuri Kunde Schlesner2016-12-088-30/+199
|\ \ \ \ \ \ \