summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \ \ \ \ \
| * | | | | | | | OpenGL: Set shader_dirty on lighting changesGravatar Jannik Vogel2016-05-231-0/+23
| * | | | | | | | Pica: Name LightSrc.config registerGravatar Jannik Vogel2016-05-232-17/+15
| * | | | | | | | Pica: Name lighting.config0 and .config1 registersGravatar Jannik Vogel2016-05-232-18/+18
| * | | | | | | | OpenGL: Use uniforms for dist_atten_bias and dist_atten_scaleGravatar Jannik Vogel2016-05-233-8/+84
* | | | | | | | | Merge pull request #1855 from MerryMage/memory-headers-20160526Gravatar Mat M2016-05-262-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Memory: Added necessary headers and removed unnecessary headerGravatar MerryMage2016-05-262-1/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1817 from linkmauve/smdh-stuffGravatar bunnei2016-05-2514-167/+229
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Loader: Split SMDH into its own header and import helpers from QGameListGravatar Emmanuel Gil Peyrot2016-05-215-89/+149
| * | | | | | | | | CitraQt: Simplify the game list loader codeGravatar Emmanuel Gil Peyrot2016-05-215-34/+18
| * | | | | | | | | Loader: Add a GetFileType method to get the type of a loaded fileGravatar Emmanuel Gil Peyrot2016-05-214-0/+30
| * | | | | | | | | Loader, Frontends: Refactor loader creation and game loadingGravatar Emmanuel Gil Peyrot2016-05-216-49/+37
| |/ / / / / / / /
* | | | | | | | | New3DS: Minor style cleanup to #1520.Gravatar bunnei2016-05-244-6/+6
* | | | | | | | | Merge pull request #1520 from JamePeng/checknew3dsGravatar bunnei2016-05-2411-14/+145
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implement CheckNew3DS and CheckNew3DSAppGravatar JamePeng2016-04-2011-14/+145
* | | | | | | | | | Merge pull request #1733 from lioncash/vert_loaderGravatar bunnei2016-05-233-11/+23
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | vertex_loader: Correct forward declaration of InputVertexGravatar Lioncash2016-05-081-1/+1