Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #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 | configure_audio: Fix volume clamping to 0 | Morph | |
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 | 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 | 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 #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 | 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 | |
2021-07-09 | Videocore: Address Feedback & CLANG Format. | Fernando Sahmkow | |
2021-07-09 | Buffer Cache: Fix High Downloads and don't predownload on Extreme. | Fernando Sahmkow | |
2021-07-09 | Merge pull request #6573 from lat9nq/cpu-settings-cleanup-2 | Fernando S | |
core,common,yuzu qt: Add CPU accuracy option 'Auto' | |||
2021-07-09 | yuzu qt: config: Only save renderer_debug as a global setting | lat9nq | |
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-08 | configure_input: Use u8 for mouse sensitivity | ameerj | |
2021-07-08 | config: Remove float {Read,Write}Setting variants | ameerj | |
2021-07-08 | configure_graphics: Use u8 for bg_color values | ameerj | |
2021-07-08 | configure_audio: Use u8 for volume value | ameerj | |
2021-07-08 | common/thread_worker: Stop workers on stop_token when waiting | ReinUsesLisp | |