Commit Graph

12938 Commits (012d7f52337bae999abcc4943b45b8fe5ab5f7a3)
 

Author SHA1 Message Date
Fernando Sahmkow 68f5aff64f Maxwell3D: Corrections and refactors to MME instance refactor 5 years ago
David Marcec 9513abbb0a removed unneeded semicolon 5 years ago
David cf1e4770f9
Merge pull request #2893 from ogniK5377/revert-dlz
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
5 years ago
David Marcec d961d5479e Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
This reverts commit fa1c60c33e, reversing
changes made to e34899067b.
5 years ago
David Marcec e73ac40eaa Removed reference to core timing to nvflinger and used system instead 5 years ago
David Marcec aed884d121 marked controller constructors as explicit 5 years ago
David Marcec bd1c4ec9a0 Rebase 5 years ago
David Marcec fcdbf0bc53 Rebase 5 years ago
David Marcec 4d220964df Deglobalize System: Vi 5 years ago
David Marcec 2c6e4ce0ad Deglobalize System: Time 5 years ago
David Marcec 36a97dd8a2 Rebase 5 years ago
David Marcec d6e830d877 Deglobalize System: NvFlinger 5 years ago
David Marcec f21ab654db Rebase 5 years ago
David Marcec 8d3ff2b127 Deglobalize System: Nim 5 years ago
David Marcec ad53dc0106 Deglobalize System: Nifm 5 years ago
David Marcec 8df2a98f75 Deglobalize System: NFP 5 years ago
David Marcec 482a03f8a5 Deglobalize System: LDR 5 years ago
David Marcec 07823b61a1 Deglobalize System: IRS 5 years ago
David Marcec 28181919a6 Deglobalize System: Hid 5 years ago
David Marcec a9e9570d84 Deglobalize System: Friend 5 years ago
David Marcec a40e5b2def Deglobalize System: Fatal 5 years ago
David Marcec c33faabb27 Deglobalize System: Btm 5 years ago
David Marcec f2b61ff073 Deglobalize System: Btdrv 5 years ago
David Marcec 7da8e3f812 Deglobalize System: Aoc 5 years ago
David Marcec 2dbfac652e Deglobalize System: Am 5 years ago
David 9187350b32
Merge pull request #2535 from DarkLordZach/cheat-v2
cheat_engine: Use Atmosphere's Cheat VM and fix cheat crash
5 years ago
David fa1c60c33e
Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1
system_archive: Move shared font data to system_archive and fix extended font data
5 years ago
Zach Hilman 2a4730cbee pl_u: Use kernel physical memory 5 years ago
Zach Hilman 60c2e9e675 qt: Prompt user for confirmation if exit lock is active 5 years ago
Zach Hilman 2bddc03468 dmnt_cheat_vm: Default initialize structure values 5 years ago
David e34899067b
Merge pull request #2886 from MysticExile/dynarmic
externals: Update dynarmic to master
5 years ago
David Marcec 6325c3044c server side clang format fix2 5 years ago
Zach Hilman e58e3719d8 am: Implement ISelfController ExitLock commands 5 years ago
Zach Hilman a7fda84902 am: Implement ISelfController Exit
Closes the current application.
5 years ago
Zach Hilman 4c1c8801a5 am: Add RequestExit event to AppletMessageQueue
Tested against libnx, signals to games to begin cleanup.
5 years ago
Zach Hilman bbc1437188 core: Track system exit lock status
Used to determine if yuzu should confirm before pausing or stopping a game.
5 years ago
David Marcec d3783fcc52 Use clang-format provided by build server 5 years ago
Zach Hilman 885ea2de2a pl_u: Remove excess static qualifier 5 years ago
Zach Hilman 94afffe9e5 pl_u: Use OSS system archives if real archives don't exist 5 years ago
David a1b8e5d09a
Merge pull request #2612 from DarkLordZach/prepo-new
prepo: Implement New, System, and Non-User variants of SaveReport
5 years ago
Zach Hilman 682174b112 dmnt_cheat_vm: Make Cheat VM compliant to code style 5 years ago
Zach Hilman 3e729c13cc core: Initialize cheats after load to avoid VMManager crash
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,
5 years ago
Zach Hilman 37850eeee5 core: Update RegisterCheatList for new VM 5 years ago
Zach Hilman a0055192fe patch_manager: Update cheat parsing for new VM 5 years ago
Zach Hilman c6becfc9f5 nso: Pass build ID directly
As opposed to converting to string and then back to hex array
5 years ago
Zach Hilman 7d41c1f523 cheat_engine: Move to memory and strip VM
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.
5 years ago
Zach Hilman 12aa127df3 memory: Port Atmosphere's DmntCheatVm
This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu.
5 years ago
Zach Hilman 470466b31b log: Add logging class for Cheat Engine
This is better than just using something like Common.Filesystem or Common.Memory
5 years ago
David c9ccdfbeac
Merge pull request #2430 from DarkLordZach/fs-controller
core: Implement FileSystemController to deglobalize FS services
5 years ago
Zach Hilman 7979ccd956
Merge pull request #2883 from ogniK5377/log-game
Log the current title id and game name which is booting
5 years ago