| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | input_common: Make button threshold customizable | 2021-07-15 | 2 | -3/+13 | ||
| * | | | | | | yuzu-cmd: Fullscreen Improvements (#6656) | 2021-07-21 | 4 | -9/+13 | ||
| * | | | | | | Merge pull request #6660 from Morph1984/controller_applet_rev8 | 2021-07-21 | 2 | -3/+33 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | applet_controller: Add preliminary support for version 8 | 2021-07-20 | 2 | -3/+33 | ||
| * | | | | | | Merge pull request #6649 from german77/toggle_sdl | 2021-07-20 | 2 | -5/+53 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | input_common: Support SDL toggle buttons | 2021-07-15 | 2 | -5/+53 | ||
| * | | | | | | Merge pull request #6629 from FernandoS27/accel-dma-2 | 2021-07-20 | 11 | -12/+136 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Buffer cache: Fixes, Clang and Feedback. | 2021-07-15 | 3 | -11/+10 | ||
| | * | | | | | | GPUMemoryManager: Force inmediate invalidation when writting block. | 2021-07-14 | 1 | -1/+1 | ||
| | * | | | | | | Buffer Cache: Fixes to DMA Copy. | 2021-07-14 | 1 | -6/+7 | ||
| | * | | | | | | DMAEngine: Revert flushing from Pitch to BlpockLinear. | 2021-07-14 | 1 | -2/+7 | ||
| | * | | | | | | BufferCache: fix clearing on forced download. | 2021-07-14 | 1 | -10/+20 | ||
| | * | | | | | | DMAEngine: Accelerate BufferClear | 2021-07-13 | 11 | -6/+115 | ||
| * | | | | | | | Merge pull request #6658 from Morph1984/render-window-fix | 2021-07-20 | 1 | -0/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | bootmanager: Create a dummy render widget | 2021-07-20 | 1 | -0/+6 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #6685 from ReinUsesLisp/radeonsi-client | 2021-07-20 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_texture_cache: Workaround slow PBO downloads on radeonsi | 2021-07-20 | 1 | -1/+1 | ||
| * | | | | | | | | uuid: Directly compare UUID instead of checking per element | 2021-07-21 | 1 | -3/+2 | ||
| | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | | vk_buffer_cache: Fix quad index array with 0 vertices (#6627) | 2021-07-20 | 1 | -0/+7 | ||
| * | | | | | | | input/sdl_impl: fix rumble support on DualSense. (#6683) | 2021-07-20 | 1 | -2/+2 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | file_sys: Support load game collection (#6582) | 2021-07-20 | 17 | -108/+171 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #6580 from ReinUsesLisp/xfb-radv | 2021-07-19 | 2 | -11/+19 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vk_buffer_cache: Use emulated null buffers for transform feedback | 2021-07-09 | 2 | -11/+19 | ||
| * | | | | | | Merge pull request #6652 from lat9nq/cmd-vulkan-fixes | 2021-07-19 | 5 | -32/+25 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | sdl_impl, emu_window: Remove clang ignore | 2021-07-16 | 4 | -33/+0 | ||
| | * | | | | | | emu_window_sdl2_vk: Specify the window manager if it should be supported | 2021-07-16 | 1 | -0/+15 | ||
| | * | | | | | | emu_window_sdl2_vk: Use the generated SDL config | 2021-07-16 | 2 | -0/+11 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #6651 from lat9nq/update-settings | 2021-07-19 | 2 | -59/+107 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | yuzu_cmd: Add missing or update current settings | 2021-07-16 | 2 | -4/+112 | ||
| | * | | | | | | default_ini: Remove deprecated settings | 2021-07-15 | 1 | -61/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #6679 from yzct12345/fix-lets-go | 2021-07-19 | 1 | -1/+4 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update src/video_core/renderer_vulkan/vk_texture_cache.cpp | 2021-07-18 | 1 | -1/+1 | ||
| | * | | | | | | Update src/video_core/renderer_vulkan/vk_texture_cache.cpp | 2021-07-18 | 1 | -1/+1 | ||
| | * | | | | | | Ignore wrong blit format | 2021-07-18 | 1 | -1/+4 | ||
| * | | | | | | | Merge pull request #6670 from ReinUsesLisp/prepare-rt | 2021-07-19 | 1 | -0/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | texture_cache: Always prepare image views on render targets | 2021-07-18 | 1 | -0/+6 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #6669 from ReinUsesLisp/fix-samples-sizes | 2021-07-19 | 1 | -53/+33 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | texture_cache/util: Fix size calculations of multisampled images | 2021-07-18 | 1 | -53/+33 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | vk_texture_cache: Finalize renderpass when downloading images | 2021-07-18 | 1 | -0/+1 | ||
| * | | | | | | | vk_compute_pass: Fix pipeline barriers on non-initialized ASTC images | 2021-07-18 | 1 | -2/+3 | ||
| * | | | | | | | vk_compute_pass: Fix ASTC buffer setup synchronization | 2021-07-18 | 1 | -14/+14 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #6659 from german77/mouse_panning | 2021-07-17 | 3 | -5/+8 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | input_common: Fix mouse panning behaivour | 2021-07-16 | 3 | -5/+8 | ||
| | |/ / / / / | ||||||
| * / / / / / | configure_audio: Fix volume clamping to 0 | 2021-07-16 | 1 | -6/+6 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #6579 from ameerj/float-settings | 2021-07-15 | 11 | -69/+39 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | configure_input: Use u8 for mouse sensitivity | 2021-07-08 | 3 | -11/+8 | ||
| | * | | | | config: Remove float {Read,Write}Setting variants | 2021-07-08 | 2 | -29/+2 | ||
| | * | | | | configure_graphics: Use u8 for bg_color values | 2021-07-08 | 5 | -19/+20 | ||
| | * | | | | configure_audio: Use u8 for volume value | 2021-07-08 | 4 | -10/+9 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #6635 from ameerj/intel-vk-sm3dw | 2021-07-15 | 1 | -2/+4 | ||
| |\ \ \ \ | ||||||