| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | Merge pull request #5765 from ogniK5377/StoreSaveDataThumbnail-stub | 2021-01-22 | 5 | -6/+66 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | acc: Stub StoreSaveDataThumbnail | 2021-01-19 | 5 | -6/+66 | ||
| * | | | | | | | | | | common: Add missing include to bit_util.h | 2021-01-21 | 1 | -0/+1 | ||
| * | | | | | | | | | | Merge pull request #5781 from lioncash/bits | 2021-01-21 | 1 | -35/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64 | 2021-01-21 | 1 | -35/+13 | ||
| * | | | | | | | | | | | Merge pull request #5270 from german77/multiTouch | 2021-01-20 | 19 | -263/+365 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Always initialize keyboard input | 2021-01-15 | 5 | -25/+20 | ||
| | * | | | | | | | | | | | Add mutitouch support for touch screens | 2021-01-15 | 10 | -85/+137 | ||
| | * | | | | | | | | | | | Allow to return up to 16 touch inputs per engine | 2021-01-15 | 10 | -154/+202 | ||
| | * | | | | | | | | | | | Allow all touch inputs at the same time and remove config options that are no... | 2021-01-15 | 8 | -99/+36 | ||
| | * | | | | | | | | | | | Add multitouch support | 2021-01-15 | 2 | -23/+93 | ||
| * | | | | | | | | | | | | Merge pull request #5361 from ReinUsesLisp/vk-shader-comment | 2021-01-20 | 1 | -1/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | vk_shader_decompiler: Show comments as OpUndef with a type | 2021-01-15 | 1 | -1/+4 | ||
| | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #5743 from german77/HandheldFix | 2021-01-20 | 2 | -1/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | / / / / | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Always update configuration for handheld | 2021-01-17 | 1 | -0/+10 | ||
| | * | | | | | | | | | | Fix player 1 default connected value | 2021-01-17 | 1 | -1/+2 | ||
| * | | | | | | | | | | | Merge pull request #5755 from FearlessTobi/port-5344 | 2021-01-19 | 2 | -28/+32 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | game_list: Fix folder reordering | 2021-01-18 | 2 | -28/+32 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #5746 from lioncash/sign-compare | 2021-01-18 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | texture_cache/util: Resolve -Wsign-compare warning | 2021-01-17 | 1 | -1/+1 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #5754 from lat9nq/fix-disable-boxcat | 2021-01-17 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | configure_service: Only compile FormatEventStatusString when YUZU_ENABLE_BOXC... | 2021-01-17 | 1 | -0/+2 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * / | | | | | | | | | npad: Add check for HANDHELD_INDEX in UpdateControllerAt() | 2021-01-17 | 1 | -1/+1 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access | 2021-01-17 | 18 | -205/+216 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | core/cmake: Enforce Wclass-memaccess | 2021-01-15 | 1 | -0/+1 | ||
| | * | | | | | | | | | core: Silence Wclass-memaccess warnings | 2021-01-15 | 17 | -205/+215 | ||
| * | | | | | | | | | | Merge pull request #5745 from lioncash/documentation | 2021-01-17 | 2 | -4/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | video_core: Resolve -Wdocumentation warnings | 2021-01-17 | 2 | -4/+3 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * / | | | | | | | | | vulkan_debug_callback: Add missing header guard | 2021-01-17 | 1 | -0/+2 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #5740 from lioncash/const-fn | 2021-01-16 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | input_interpreter: Mark two member functions as const | 2021-01-16 | 1 | -4/+4 | ||
| * | | | | | | | | | | Merge pull request #5262 from ReinUsesLisp/buffer-base | 2021-01-16 | 4 | -0/+970 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | tests: Add unit tests for the GPU range tracking buffer container | 2021-01-13 | 2 | -0/+474 | ||
| | * | | | | | | | | | buffer_cache/buffer_base: Add a range tracking buffer container | 2021-01-13 | 2 | -0/+496 | ||
| * | | | | | | | | | | input_interpreter: Add method to check for a button press state | 2021-01-16 | 2 | -0/+25 | ||
| * | | | | | | | | | | Merge pull request #5275 from FernandoS27/fast-native-clock | 2021-01-15 | 5 | -104/+174 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | X86/NativeClock: Reimplement RTDSC access to be lock free. | 2021-01-02 | 5 | -103/+107 | ||
| | * | | | | | | | | | | X86/NativeClock: Improve performance of clock calculations on hot path. | 2021-01-02 | 2 | -5/+71 | ||
| * | | | | | | | | | | | Merge pull request #5336 from lioncash/tree | 2021-01-15 | 2 | -841/+668 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | common/tree: Convert defines over to templates | 2021-01-12 | 2 | -592/+666 | ||
| | * | | | | | | | | | | | common/tree: Remove unused splay tree defines | 2021-01-12 | 1 | -249/+2 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #5297 from ReinUsesLisp/vulkan-allocator-common | 2021-01-15 | 19 | -554/+609 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | vulkan_memory_allocator: Remove unnecesary 'device' memory from commits | 2021-01-15 | 2 | -15/+15 | ||
| | * | | | | | | | | | | vk_texture_cache: Use Download memory types for texture flushes | 2021-01-15 | 2 | -5/+10 | ||
| | * | | | | | | | | | | vulkan_memory_allocator: Add allocation support for download types | 2021-01-15 | 2 | -55/+91 | ||
| | * | | | | | | | | | | vulkan_memory_allocator: Add "download" memory usage hint | 2021-01-15 | 9 | -45/+86 | ||
| | * | | | | | | | | | | vulkan_common: Move allocator to the common directory | 2021-01-15 | 11 | -11/+11 | ||
| | * | | | | | | | | | | renderer_vulkan: Rename Vulkan memory manager to memory allocator | 2021-01-15 | 15 | -54/+52 | ||
| | * | | | | | | | | | | vk_memory_manager: Improve memory manager and its API | 2021-01-15 | 13 | -343/+318 | ||
| * | | | | | | | | | | | Merge pull request #5358 from ReinUsesLisp/rename-insert-padding | 2021-01-15 | 11 | -149/+149 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | / / / / / / / | | |_|/ / / / / / / | |/| | | | | | | | | ||||||