summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
|\ \ \ \ \ \
| * | | | | | Fix ftoi behaviourGravatar Jannik Vogel2016-05-162-22/+53
| * | | | | | Respect fpscr in ftoizGravatar Jannik Vogel2016-05-162-4/+4
| * | | | | | Disable VFP3 instructionsGravatar Jannik Vogel2016-05-161-0/+4
* | | | | | | Merge pull request #1810 from JayFoxRox/fix-float-exceptionsGravatar bunnei2016-05-263-91/+130
|\ \ \ \ \ \ \
| * | | | | | | Remove `exceptions` parameter from `normaliseround` VFP functionsGravatar Jannik Vogel2016-05-183-28/+57
| * | | | | | | Fix exception propagation for VFP single precisionGravatar Jannik Vogel2016-05-182-33/+38