summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 #6659 from german77/mouse_panningAmeer J
input_common: Fix mouse panning behaivour
2021-07-16input_common: Fix mouse panning behaivourgerman77
2021-07-16configure_audio: Fix volume clamping to 0Morph
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-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-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 #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-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
2021-07-09Videocore: Address Feedback & CLANG Format.Fernando Sahmkow
2021-07-09Buffer Cache: Fix High Downloads and don't predownload on Extreme.Fernando Sahmkow
2021-07-09Merge pull request #6573 from lat9nq/cpu-settings-cleanup-2Fernando S
core,common,yuzu qt: Add CPU accuracy option 'Auto'
2021-07-09yuzu qt: config: Only save renderer_debug as a global settinglat9nq
This is a bug fix. Enabling graphics debug mode, then saving a custom configuration causes graphics debugging to be saved and read from the custom configuration. Isolate it the same way we isolate the CPU settings.
2021-07-08configure_input: Use u8 for mouse sensitivityameerj
2021-07-08config: Remove float {Read,Write}Setting variantsameerj
2021-07-08configure_graphics: Use u8 for bg_color valuesameerj
2021-07-08configure_audio: Use u8 for volume valueameerj
2021-07-08common/thread_worker: Stop workers on stop_token when waitingReinUsesLisp