1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-27 21:50:50 -06:00

Commit Graph

  • 056fa43dcd ldr_ro: Fully Implement LoadNro (command 0) Zach Hilman 2018-10-29 22:12:05 -04:00
  • 5e8e7b6019 ldr_ro: Implement UnloadNrr (command 3) Includes initialization check, proper address check, alignment check, and actual unloading of a loaded NRR. Zach Hilman 2018-10-29 22:03:59 -04:00
  • 6cd504feb9 ldr_ro: Fully implement LoadNrr (command 2) Includes parameter error checking, hash enforcement, initialization check, and max NRR load check. Zach Hilman 2018-10-29 21:58:11 -04:00
  • 0276761a1e process: Make MirrorMemory take state to map new memory as Credits to Subv Zach Hilman 2018-10-29 21:55:06 -04:00
  • 8aa17f0480 pl_u: Resize buffers in shared font data getter to what game requests Fixes unmapped spam in SMP and buffer size errors in some other games Zach Hilman 2018-10-29 21:53:57 -04:00
  • 8a537a2021 Merge pull request #1637 from FernandoS27/cache bunnei 2018-11-14 19:07:52 -08:00
  • c6c74248fe Merge pull request #1697 from lioncash/acc bunnei 2018-11-14 19:02:25 -08:00
  • 0478308094 Merge pull request #1696 from lioncash/acc-cond bunnei 2018-11-14 19:02:16 -08:00
  • 53b3c3ab7f Merge pull request #1695 from lioncash/tr bunnei 2018-11-14 15:32:04 -08:00
  • cd47af8af0 service/acc: Correct error case within TrySelectUserWithoutInteraction() Lioncash 2018-11-14 17:40:47 -05:00
  • 9761936e02 profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSaveFile() Lioncash 2018-11-14 17:13:14 -05:00
  • 1af13e0802 profile_manager: Move UUID Format function definitions into the cpp file Lioncash 2018-11-14 17:08:56 -05:00
  • c681690358 Merge pull request #1690 from lioncash/nfp bunnei 2018-11-14 11:55:09 -08:00
  • 7384b33c4f Merge pull request #1689 from lioncash/break bunnei 2018-11-14 11:54:45 -08:00
  • c95ded3a4a Merge pull request #1688 from lioncash/unused bunnei 2018-11-14 11:54:29 -08:00
  • e6676afa18 yuzu/configure_system: Mark the entropy mask string as nontranslatable Lioncash 2018-11-14 14:53:40 -05:00
  • ebf1b58a22 Merge pull request #1684 from lioncash/common bunnei 2018-11-14 11:53:10 -08:00
  • e1ea8cc721 Merge pull request #1679 from DarkLordZach/deterministic-rng-2 bunnei 2018-11-14 11:52:27 -08:00
  • b4f63db04e nfp: Correct erroneous sizeof expression within GetTagInfo() Lioncash 2018-11-14 01:04:38 -05:00
  • 3619b31fc0 service/audren_u: Forward RequestUpdateAuto through the same function as RequestUpdate Lioncash 2018-11-14 02:30:59 -05:00
  • fcde356f15 hid/npad: Add missing break in switch statement within Controller_NPad::OnUpdate() Lioncash 2018-11-14 00:59:17 -05:00
  • 958fa15a4c service: Mark MakeFunctionString with the [[maybe_unused]] attribute. Lioncash 2018-11-14 00:44:17 -05:00
  • f9db75fe40 kernel/thread: Deduplicate scheduler switching code Lioncash 2018-11-13 23:58:41 -05:00
  • 3bd503d59c Merge pull request #1662 from FreddyFunk/CopySurface-Optimization bunnei 2018-11-13 18:58:12 -08:00
  • 09f4150241 Merge pull request #1686 from DarkLordZach/move-open-yuzu-folder bunnei 2018-11-13 18:56:44 -08:00
  • d2b2b05b6a Merge pull request #1685 from lioncash/base bunnei 2018-11-13 18:53:59 -08:00
  • 723bd89883 Merge pull request #1677 from FreddyFunk/skip-vao-binding-cleanup bunnei 2018-11-13 18:53:38 -08:00
  • 70f189d7af Merge pull request #1680 from lioncash/mem bunnei 2018-11-13 18:52:18 -08:00
  • a80467db57 Merge pull request #1682 from lioncash/audio bunnei 2018-11-13 18:51:44 -08:00
  • d2a630c41f Merge pull request #1683 from lioncash/typo bunnei 2018-11-13 18:51:35 -08:00
  • 9b12623743 Merge pull request #1608 from DarkLordZach/save-data-reader bunnei 2018-11-13 18:51:08 -08:00
  • c7387e6504 string_util: Remove ArrayToString() Lioncash 2018-11-13 14:11:34 -05:00
  • f1219e3a87 string_util: Remove TryParse() Lioncash 2018-11-13 14:09:05 -05:00
  • 6001af2b89 qt: Move Open yuzu Folder action from Help to File Zach Hilman 2018-11-13 17:17:47 -05:00
  • 4ed9ef15c4 video_core/renderer_base: Remove GL include from the renderer base class files Lioncash 2018-11-13 14:38:10 -05:00
  • 9bc18eada8 string_util: Remove ThousandSeparate() Lioncash 2018-11-13 14:04:24 -05:00
  • 454cf1dc09 hle/audren_u: Implement Get/SetRenderingTimeLimit Lioncash 2018-11-13 13:07:06 -05:00
  • 81a39181b0 audio_core/audio_renderer: Fix typo in AuxInfo member name Lioncash 2018-11-13 13:32:13 -05:00
  • 004277477a vm_manager: Unstub GetTotalHeapUsage() Lioncash 2018-11-13 11:08:59 -05:00
  • b8e885c6e5 kernel/process: Migrate heap-related memory management out of the process class and into the vm manager Lioncash 2018-11-13 11:06:33 -05:00
  • ab552e4a25 svc: Use proper random entropy generation algorithm Zach Hilman 2018-11-13 12:25:43 -05:00
  • af42320021 GDBStub improvements: - Add FPU support - Fix access to TLS Fix clang-format. Hedges 2018-11-13 15:44:20 +00:00
  • 9ea8eb6b2e yuzu: Add hotkey for Amiibo loading fearlessTobi 2018-11-13 15:06:41 +01:00
  • ab362aa7e5 gl_rasterizer: Minor cleanup Frederic L 2018-11-13 14:07:23 +01:00
  • 9a0fb7d9fb gl_state: Amend compilation warnings Lioncash 2018-11-13 07:08:11 -05:00
  • 65bd03d74c Merge pull request #1628 from greggameplayer/Texture2DArray bunnei 2018-11-12 21:13:47 -08:00
  • 7f3c2525e6 Merge pull request #1670 from DarkLordZach/deterministic-rng bunnei 2018-11-12 21:10:08 -08:00
  • fd72d889bf Merge pull request #1665 from ogniK5377/GetClockSnapshot bunnei 2018-11-12 20:13:47 -08:00
  • cb1e63ef09 svc: Return random seed for svcGetInfo RandomEntropy Zach Hilman 2018-11-12 21:46:21 -05:00
  • c8b3f09876 Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666) greggameplayer 2018-11-13 03:34:54 +01:00
  • d08b876c9d Merge pull request #1650 from FreddyFunk/cast bunnei 2018-11-12 18:32:54 -08:00
  • b4a6ce02ce Merge pull request #1674 from FearlessTobi/fullscreen-fix James Rowe 2018-11-12 13:00:25 -07:00
  • 9333ee29ca yuzu: Add a missing "!" to fix the stuck-in-fullscreen bug Tobias 2018-11-12 20:57:15 +01:00
  • 2a16fd7ffc settings: Add config option to set RNG seed Zach Hilman 2018-11-11 22:34:23 -05:00
  • 4b4f883aef csrng: Use std::mt19937 engine for random number generation Zach Hilman 2018-11-11 22:33:31 -05:00
  • 2c6efda235 Merge pull request #1660 from Tinob/master bunnei 2018-11-11 19:58:16 -08:00
  • 7474382266 Merge pull request #1652 from FreddyFunk/static-cast bunnei 2018-11-11 12:19:03 -08:00
  • a264fac943 Merge pull request #1664 from FreddyFunk/cast2 bunnei 2018-11-11 12:18:29 -08:00
  • 72b1fae984 Use core extensions when available to set max anisotropic filtering level Rodolfo Bogado 2018-11-08 09:51:53 -03:00
  • 4e6c64bf8d Improve state management by splitting some of the states id separated function to avoid a full apply overhead Rodolfo Bogado 2018-11-07 22:27:47 -03:00
  • 4a6eff3b7b Try to fix problems with stencil test in some games, relax translation to opengl enums to avoid crashing and only generate logs of the errors. Rodolfo Bogado 2018-11-07 00:27:12 -03:00
  • e9610ec0dd set sampler max lod, min lod, lod bias and max anisotropy Rodolfo Bogado 2018-11-07 00:25:16 -03:00
  • 3088e36237 Improved GPU Caches lookup Speed FernandoS27 2018-11-02 20:04:01 -04:00
  • eaee73f95d Merge pull request #1669 from ReinUsesLisp/fixup-gs bunnei 2018-11-11 08:28:20 -08:00
  • c82bccab56 Merge pull request #1663 from lioncash/raster bunnei 2018-11-11 08:20:27 -08:00
  • 1916213311 Merge pull request #1648 from FernandoS27/texs-3-array bunnei 2018-11-11 08:18:27 -08:00
  • 8ea6261547 Merge pull request #1654 from degasus/dirty_flags bunnei 2018-11-11 08:17:57 -08:00
  • 93fca5d9cf Merge pull request #1656 from ogniK5377/message-queue James Rowe 2018-11-10 11:27:17 -07:00
  • c21a6c6b37 Merge pull request #1661 from lioncash/dtor James Rowe 2018-11-10 11:08:55 -07:00
  • 48cd61d9c8 Added maybe_unused David Marcec 2018-11-10 18:07:34 +11:00
  • ddc242dd51 Added ToPosixTime & ToPosixTimeWithMyRule David Marcec 2018-11-10 17:41:57 +11:00
  • 8d4bb10d44 gl_shader_decompiler: Guard out of bound geometry shader input reads ReinUsesLisp 2018-11-10 02:41:33 -03:00
  • 84c6134264 Added consts and static David Marcec 2018-11-10 12:31:48 +11:00
  • 4f78f5c0df Implement GetClockSnapshot David Marcec 2018-11-10 01:25:56 +11:00
  • e2bf581e3a gl_rasterizer_cache: Remove unnecessary memory allocation and copy in CopySurface Frederic Laing 2018-11-08 13:58:53 +01:00
  • 1d36aec267 gl_rasterizer: Fix compiler warnings Frederic Laing 2018-11-08 13:33:30 +01:00
  • 9046f764bf rasterizer_cache: Remove reliance on the System singleton Lioncash 2018-11-08 06:08:00 -05:00
  • 9de523fd90 rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject Lioncash 2018-11-08 00:31:35 -05:00
  • 29f082775b gl_resource_manager: Amend clang-format discrepancies Lioncash 2018-11-08 00:23:43 -05:00
  • 0e05a9d58f Merge pull request #1658 from ogniK5377/holdtype-style bunnei 2018-11-07 20:59:01 -08:00
  • 581406af18 svcBreak now dumps information from the debug buffer passed (#1646) David 2018-11-08 15:43:54 +11:00
  • 481d8716e0 Merge pull request #1655 from ogniK5377/shantae bunnei 2018-11-07 20:41:06 -08:00
  • d347623d6f Correct issue where texturelod could not be applied to 2darrayshadow FernandoS27 2018-11-07 21:48:45 -04:00
  • 40db288a2a Renamed CheckIfOperationChanged to OnDockedModeChanged David Marcec 2018-11-08 12:12:00 +11:00
  • ad2f47b579 Implement 3 coordinate array in TEXS instruction FernandoS27 2018-11-05 14:07:08 -04:00
  • a9c25ab9e4 Updated npad styles on holdtype switches David Marcec 2018-11-08 01:07:14 +11:00
  • fd1ef25257 Fixups David Marcec 2018-11-07 20:12:27 +11:00
  • 81ff9e2473 Merge pull request #1630 from bunnei/fix-mapbufferex bunnei 2018-11-07 00:14:36 -08:00
  • 74bce4d68f Merge pull request #1635 from Tinob/master bunnei 2018-11-07 00:11:49 -08:00
  • e5a0a23553 Merge pull request #1653 from degasus/profiler bunnei 2018-11-07 00:10:13 -08:00
  • 41e99d8880 Ability to switch between docked and undocked mode in-game David Marcec 2018-11-07 18:01:33 +11:00
  • ad45d68871 fixed spelling error David Marcec 2018-11-07 12:04:43 +11:00
  • 49cb4fa37b Added missing log David Marcec 2018-11-07 11:46:04 +11:00
  • 92fcc6d15a Implement acc:TrySelectUserWithoutInteraction David Marcec 2018-11-07 11:45:01 +11:00
  • 359db6a673 gl_rasterizer: Skip VAO binding if the state is clean. Markus Wick 2018-11-06 19:15:44 +01:00
  • 0590dd2971 gl_rasterizer: Split VAO and VB setup functions. Markus Wick 2018-11-06 19:37:10 +01:00
  • d3b9599b2d Merge branch 'master' into Texture2DArray greggameplayer 2018-11-06 19:05:57 +01:00
  • 2c87f10267 gl_rasterizer_cache: Add profiles for Copy and Blit. Markus Wick 2018-11-06 13:25:01 +01:00
  • 7e59e907ef gl_resource_manager: Profile creation and deletion. Markus Wick 2018-11-06 11:07:50 +01:00
  • 80e4dbdce7 gl_stream_buffer: Profile orphaning of stream buffer. Markus Wick 2018-11-06 10:42:33 +01:00