summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-18Merge pull request #6677 from ReinUsesLisp/new-validate-errorsAmeer J
vulkan: Fix misc validation and synchronization errors
2021-07-18vk_texture_cache: Finalize renderpass when downloading imagesReinUsesLisp
2021-07-18vk_compute_pass: Fix pipeline barriers on non-initialized ASTC imagesReinUsesLisp
2021-07-18vk_compute_pass: Fix ASTC buffer setup synchronizationReinUsesLisp
2021-07-17Merge pull request #6647 from lat9nq/specify-system-pathbunnei
cmake: Be more specific with Qt
2021-07-17Merge pull request #6659 from german77/mouse_panningAmeer J
input_common: Fix mouse panning behaivour
2021-07-16input_common: Fix mouse panning behaivourgerman77
2021-07-16Merge pull request #6657 from Morph1984/settings-fixesAmeer J
configure_audio: Fix volume clamping to 0
2021-07-16configure_audio: Fix volume clamping to 0Morph
2021-07-16cmake: Only search for Qt when we need tolat9nq
When YUZU_USE_BUNDLED_QT was specified on a system with a compliant Qt version installed, CMake configuration would cause an error due to mixing YUZU_USE_BUNDLED_QT with the system Qt. Solution is to only search for Qt when YUZU_USE_BUNDLED_QT is disabled.
2021-07-16cmake: Only use NO_CMAKE_SYSTEM_PATH when needed for Qtlat9nq
As-is causes issues with building yuzu using MinGW GCC on Linux-based machines. Only set the variable when needed. (I'm not quite sure how this was working before.)
2021-07-15Merge pull request #6579 from ameerj/float-settingsbunnei
settings: Eliminate usage of float-point setting values
2021-07-15Merge pull request #6635 from ameerj/intel-vk-sm3dwFernando S
vk_rasterizer: Only clear valid color attachments
2021-07-15Merge pull request #6525 from ameerj/nvdec-fixesFernando S
nvdec: Fix Submit Ioctl data source, vic frame dimension computations
2021-07-15Merge pull request #6641 from Morph1984/web_browser_urlsMai M
applets/web: Resolve Nintendo CDN URLs
2021-07-15vic: Fix dimension compuation of YUV framesameerj
Fixes out of bound memory crashes in Mario Golf
2021-07-15applets/web: Resolve Nintendo CDN URLsMorph
This fixes the hint videos in New Super Mario Bros. U Deluxe
2021-07-14nvhost_nvdec_common: Read Submit ioctl data from object addrameerj
Fixes Mario Golf intro video decoding.
2021-07-14nvhost_nvdec_common: Fix {Slice/Write}Vectors returnameerj
Plus some minor cleanup for consistency.
2021-07-14Merge pull request #6639 from Morph1984/optimize-linkerMai M
general: Reduce compile time / linker usage on MSVC
2021-07-14service: Append service name prefix to common filenamesMorph
2021-07-14applets: Append applet_ prefix to backend appletsMorph
2021-07-14applets: Append qt_ prefix to Qt frontend appletsMorph
2021-07-13Merge pull request #6599 from german77/disable_rumbleAmeer J
npad: Disable vibration check if disabled
2021-07-13vk_rasterizer: Only clear valid color attachmentsameerj
2021-07-12Merge pull request #6574 from lioncash/i18nbunnei
qt/main: Make title string more i18n-friendly
2021-07-12Merge pull request #6593 from german77/no_sdlbunnei
input_common: Fix build with SDL disabled
2021-07-12Merge pull request #6615 from ReinUsesLisp/httplib-debug-warningsbunnei
boxcat,web_service: Silence -Wmaybe-uninitialized when including httplib.h
2021-07-12Merge pull request #6618 from ReinUsesLisp/bad-rangesbunnei
content_archive: Remove unnecessary include to <ranges>
2021-07-12Merge pull request #6571 from Kelebek1/Mixbunnei
audio_core: Replace NaN mix volume samples with silence
2021-07-12Merge pull request #6597 from FernandoS27/accelerate-dmaAmeer J
DMAEngine: Introduce Accelerate DMA.
2021-07-12accelerateDMA: Fixes and feedback.Fernando Sahmkow
2021-07-12content_archive: Remove unnecessary include to <ranges>ReinUsesLisp
Fixes build issues on clang.
2021-07-12web_service: Silence -Wmaybe-uninitialized on httplib.hReinUsesLisp
2021-07-12boxcat: Silence -Wmaybe-uninitialized in httplib.hReinUsesLisp
2021-07-11Merge pull request #6577 from ReinUsesLisp/precommitAmeer J
cmake: Only copy pre-commit hook if .git directory exists
2021-07-11Merge pull request #6576 from ameerj/unlock-fps-settingMorph
settings: Disable FPS unlimit setting between title launches
2021-07-10npad: Disable vibration check if disabledgerman77
2021-07-10input_common: Fix build with sdl disabledgerman77
2021-07-11accelerateDMA: Accelerate Buffer Copies.Fernando Sahmkow
2021-07-10Merge pull request #6557 from FernandoS27/staceys-mom-has-got-it-goin-onAmeer J
Buffer Cache: Fix High downloads / Fence manager: Improve fence checking.
2021-07-10Buffer Cache: Address Feedback.Fernando Sahmkow
2021-07-10settings: Disable FPS unlimit setting between title launchesameerj
Some titles crash if the FPS limit is disabled when launching. This change ensures that titles launch with the limit in-place to avoid issues. In order to simplify the change, the UI toggle was removed as it will always be overridden at launch to be disabled. The setting can still be toggled during gameplay with the hotkey, and indicated by the fps label in the status bar.
2021-07-09Buffer Cache: Fix GCC copmpile errorFernando Sahmkow
2021-07-09Fence Manager: remove reference fencing.Fernando Sahmkow
2021-07-09BufferCache: Additional download fixes.Fernando Sahmkow
2021-07-09Buffer Cache: Revert unnecessary range reduction.Fernando Sahmkow
2021-07-09Fence Manager: Force ordering on WFI.Fernando Sahmkow
2021-07-09Buffer Cache: Eliminate the AC Hack as the base game is fixed in Hades.Fernando Sahmkow
2021-07-09Fence Manager: Add fences on Reference Count.Fernando Sahmkow