Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-18 | Merge pull request #6677 from ReinUsesLisp/new-validate-errors | Ameer J | |
vulkan: Fix misc validation and synchronization errors | |||
2021-07-18 | vk_texture_cache: Finalize renderpass when downloading images | ReinUsesLisp | |
2021-07-18 | vk_compute_pass: Fix pipeline barriers on non-initialized ASTC images | ReinUsesLisp | |
2021-07-18 | vk_compute_pass: Fix ASTC buffer setup synchronization | ReinUsesLisp | |
2021-07-17 | Merge pull request #6647 from lat9nq/specify-system-path | bunnei | |
cmake: Be more specific with Qt | |||
2021-07-17 | Merge pull request #6659 from german77/mouse_panning | Ameer J | |
input_common: Fix mouse panning behaivour | |||
2021-07-16 | input_common: Fix mouse panning behaivour | german77 | |
2021-07-16 | Merge pull request #6657 from Morph1984/settings-fixes | Ameer J | |
configure_audio: Fix volume clamping to 0 | |||
2021-07-16 | configure_audio: Fix volume clamping to 0 | Morph | |
2021-07-16 | cmake: Only search for Qt when we need to | lat9nq | |
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-16 | cmake: Only use NO_CMAKE_SYSTEM_PATH when needed for Qt | lat9nq | |
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-15 | Merge pull request #6579 from ameerj/float-settings | bunnei | |
settings: Eliminate usage of float-point setting values | |||
2021-07-15 | Merge pull request #6635 from ameerj/intel-vk-sm3dw | Fernando S | |
vk_rasterizer: Only clear valid color attachments | |||
2021-07-15 | Merge pull request #6525 from ameerj/nvdec-fixes | Fernando S | |
nvdec: Fix Submit Ioctl data source, vic frame dimension computations | |||
2021-07-15 | Merge pull request #6641 from Morph1984/web_browser_urls | Mai M | |
applets/web: Resolve Nintendo CDN URLs | |||
2021-07-15 | vic: Fix dimension compuation of YUV frames | ameerj | |
Fixes out of bound memory crashes in Mario Golf | |||
2021-07-15 | applets/web: Resolve Nintendo CDN URLs | Morph | |
This fixes the hint videos in New Super Mario Bros. U Deluxe | |||
2021-07-14 | nvhost_nvdec_common: Read Submit ioctl data from object addr | ameerj | |
Fixes Mario Golf intro video decoding. | |||
2021-07-14 | nvhost_nvdec_common: Fix {Slice/Write}Vectors return | ameerj | |
Plus some minor cleanup for consistency. | |||
2021-07-14 | Merge pull request #6639 from Morph1984/optimize-linker | Mai M | |
general: Reduce compile time / linker usage on MSVC | |||
2021-07-14 | service: Append service name prefix to common filenames | Morph | |
2021-07-14 | applets: Append applet_ prefix to backend applets | Morph | |
2021-07-14 | applets: Append qt_ prefix to Qt frontend applets | Morph | |
2021-07-13 | Merge pull request #6599 from german77/disable_rumble | Ameer J | |
npad: Disable vibration check if disabled | |||
2021-07-13 | vk_rasterizer: Only clear valid color attachments | ameerj | |
2021-07-12 | Merge pull request #6574 from lioncash/i18n | bunnei | |
qt/main: Make title string more i18n-friendly | |||
2021-07-12 | Merge pull request #6593 from german77/no_sdl | bunnei | |
input_common: Fix build with SDL disabled | |||
2021-07-12 | Merge pull request #6615 from ReinUsesLisp/httplib-debug-warnings | bunnei | |
boxcat,web_service: Silence -Wmaybe-uninitialized when including httplib.h | |||
2021-07-12 | Merge pull request #6618 from ReinUsesLisp/bad-ranges | bunnei | |
content_archive: Remove unnecessary include to <ranges> | |||
2021-07-12 | Merge pull request #6571 from Kelebek1/Mix | bunnei | |
audio_core: Replace NaN mix volume samples with silence | |||
2021-07-12 | Merge pull request #6597 from FernandoS27/accelerate-dma | Ameer J | |
DMAEngine: Introduce Accelerate DMA. | |||
2021-07-12 | accelerateDMA: Fixes and feedback. | Fernando Sahmkow | |
2021-07-12 | content_archive: Remove unnecessary include to <ranges> | ReinUsesLisp | |
Fixes build issues on clang. | |||
2021-07-12 | web_service: Silence -Wmaybe-uninitialized on httplib.h | ReinUsesLisp | |
2021-07-12 | boxcat: Silence -Wmaybe-uninitialized in httplib.h | ReinUsesLisp | |
2021-07-11 | Merge pull request #6577 from ReinUsesLisp/precommit | Ameer J | |
cmake: Only copy pre-commit hook if .git directory exists | |||
2021-07-11 | Merge pull request #6576 from ameerj/unlock-fps-setting | Morph | |
settings: Disable FPS unlimit setting between title launches | |||
2021-07-10 | npad: Disable vibration check if disabled | german77 | |
2021-07-10 | input_common: Fix build with sdl disabled | german77 | |
2021-07-11 | accelerateDMA: Accelerate Buffer Copies. | Fernando Sahmkow | |
2021-07-10 | Merge pull request #6557 from FernandoS27/staceys-mom-has-got-it-goin-on | Ameer J | |
Buffer Cache: Fix High downloads / Fence manager: Improve fence checking. | |||
2021-07-10 | Buffer Cache: Address Feedback. | Fernando Sahmkow | |
2021-07-10 | settings: Disable FPS unlimit setting between title launches | ameerj | |
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-09 | Buffer Cache: Fix GCC copmpile error | Fernando Sahmkow | |
2021-07-09 | Fence Manager: remove reference fencing. | Fernando Sahmkow | |
2021-07-09 | BufferCache: Additional download fixes. | Fernando Sahmkow | |
2021-07-09 | Buffer Cache: Revert unnecessary range reduction. | Fernando Sahmkow | |
2021-07-09 | Fence Manager: Force ordering on WFI. | Fernando Sahmkow | |
2021-07-09 | Buffer Cache: Eliminate the AC Hack as the base game is fixed in Hades. | Fernando Sahmkow | |
2021-07-09 | Fence Manager: Add fences on Reference Count. | Fernando Sahmkow | |