Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-04 | yuzu-cmd: link SDL2 correctly | Liam | |
2022-12-04 | Merge pull request #9375 from jbeich/xbyak-no-install | liamwhite | |
externals: don't install xbyak as part of yuzu install | |||
2022-12-04 | Merge pull request #9374 from liamwhite/externals | liamwhite | |
externals: update dynarmic, SDL2 | |||
2022-12-04 | externals: update dynarmic, SDL2 | Liam | |
2022-12-03 | externals: disable xbyak install targets after cbaf642ffe4b | Jan Beich | |
Prevent yuzu from trying to install bundled xbyak as it'd likely conflict with system xbyak package. Error: Orphaned: include/xbyak/xbyak.h Error: Orphaned: include/xbyak/xbyak_bin2hex.h Error: Orphaned: include/xbyak/xbyak_mnemonic.h Error: Orphaned: include/xbyak/xbyak_util.h Error: Orphaned: lib/cmake/xbyak/xbyak-config-version.cmake Error: Orphaned: lib/cmake/xbyak/xbyak-config.cmake Error: Orphaned: lib/cmake/xbyak/xbyak-targets.cmake | |||
2022-12-03 | Merge pull request #9344 from liamwhite/null | bunnei | |
video_core: add null backend | |||
2022-12-03 | Merge pull request #9300 from ameerj/pch | liamwhite | |
CMake: Use precompiled headers to improve compile times | |||
2022-12-03 | Merge pull request #9289 from liamwhite/fruit-company | liamwhite | |
general: fix compile for Apple Clang | |||
2022-12-03 | Merge pull request #9353 from vonchenplus/draw_indexed | liamwhite | |
video_core: Fine tuning the index drawing judgment logic | |||
2022-12-02 | Merge pull request #9303 from liamwhite/new-vulkan-init | Matías Locatti | |
Vulkan: update initialization | |||
2022-12-02 | Merge pull request #9363 from liamwhite/gs | Matías Locatti | |
shader_recompiler: add gl_Layer translation GS for older hardware | |||
2022-12-01 | Merge pull request #9348 from Morph1984/when-the-network-is-down | liamwhite | |
service: nifm: Update stubs for Submit/GetRequestState/GetResult | |||
2022-12-01 | Merge pull request #9367 from lat9nq/occam-ffmpeg | liamwhite | |
CMake: Fix FFmpeg find module | |||
2022-12-01 | shader_recompiler: add gl_Layer translation GS for older hardware | Liam | |
2022-12-01 | video_core: Fine tuning the index drawing judgment logic | Feng Chen | |
2022-12-01 | ci/clang: Enable bundled FFmpeg | lat9nq | |
Explicitly use the bundled FFmpeg version, since we were auto-choosing it before. | |||
2022-12-01 | CMake: Fix FFmpeg find module | lat9nq | |
Uses find_package_handle_standard_args to handle the find_package call from the root CMakeLists. Removes all the unnecessary logic after the find_package and just sets it to REQUIRED. | |||
2022-12-01 | Merge pull request #9366 from zhaobot/tx-update-20221201025957 | Mai | |
Update translations (2022-12-01) | |||
2022-12-01 | Update translations (2022-12-01) | The yuzu Community | |
2022-11-30 | CMake: Consolidate common PCH headers | ameerj | |
2022-11-30 | string_util: Fix Mingw compile error | ameerj | |
Co-Authored-By: liamwhite <9658600+liamwhite@users.noreply.github.com> | |||
2022-11-30 | Merge pull request #9320 from yuzu-emu/fix-audio-suspend | Fernando S | |
AudioCore: Take suspend lock when stalling the running process. | |||
2022-11-29 | audio_core: sink_stream: Hold the suspend lock when process is stalled. | bunnei | |
- Prevents us from clashing with other callers trying to un/stall. | |||
2022-11-29 | CMake: Disable PCH on MSVC + Buildcache configs | ameerj | |
2022-11-29 | Merge pull request #9349 from lat9nq/cmake-322 | Morph | |
CMakeLists: Bump minimum required CMake version to 3.22 | |||
2022-11-29 | CMake: Use precompiled headers | ameerj | |
2022-11-29 | externals: Update dynarmic | ameerj | |
Includes precompiled headers commit | |||
2022-11-29 | value.h: remove recursive include | ameerj | |
2022-11-29 | Merge pull request #9308 from lat9nq/from-scratch | liamwhite | |
startup_checks: Use Windows flow for *nix | |||
2022-11-29 | Merge pull request #9322 from german77/pump_events | liamwhite | |
input_common: Pump SDL events from main thread | |||
2022-11-29 | Merge pull request #9352 from lioncash/vidcast | liamwhite | |
engines: Remove unnecessary casts | |||
2022-11-29 | Merge pull request #9354 from lioncash/const-param | liamwhite | |
host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref | |||
2022-11-29 | host1x/syncpoint_manager: Eliminate unnecessary std::function construction | Lioncash | |
We can just pass the function object through, and if it's a valid function, then it will automatically be converted. | |||
2022-11-29 | host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref | Lioncash | |
The handle is only compared against and not modified in any way, so we can pass it by const reference. This also allows us to mark the respective parameters for DeregisterGuestAction() and DeregisterHostAction() as const references as well. | |||
2022-11-29 | maxwell_3d: Mark shifted value as unsigned | Lioncash | |
Otherwise this is technically creating a signed int result that gets converted. Just a consistency change. While we're in the area, we can mark Samples() as const. | |||
2022-11-29 | engines: Remove unnecessary casts | Lioncash | |
In a few cases we have some casts that can be trivially removed. | |||
2022-11-29 | Merge pull request #9340 from lioncash/nvdrv | liamwhite | |
nvdrv: Simplify builder declarations | |||
2022-11-29 | Merge pull request #9347 from lioncash/vcast | liamwhite | |
video_core/surface: Eliminate casts in GetFormatType() | |||
2022-11-29 | Merge pull request #9346 from lioncash/vtable | liamwhite | |
producer_listener: Add virtual destructor to IProducerListener | |||
2022-11-29 | Merge pull request #9345 from lioncash/fence | liamwhite | |
consumer_base: Pass std::shared_ptr by const reference | |||
2022-11-29 | Merge pull request #9343 from lioncash/bounds | liamwhite | |
syncpoint_manager: Reduce redundant bounds checks | |||
2022-11-28 | CMake: Directly link to SDL2-static when appropriate | lat9nq | |
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. | |||
2022-11-28 | service: nifm: Update stubs for Submit/GetRequestState/GetResult | Morph | |
2022-11-28 | CMakeLists: Bump minimum required CMake version to 3.22 | lat9nq | |
2022-11-28 | video_core/surface: Eliminate casts in GetFormatType() | Lioncash | |
We can just compare directly and get rid of verbose casting. | |||
2022-11-28 | video_core: add null backend | Liam | |
2022-11-28 | producer_listener: Add virtual destructor to IProducerListener | Lioncash | |
Several member variables are shared_ptr's to this base class. Even though producer listeners are still unimplemented, this ensures we always have consistent deletion behavior once this ends up being used polymorphically. | |||
2022-11-28 | buffer_item_consumer: Pass fence by const-ref in ReleaseBuffer() | Lioncash | |
This isn't directly modified. Also allows rvalues to be used with it. | |||
2022-11-28 | buffer_queue_consumer: std::move std::shared_ptr in Connect() | Lioncash | |
Avoids an unnecessary reference count increment and decrement | |||
2022-11-28 | consumer_base: Pass shared_ptr by const reference | Lioncash | |
Avoids churning atomic reference count increments and decrements. |