Commit Graph

12899 Commits (7398466c33c848ee7b6e8eb7f479c5a2e53b0870)
 

Author SHA1 Message Date
David e31c15606b
Merge pull request #2895 from FearlessTobi/debug-logs
service/acc: Lower log severity from INFO to DEBUG
5 years ago
jroweboy 64dbc92b61 Add FPS to SDL title bar
Also fix a small issue with incorrect shutdown ordering in SDL.
Previously the system would still be running so the telemetry task
didn't launch and detached_tasks would assert(count == 0)
5 years ago
FearlessTobi e22e0eb8d7 Add missing include 5 years ago
Fernando Sahmkow a755f24369
Merge pull request #2873 from ogniK5377/new-ioctls
Initial implementation of Ioctl2 & Ioctl3
5 years ago
David Marcec 59fd910355 removed comment 5 years ago
David Marcec 654427d4d0 Rebased 5 years ago
Fernando Sahmkow 4ace69de9c
Merge pull request #2884 from ogniK5377/deglobal-sys-services
Remove usage of System::CurrentInterface() from most services
5 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.
5 years ago
David 9d69206cd0
Merge pull request #2870 from FernandoS27/multi-draw
Implement a MME Draw commands Inliner and correct host instance drawing
5 years ago
Fernando Sahmkow 822ca65d69
Merge pull request #2891 from FearlessTobi/rod-tex
video_core: Implement RGBX16F and lower Surface Copy log severity
5 years ago
David 3bfba23362
Merge pull request #2867 from ReinUsesLisp/configure-framebuffers-clean
gl_rasterizer: Remove unused code paths from ConfigureFramebuffers
5 years ago
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