Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-22 | Add missing include | FearlessTobi | |
2019-09-22 | Merge pull request #2884 from ogniK5377/deglobal-sys-services | Fernando Sahmkow | |
Remove usage of System::CurrentInterface() from most services | |||
2019-09-22 | Merge pull request #2870 from FernandoS27/multi-draw | David | |
Implement a MME Draw commands Inliner and correct host instance drawing | |||
2019-09-22 | Merge pull request #2891 from FearlessTobi/rod-tex | Fernando Sahmkow | |
video_core: Implement RGBX16F and lower Surface Copy log severity | |||
2019-09-22 | Merge pull request #2867 from ReinUsesLisp/configure-framebuffers-clean | David | |
gl_rasterizer: Remove unused code paths from ConfigureFramebuffers | |||
2019-09-22 | Maxwell3D: Corrections and refactors to MME instance refactor | Fernando Sahmkow | |
2019-09-22 | removed unneeded semicolon | David Marcec | |
2019-09-22 | Merge pull request #2893 from ogniK5377/revert-dlz | David | |
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" | |||
2019-09-22 | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" | David Marcec | |
This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing changes made to e34899067b60a69bca02761bd1290c6824bb559a. | |||
2019-09-22 | Removed reference to core timing to nvflinger and used system instead | David Marcec | |
2019-09-22 | marked controller constructors as explicit | David Marcec | |
2019-09-22 | Rebase | David Marcec | |
2019-09-22 | Rebase | David Marcec | |
2019-09-22 | Deglobalize System: Vi | David Marcec | |
2019-09-22 | Deglobalize System: Time | David Marcec | |
2019-09-22 | Rebase | David Marcec | |
2019-09-22 | Deglobalize System: NvFlinger | David Marcec | |
2019-09-22 | Rebase | David Marcec | |
2019-09-22 | Deglobalize System: Nim | David Marcec | |
2019-09-22 | Deglobalize System: Nifm | David Marcec | |
2019-09-22 | Deglobalize System: NFP | David Marcec | |
2019-09-22 | Deglobalize System: LDR | David Marcec | |
2019-09-22 | Deglobalize System: IRS | David Marcec | |
2019-09-22 | Deglobalize System: Hid | David Marcec | |
2019-09-22 | Deglobalize System: Friend | David Marcec | |
2019-09-22 | Deglobalize System: Fatal | David Marcec | |
2019-09-22 | Deglobalize System: Btm | David Marcec | |
2019-09-22 | Deglobalize System: Btdrv | David Marcec | |
2019-09-22 | Deglobalize System: Aoc | David Marcec | |
2019-09-22 | Deglobalize System: Am | David Marcec | |
2019-09-22 | Merge pull request #2535 from DarkLordZach/cheat-v2 | David | |
cheat_engine: Use Atmosphere's Cheat VM and fix cheat crash | |||
2019-09-22 | Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1 | David | |
system_archive: Move shared font data to system_archive and fix extended font data | |||
2019-09-21 | pl_u: Use kernel physical memory | Zach Hilman | |
2019-09-21 | dmnt_cheat_vm: Default initialize structure values | Zach Hilman | |
2019-09-22 | Merge pull request #2886 from MysticExile/dynarmic | David | |
externals: Update dynarmic to master | |||
2019-09-21 | pl_u: Remove excess static qualifier | Zach Hilman | |
2019-09-21 | pl_u: Use OSS system archives if real archives don't exist | Zach Hilman | |
2019-09-22 | Merge pull request #2612 from DarkLordZach/prepo-new | David | |
prepo: Implement New, System, and Non-User variants of SaveReport | |||
2019-09-21 | dmnt_cheat_vm: Make Cheat VM compliant to code style | Zach Hilman | |
2019-09-21 | core: Initialize cheats after load to avoid VMManager crash | Zach Hilman | |
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, | |||
2019-09-21 | core: Update RegisterCheatList for new VM | Zach Hilman | |
2019-09-21 | patch_manager: Update cheat parsing for new VM | Zach Hilman | |
2019-09-21 | nso: Pass build ID directly | Zach Hilman | |
As opposed to converting to string and then back to hex array | |||
2019-09-21 | cheat_engine: Move to memory and strip VM | Zach Hilman | |
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. | |||
2019-09-21 | memory: Port Atmosphere's DmntCheatVm | Zach Hilman | |
This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu. | |||
2019-09-21 | log: Add logging class for Cheat Engine | Zach Hilman | |
This is better than just using something like Common.Filesystem or Common.Memory | |||
2019-09-22 | Merge pull request #2430 from DarkLordZach/fs-controller | David | |
core: Implement FileSystemController to deglobalize FS services | |||
2019-09-21 | Merge pull request #2883 from ogniK5377/log-game | Zach Hilman | |
Log the current title id and game name which is booting | |||
2019-09-22 | Fix clang-format | FearlessTobi | |
2019-09-22 | fermi_2d: Lower surface copy log severity to DEBUG | FearlessTobi | |