summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | cmake: prefer system librariesGravatar Alexandre Bouvier2022-12-049-27/+16
| | | | |
* | | | | Vulkan: Implement Alpha coverageGravatar Fernando Sahmkow2022-12-053-2/+6
| |_|_|/ |/| | |
* | | | Merge pull request #9381 from liamwhite/uninitGravatar Mai2022-12-041-7/+7
|\ \ \ \ | | | | | | | | | | service_thread: fix uninitialized memory usage
| * | | | service_thread: fix uninitialized memory usageGravatar Liam2022-12-041-7/+7
| | | | |
* | | | | Merge pull request #9232 from bunnei/audio-default-threadGravatar liamwhite2022-12-043-18/+12
|\ \ \ \ \ | |/ / / / |/| | | | hle: service: audio: Use default service thread.
| * | | | hle: service: audio: Use default service thread.Gravatar bunnei2022-11-113-18/+12
| | | | | | | | | | | | | | | | | | | | - This was arbitrarily added by me, and does not appear to be helpful.
* | | | | Merge pull request #9273 from ameerj/per-game-profileGravatar liamwhite2022-12-0413-27/+587
|\ \ \ \ \ | | | | | | | | | | | | Configuration: Add per-game input profiles
| * | | | | configure_input_player: Fix profile saving when using handheld controller typeGravatar ameerj2022-11-281-1/+7
| | | | | |
| * | | | | config: Custom profile detection fixesGravatar ameerj2022-11-286-64/+108
| | | | | | | | | | | | | | | | | | | | | | | | Also only reads/writes applicable configs for the custom profiles.
| * | | | | configure_input_per_game: Allow configuring all 8 playersGravatar ameerj2022-11-283-54/+113
| | | | | |
| * | | | | Configuration: Add per-game input profilesGravatar ameerj2022-11-2011-14/+465
| | | | | |
* | | | | | Merge pull request #9372 from liamwhite/vk12Gravatar liamwhite2022-12-0417-165/+209
|\ \ \ \ \ \ | | | | | | | | | | | | | | vulkan_common: promote extension usages to core when possible
| * | | | | | vulkan_common: add feature test for shaderDrawParametersGravatar Liam2022-12-041-1/+13
| | | | | | |
| * | | | | | vulkan_common: clean up extension usageGravatar Liam2022-12-0412-102/+105
| | | | | | |
| * | | | | | vulkan_common: correct usage of timeline semaphore fallbacksGravatar Liam2022-12-041-2/+1
| | | | | | |
| * | | | | | vulkan_common: ensure all mandatory features are tested in feature reportGravatar Liam2022-12-041-1/+24
| | | | | | |
| * | | | | | vulkan_common: unsuffix 16-bit storage feature test structureGravatar Liam2022-12-041-2/+2
| | | | | | |
| * | | | | | vulkan_common: unsuffix timeline semaphore feature test structureGravatar Liam2022-12-041-2/+2
| | | | | | |
| * | | | | | vulkan_common: add logicOp to feature reportGravatar Liam2022-12-041-1/+2
| | | | | | |
| * | | | | | vulkan_common: promote host query reset usage to coreGravatar Liam2022-12-044-11/+12
| | | | | | |
| * | | | | | vulkan_common: promote descriptor update template usage to coreGravatar Liam2022-12-048-37/+36
| | | | | | |
| * | | | | | vulkan_common: promote timeline semaphore usage to coreGravatar Liam2022-12-043-9/+15
| | |_|/ / / | |/| | | |
* / | | | | yuzu-cmd: link SDL2 correctlyGravatar Liam2022-12-041-1/+1
|/ / / / /
* | | | | Merge pull request #9374 from liamwhite/externalsGravatar liamwhite2022-12-045-21/+23
|\ \ \ \ \ | | | | | | | | | | | | externals: update dynarmic, SDL2
| * | | | | externals: update dynarmic, SDL2Gravatar Liam2022-12-045-21/+23
| | | | | |
* | | | | | Merge pull request #9344 from liamwhite/nullGravatar bunnei2022-12-0320-28/+383
|\ \ \ \ \ \ | |/ / / / / |/| | | | | video_core: add null backend
| * | | | | video_core: add null backendGravatar Liam2022-11-2820-28/+383
| | | | | |
* | | | | | Merge pull request #9300 from ameerj/pchGravatar liamwhite2022-12-0328-4/+157
|\ \ \ \ \ \ | | | | | | | | | | | | | | CMake: Use precompiled headers to improve compile times
| * | | | | | CMake: Consolidate common PCH headersGravatar ameerj2022-11-3014-84/+29
| | | | | | |
| * | | | | | string_util: Fix Mingw compile errorGravatar ameerj2022-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: liamwhite <9658600+liamwhite@users.noreply.github.com>
| * | | | | | CMake: Disable PCH on MSVC + Buildcache configsGravatar ameerj2022-11-291-4/+0
| | | | | | |
| * | | | | | CMake: Use precompiled headersGravatar ameerj2022-11-2925-1/+214
| | | | | | |
| * | | | | | value.h: remove recursive includeGravatar ameerj2022-11-291-1/+0
| | | | | | |
* | | | | | | Merge pull request #9289 from liamwhite/fruit-companyGravatar liamwhite2022-12-0378-37/+949
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | general: fix compile for Apple Clang
| * | | | | | | general: fix compile for Apple ClangGravatar Liam2022-11-2278-37/+949
| | | | | | | |
* | | | | | | | Merge pull request #9353 from vonchenplus/draw_indexedGravatar liamwhite2022-12-032-27/+22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | video_core: Fine tuning the index drawing judgment logic
| * | | | | | | | video_core: Fine tuning the index drawing judgment logicGravatar Feng Chen2022-12-012-27/+22
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #9303 from liamwhite/new-vulkan-initGravatar Matías Locatti2022-12-0213-101/+191
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Vulkan: update initialization
| * | | | | | | | Vulkan: update initializationGravatar Liam2022-11-2713-101/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: bylaws <bylaws@users.noreply.github.com>
* | | | | | | | | Merge pull request #9363 from liamwhite/gsGravatar Matías Locatti2022-12-029-6/+230
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | shader_recompiler: add gl_Layer translation GS for older hardware
| * | | | | | | | | shader_recompiler: add gl_Layer translation GS for older hardwareGravatar Liam2022-12-019-6/+230
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #9348 from Morph1984/when-the-network-is-downGravatar liamwhite2022-12-011-7/+34
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | service: nifm: Update stubs for Submit/GetRequestState/GetResult
| * | | | | | | | service: nifm: Update stubs for Submit/GetRequestState/GetResultGravatar Morph2022-11-281-7/+34
| | | | | | | | |
* | | | | | | | | Merge pull request #9320 from yuzu-emu/fix-audio-suspendGravatar Fernando S2022-11-303-13/+14
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | AudioCore: Take suspend lock when stalling the running process.
| * | | | | | | | audio_core: sink_stream: Hold the suspend lock when process is stalled.Gravatar bunnei2022-11-292-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Prevents us from clashing with other callers trying to un/stall.
| * | | | | | | | core: Use atomic instead of a lock to protect is_paused.Gravatar bunnei2022-11-261-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This allows us to call IsPaused() elsewhere if we are holding the suspend lock.
* | | | | | | | | Merge pull request #9349 from lat9nq/cmake-322Gravatar Morph2022-11-293-3/+15
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | CMakeLists: Bump minimum required CMake version to 3.22
| * | | | | | | | CMake: Directly link to SDL2-static when appropriateGravatar lat9nq2022-11-283-3/+15
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying to be lazy and alias SDL2 to SDL2-static causes issues in later versions of CMake. Just use the same condition to tell which one to use.
* | | | | | | | Merge pull request #9308 from lat9nq/from-scratchGravatar liamwhite2022-11-292-22/+64
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | startup_checks: Use Windows flow for *nix
| * | | | | | | | startup_checks: Use fmt::print, fix exec error handlingGravatar lat9nq2022-11-231-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses fmt::print opposed to std::fprintf for error printing. Call exit instead of returning to caller to prevent a like issue the previous commit was trying to solve. Removes unneeded comment. Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> Co-authored-by: Lioncash <mathew1800@gmail.com>