summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1842 from Subv/portsGravatar bunnei2016-06-118-3/+178
|\
| * Kernel/SVC: Implemented svcCreatePort.Gravatar Subv2016-06-116-3/+41
| * Kernel: Added ClientPort and ServerPort classes.Gravatar Subv2016-06-056-2/+139
* | hid: add missing headerGravatar wwylele2016-06-111-0/+2
* | Merge pull request #1897 from linkmauve/sdl2-config-fixGravatar Mat M2016-06-101-1/+5
|\ \
| * | SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb06...Gravatar Emmanuel Gil Peyrot2016-06-111-1/+5
* | | Merge pull request #1789 from wwylele/input-refactorGravatar bunnei2016-06-1012-75/+315
|\ \ \ | |/ / |/| |
| * | fixup! fixup! Refactor input systemGravatar wwylele2016-05-153-8/+8
| * | fixup! Refactor input systemGravatar wwylele2016-05-152-20/+24
| * | implement circle pad modifierGravatar wwylele2016-05-156-5/+37
| * | Refactor input subsystemGravatar wwylele2016-05-1512-75/+279
* | | Revert "Split huge interpreter source file into translation info and interpre...Gravatar archshift2016-06-105-2731/+2727
* | | arm_dyncom_interpreter: rename operation functions to fit style guideGravatar archshift2016-06-082-42/+42
* | | arm_dyncom_interpreter.cpp: Split by translation and interpreter logicGravatar archshift2016-06-085-2727/+2731
* | | gdbstub: E0 should be E00Gravatar shinyquagsire232016-06-081-1/+1
* | | Merge pull request #1765 from JayFoxRox/debug-surface-viewerGravatar bunnei2016-06-079-583/+876
|\ \ \
| * | | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Gravatar Jannik Vogel2016-05-079-583/+876
* | | | Merge pull request #1873 from archshift/remove-configGravatar bunnei2016-06-066-671/+0
|\ \ \ \
| * | | | Remove unused and bitrotted "controller config" filesGravatar archshift2016-06-016-671/+0
* | | | | service: Add other DLP servicesGravatar Lioncash2016-06-0410-23/+150
| |_|_|/ |/| | |
* | | | Merge pull request #1863 from mailwl/gpu-threadid-resetGravatar bunnei2016-06-023-16/+23
|\ \ \ \ | |/ / / |/| | |
| * | | gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueueGravatar mailwl2016-06-013-16/+23
* | | | AddFstEntriesToGameList - prevent loading a directoryGravatar LFsWang2016-06-011-3/+3
|/ / /
* | | Merge pull request #1812 from JayFoxRox/refactor-shaderGravatar bunnei2016-05-314-64/+81
|\ \ \
| * | | Retrieve shader result from new OutputRegisters-typeGravatar Jannik Vogel2016-05-164-64/+81
* | | | Merge pull request #1751 from linkmauve/no-recursive-readdirGravatar bunnei2016-05-304-30/+43
|\ \ \ \
| * | | | Common: Make recursive FileUtil functions take a maximum recursionGravatar Emmanuel Gil Peyrot2016-05-214-30/+43
* | | | | Merge pull request #1692 from Subv/rm_getpointer2Gravatar bunnei2016-05-2918-139/+458
|\ \ \ \ \
| * | | | | Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ...Gravatar Subv2016-05-282-2/+60
| * | | | | Memory: Make ReadBlock and WriteBlock accept void pointers.Gravatar Subv2016-05-285-21/+19
| * | | | | SOC_U: Remove usage of GetPointerGravatar Subv2016-05-281-27/+73
| * | | | | SSL_C: Remove use of Memory::GetPointerGravatar MerryMage2016-05-281-4/+3
| * | | | | GSP_GPU: Remove use of Memory::GetPointerGravatar MerryMage2016-05-281-33/+50
| * | | | | Memory: CopyBlockGravatar MerryMage2016-05-282-2/+43
| * | | | | DSP_DSP: Remove use of Memory::GetPointerGravatar MerryMage2016-05-281-7/+10
| * | | | | FS/Archive: Remove use of Memory::GetPointerGravatar MerryMage2016-05-281-7/+14
| * | | | | CFG: Remove use of Memory::GetPointerGravatar MerryMage2016-05-211-6/+10
| * | | | | APT: Remove use of Memory::GetPointerGravatar MerryMage2016-05-215-35/+36
| * | | | | Kernel/Thread: Remove use of Memory::GetPointerGravatar MerryMage2016-05-211-1/+1
| * | | | | Applets/swkdb: Remove use of Memory::GetPointerGravatar MerryMage2016-05-211-1/+1
| * | | | | Memory: ZeroBlockGravatar MerryMage2016-05-212-0/+39
| * | | | | FileSys/Path: Replace Memory::GetPointer with Memory::ReadBlockGravatar MerryMage2016-05-211-6/+6
| * | | | | Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAdd...Gravatar MerryMage2016-05-211-1/+4
| * | | | | Memory: ReadBlock/WriteBlockGravatar MerryMage2016-05-213-4/+81
| * | | | | Memory: IsValidVirtualAddress/IsValidPhysicalAddressGravatar MerryMage2016-05-213-0/+26
| |/ / / /
* | | | | Merge pull request #1756 from wwylele/config-cleanupGravatar bunnei2016-05-281-29/+13
|\ \ \ \ \
| * | | | | clean up config blockGravatar wwylele2016-05-031-29/+13
* | | | | | Merge pull request #1857 from MerryMage/rotr-rotlGravatar bunnei2016-05-271-12/+18
|\ \ \ \ \ \
| * | | | | | common_funcs: Provide rotr and rotl for MSVCGravatar MerryMage2016-05-271-12/+18
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1568 from JayFoxRox/fix-printfGravatar Mat M2016-05-263-26/+61
|\ \ \ \ \ \