summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make arm_dyncom_trans* into a fully fledged compilation unitGravatar archshift2016-06-124-53/+73
* arm_dyncom_interpreter: slightly change AllocBuffer to be intuitiveGravatar archshift2016-06-121-15/+15
* arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT funcGravatar archshift2016-06-102-39/+19
* arm_dyncom_interpreter: rename operation functions to fit style guideGravatar archshift2016-06-102-34/+34
* arm_dyncom_interpreter: Rename anonymous enum to TransExtDataGravatar archshift2016-06-104-166/+164
* arm_dyncom_interpreter.cpp: #include translation info from inc filesGravatar archshift2016-06-103-2648/+2652
* 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
| * | | | | | Fix exception propagation for VFP double precisionGravatar Jannik Vogel2016-05-182-34/+39
* | | | | | | Merge pull request #1846 from JayFoxRox/missing-dirty-lightingGravatar bunnei2016-05-264-43/+140
|\ \ \ \ \ \ \