Commit Graph

12945 Commits (2ef696c85a37917102a9f869775180ab225f0d56)
 

Author SHA1 Message Date
David Marcec 59fd910355 removed comment 6 years ago
David Marcec 654427d4d0 Rebased 6 years ago
Fernando Sahmkow 4ace69de9c
Merge pull request #2884 from ogniK5377/deglobal-sys-services
Remove usage of System::CurrentInterface() from most services
6 years ago
FearlessTobi 82979296d2 service/acc: Lower log severity from INFO to DEBUG
According to ogniK, this should have always been Debug and not Info.
6 years ago
David 9d69206cd0
Merge pull request #2870 from FernandoS27/multi-draw
Implement a MME Draw commands Inliner and correct host instance drawing
6 years ago
Fernando Sahmkow 822ca65d69
Merge pull request #2891 from FearlessTobi/rod-tex
video_core: Implement RGBX16F and lower Surface Copy log severity
6 years ago
David 3bfba23362
Merge pull request #2867 from ReinUsesLisp/configure-framebuffers-clean
gl_rasterizer: Remove unused code paths from ConfigureFramebuffers
6 years ago
Fernando Sahmkow 68f5aff64f Maxwell3D: Corrections and refactors to MME instance refactor 6 years ago
David Marcec 9513abbb0a removed unneeded semicolon 6 years ago
David cf1e4770f9
Merge pull request #2893 from ogniK5377/revert-dlz
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
6 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.
6 years ago
David Marcec e73ac40eaa Removed reference to core timing to nvflinger and used system instead 6 years ago
David Marcec aed884d121 marked controller constructors as explicit 6 years ago
David Marcec bd1c4ec9a0 Rebase 6 years ago
David Marcec fcdbf0bc53 Rebase 6 years ago
David Marcec 4d220964df Deglobalize System: Vi 6 years ago
David Marcec 2c6e4ce0ad Deglobalize System: Time 6 years ago
David Marcec 36a97dd8a2 Rebase 6 years ago
David Marcec d6e830d877 Deglobalize System: NvFlinger 6 years ago
David Marcec f21ab654db Rebase 6 years ago
David Marcec 8d3ff2b127 Deglobalize System: Nim 6 years ago
David Marcec ad53dc0106 Deglobalize System: Nifm 6 years ago
David Marcec 8df2a98f75 Deglobalize System: NFP 6 years ago
David Marcec 482a03f8a5 Deglobalize System: LDR 6 years ago
David Marcec 07823b61a1 Deglobalize System: IRS 6 years ago
David Marcec 28181919a6 Deglobalize System: Hid 6 years ago
David Marcec a9e9570d84 Deglobalize System: Friend 6 years ago
David Marcec a40e5b2def Deglobalize System: Fatal 6 years ago
David Marcec c33faabb27 Deglobalize System: Btm 6 years ago
David Marcec f2b61ff073 Deglobalize System: Btdrv 6 years ago
David Marcec 7da8e3f812 Deglobalize System: Aoc 6 years ago
David Marcec 2dbfac652e Deglobalize System: Am 6 years ago
David 9187350b32
Merge pull request #2535 from DarkLordZach/cheat-v2
cheat_engine: Use Atmosphere's Cheat VM and fix cheat crash
6 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
6 years ago
Zach Hilman 2a4730cbee pl_u: Use kernel physical memory 6 years ago
Zach Hilman 60c2e9e675 qt: Prompt user for confirmation if exit lock is active 6 years ago
Zach Hilman 2bddc03468 dmnt_cheat_vm: Default initialize structure values 6 years ago
David e34899067b
Merge pull request #2886 from MysticExile/dynarmic
externals: Update dynarmic to master
6 years ago
David Marcec 6325c3044c server side clang format fix2 6 years ago
Zach Hilman e58e3719d8 am: Implement ISelfController ExitLock commands 6 years ago
Zach Hilman a7fda84902 am: Implement ISelfController Exit
Closes the current application.
6 years ago
Zach Hilman 4c1c8801a5 am: Add RequestExit event to AppletMessageQueue
Tested against libnx, signals to games to begin cleanup.
6 years ago
Zach Hilman bbc1437188 core: Track system exit lock status
Used to determine if yuzu should confirm before pausing or stopping a game.
6 years ago
David Marcec d3783fcc52 Use clang-format provided by build server 6 years ago
Zach Hilman 885ea2de2a pl_u: Remove excess static qualifier 6 years ago
Zach Hilman 94afffe9e5 pl_u: Use OSS system archives if real archives don't exist 6 years ago
David a1b8e5d09a
Merge pull request #2612 from DarkLordZach/prepo-new
prepo: Implement New, System, and Non-User variants of SaveReport
6 years ago
Zach Hilman 682174b112 dmnt_cheat_vm: Make Cheat VM compliant to code style 6 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,
6 years ago
Zach Hilman 37850eeee5 core: Update RegisterCheatList for new VM 6 years ago