summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Deglobalize System: FatalGravatar David Marcec2019-09-226-20/+29
| * | | | | | | Deglobalize System: BtmGravatar David Marcec2019-09-222-7/+13
| * | | | | | | Deglobalize System: BtdrvGravatar David Marcec2019-09-222-5/+9
| * | | | | | | Deglobalize System: AocGravatar David Marcec2019-09-222-11/+13
| * | | | | | | Deglobalize System: AmGravatar David Marcec2019-09-221-1/+1
* | | | | | | | Merge pull request #2870 from FernandoS27/multi-drawGravatar David2019-09-229-91/+273
|\ \ \ \ \ \ \ \
| * | | | | | | | Maxwell3D: Corrections and refactors to MME instance refactorGravatar Fernando Sahmkow2019-09-224-44/+46
| * | | | | | | | Rasterizer: Correct introduced bug where a conditional render wouldn't stop a...Gravatar Fernando Sahmkow2019-09-201-10/+16
| * | | | | | | | Rasterizer: Refactor and simplify DrawBatch Interface.Gravatar Fernando Sahmkow2019-09-194-35/+16
| * | | | | | | | Rasterizer: Address Feedback and conscerns.Gravatar Fernando Sahmkow2019-09-191-11/+11
| * | | | | | | | Rasterizer: Refactor draw calls, remove deadcode and clean up.Gravatar Fernando Sahmkow2019-09-193-106/+68
| * | | | | | | | VideoCore: Corrections to the MME Inliner and removal of hacky instance manag...Gravatar Fernando Sahmkow2019-09-196-31/+81
| * | | | | | | | Video Core: initial Implementation of InstanceDraw PackagingGravatar Fernando Sahmkow2019-09-197-11/+192
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2891 from FearlessTobi/rod-texGravatar Fernando Sahmkow2019-09-228-24/+39
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix clang-formatGravatar FearlessTobi2019-09-222-2/+2
| * | | | | | | fermi_2d: Lower surface copy log severity to DEBUGGravatar FearlessTobi2019-09-221-1/+1
| * | | | | | | video_core: Implement RGBX16F PixelFormatGravatar FearlessTobi2019-09-227-22/+37
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2867 from ReinUsesLisp/configure-framebuffers-cleanGravatar David2019-09-224-121/+33
|\ \ \ \ \ \ \
| * | | | | | | gl_rasterizer: Remove unused code paths from ConfigureFramebuffersGravatar ReinUsesLisp2019-09-174-121/+33
* | | | | | | | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"Gravatar David Marcec2019-09-2218-73477/+123
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #2535 from DarkLordZach/cheat-v2Gravatar David2019-09-2215-760/+1962
|\ \ \ \ \ \ \
| * | | | | | | dmnt_cheat_vm: Default initialize structure valuesGravatar Zach Hilman2019-09-213-89/+88
| * | | | | | | dmnt_cheat_vm: Make Cheat VM compliant to code styleGravatar Zach Hilman2019-09-214-870/+862
| * | | | | | | core: Initialize cheats after load to avoid VMManager crashGravatar Zach Hilman2019-09-211-0/+5
| * | | | | | | core: Update RegisterCheatList for new VMGravatar Zach Hilman2019-09-212-11/+16
| * | | | | | | patch_manager: Update cheat parsing for new VMGravatar Zach Hilman2019-09-212-15/+20
| * | | | | | | nso: Pass build ID directlyGravatar Zach Hilman2019-09-211-2/+1
| * | | | | | | cheat_engine: Move to memory and strip VMGravatar Zach Hilman2019-09-215-728/+325
| * | | | | | | memory: Port Atmosphere's DmntCheatVmGravatar Zach Hilman2019-09-213-0/+1598
| * | | | | | | log: Add logging class for Cheat EngineGravatar Zach Hilman2019-09-212-0/+2
* | | | | | | | Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1Gravatar David2019-09-2218-123/+73477
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | pl_u: Use kernel physical memoryGravatar Zach Hilman2019-09-212-4/+8
| * | | | | | | pl_u: Remove excess static qualifierGravatar Zach Hilman2019-09-211-1/+1
| * | | | | | | pl_u: Use OSS system archives if real archives don't existGravatar Zach Hilman2019-09-213-111/+42
| * | | | | | | system_archive: Synthesize shared fonts system archivesGravatar Zach Hilman2019-09-213-5/+101
| * | | | | | | pl_u: Expose method to encrypt TTF to BFTTFGravatar Zach Hilman2019-09-212-14/+14
| * | | | | | | externals: Move OSS font data to file_sys in coreGravatar Zach Hilman2019-09-2113-1/+73324
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2612 from DarkLordZach/prepo-newGravatar David2019-09-225-30/+99
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | prepo: Remove system global accessorsGravatar Zach Hilman2019-09-213-15/+18
| * | | | | | prepo: Implement SaveReport New and System variantsGravatar Zach Hilman2019-09-211-15/+71
| * | | | | | reporter: Differentiate between Old, New, and System play reportsGravatar Zach Hilman2019-09-212-5/+15
| |/ / / / /
* | | | | | Merge pull request #2430 from DarkLordZach/fs-controllerGravatar David2019-09-2255-265/+1885
|\ \ \ \ \ \
| * | | | | | configure_debug: Move reporting option to loggingGravatar Zach Hilman2019-09-2115-63/+64
| * | | | | | config: Remove Dump options from configure_debugGravatar Zach Hilman2019-09-214-47/+39
| * | | | | | filesystem: Add const qualification to various accessorsGravatar Zach Hilman2019-09-2110-83/+94
| * | | | | | yuzu: Add UI to manage filesystem paths and sizesGravatar Zach Hilman2019-09-216-1/+627
| * | | | | | core: Store FileSystemController in coreGravatar Zach Hilman2019-09-212-0/+32
| * | | | | | settings: Add options for managing gamecard emulationGravatar Zach Hilman2019-09-214-2/+67
| * | | | | | settings: Add options for setting storage sizesGravatar Zach Hilman2019-09-213-1/+57
| * | | | | | yuzu: Port old usages of Filesystem namespace to FilesystemControllerGravatar Zach Hilman2019-09-2114-46/+106