| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | Rasterizer: Correct introduced bug where a conditional render wouldn't stop ↵ | 2019-09-20 | 1 | -10/+16 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a draw call from executing | |||||
| | * | | | | | | | | Rasterizer: Refactor and simplify DrawBatch Interface. | 2019-09-19 | 4 | -35/+16 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | Rasterizer: Address Feedback and conscerns. | 2019-09-19 | 1 | -11/+11 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | Rasterizer: Refactor draw calls, remove deadcode and clean up. | 2019-09-19 | 3 | -106/+68 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | VideoCore: Corrections to the MME Inliner and removal of hacky instance ↵ | 2019-09-19 | 6 | -31/+81 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | management. | |||||
| | * | | | | | | | | Video Core: initial Implementation of InstanceDraw Packaging | 2019-09-19 | 7 | -11/+192 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2891 from FearlessTobi/rod-tex | 2019-09-22 | 8 | -24/+39 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | video_core: Implement RGBX16F and lower Surface Copy log severity | |||||
| | * | | | | | | | Fix clang-format | 2019-09-22 | 2 | -2/+2 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | fermi_2d: Lower surface copy log severity to DEBUG | 2019-09-22 | 1 | -1/+1 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | video_core: Implement RGBX16F PixelFormat | 2019-09-22 | 7 | -22/+37 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2867 from ReinUsesLisp/configure-framebuffers-clean | 2019-09-22 | 4 | -121/+33 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | gl_rasterizer: Remove unused code paths from ConfigureFramebuffers | |||||
| | * | | | | | | | gl_rasterizer: Remove unused code paths from ConfigureFramebuffers | 2019-09-17 | 4 | -121/+33 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" | 2019-09-22 | 18 | -73477/+123 | ||
| | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing changes made to e34899067b60a69bca02761bd1290c6824bb559a. | |||||
| * | | | | | | | Merge pull request #2535 from DarkLordZach/cheat-v2 | 2019-09-22 | 15 | -760/+1962 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | cheat_engine: Use Atmosphere's Cheat VM and fix cheat crash | |||||
| | * | | | | | | | dmnt_cheat_vm: Default initialize structure values | 2019-09-21 | 3 | -89/+88 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | dmnt_cheat_vm: Make Cheat VM compliant to code style | 2019-09-21 | 4 | -870/+862 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: Initialize cheats after load to avoid VMManager crash | 2019-09-21 | 1 | -0/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This used to occur due to the VMManager being nullptr at the time cheats were registered (during load, but before it was done). This is bypassed by not accessing the VMManager for offset data until load is complete, | |||||
| | * | | | | | | | core: Update RegisterCheatList for new VM | 2019-09-21 | 2 | -11/+16 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | patch_manager: Update cheat parsing for new VM | 2019-09-21 | 2 | -15/+20 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | nso: Pass build ID directly | 2019-09-21 | 1 | -2/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | As opposed to converting to string and then back to hex array | |||||
| | * | | | | | | | cheat_engine: Move to memory and strip VM | 2019-09-21 | 5 | -728/+325 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This is to go with the Atmosphere VM port, now it just contains the callbacks needed for the interface between DmntCheatVm and yuzu, along with the cheat parsers. | |||||
| | * | | | | | | | memory: Port Atmosphere's DmntCheatVm | 2019-09-21 | 3 | -0/+1598 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu. | |||||
| | * | | | | | | | log: Add logging class for Cheat Engine | 2019-09-21 | 2 | -0/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This is better than just using something like Common.Filesystem or Common.Memory | |||||
| * | | | | | | | | Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1 | 2019-09-22 | 18 | -123/+73477 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | system_archive: Move shared font data to system_archive and fix extended font data | |||||
| | * | | | | | | | pl_u: Use kernel physical memory | 2019-09-21 | 2 | -4/+8 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | pl_u: Remove excess static qualifier | 2019-09-21 | 1 | -1/+1 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | pl_u: Use OSS system archives if real archives don't exist | 2019-09-21 | 3 | -111/+42 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | system_archive: Synthesize shared fonts system archives | 2019-09-21 | 3 | -5/+101 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | pl_u: Expose method to encrypt TTF to BFTTF | 2019-09-21 | 2 | -14/+14 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | externals: Move OSS font data to file_sys in core | 2019-09-21 | 13 | -1/+73324 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2612 from DarkLordZach/prepo-new | 2019-09-22 | 5 | -30/+99 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | prepo: Implement New, System, and Non-User variants of SaveReport | |||||
| | * | | | | | | prepo: Remove system global accessors | 2019-09-21 | 3 | -15/+18 | ||
| | | | | | | | | ||||||
| | * | | | | | | prepo: Implement SaveReport New and System variants | 2019-09-21 | 1 | -15/+71 | ||
| | | | | | | | | ||||||
| | * | | | | | | reporter: Differentiate between Old, New, and System play reports | 2019-09-21 | 2 | -5/+15 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2430 from DarkLordZach/fs-controller | 2019-09-22 | 55 | -265/+1885 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | core: Implement FileSystemController to deglobalize FS services | |||||
| | * | | | | | | configure_debug: Move reporting option to logging | 2019-09-21 | 15 | -63/+64 | ||
| | | | | | | | | ||||||
| | * | | | | | | config: Remove Dump options from configure_debug | 2019-09-21 | 4 | -47/+39 | ||
| | | | | | | | | ||||||
| | * | | | | | | filesystem: Add const qualification to various accessors | 2019-09-21 | 10 | -83/+94 | ||
| | | | | | | | | ||||||
| | * | | | | | | yuzu: Add UI to manage filesystem paths and sizes | 2019-09-21 | 6 | -1/+627 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: Store FileSystemController in core | 2019-09-21 | 2 | -0/+32 | ||
| | | | | | | | | ||||||
| | * | | | | | | settings: Add options for managing gamecard emulation | 2019-09-21 | 4 | -2/+67 | ||
| | | | | | | | | ||||||
| | * | | | | | | settings: Add options for setting storage sizes | 2019-09-21 | 3 | -1/+57 | ||
| | | | | | | | | ||||||
| | * | | | | | | yuzu: Port old usages of Filesystem namespace to FilesystemController | 2019-09-21 | 14 | -46/+106 | ||
| | | | | | | | | ||||||
| | * | | | | | | settings: Update LogSettings to show NAND/SDMC paths from FileUtil | 2019-09-21 | 1 | -2/+3 | ||
| | | | | | | | | ||||||
| | * | | | | | | card_image: Add accessors for gamecard certificate | 2019-09-21 | 2 | -0/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used by fsp-srv/IDeviceOperator | |||||
| | * | | | | | | card_image: Add functions to query gamecard update partition | 2019-09-21 | 2 | -0/+24 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes version and meta title ID, used by fsp-srv/IDeviceOperator | |||||
| | * | | | | | | content_archive: Add accessors for Rights ID and SDK Version | 2019-09-21 | 2 | -0/+10 | ||
| | | | | | | | | ||||||
| | * | | | | | | partition_data_manager: Add accessor for decrypted PRODINFO partition | 2019-09-21 | 2 | -0/+5 | ||
| | | | | | | | | ||||||
| | * | | | | | | services: Pass FileSystemController as reference to services that need it | 2019-09-21 | 11 | -20/+47 | ||
| | | | | | | | | ||||||
| | * | | | | | | am: Unstub IApplicationFunctions EnsureSaveData (20) | 2019-09-21 | 1 | -8/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | | Creates a default save data for the application given a user ID. | |||||