Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-27 | video_core: Add BCn decoding support | GPUCode | |
2023-06-27 | renderer_vulkan: Add more feature checking | GPUCode | |
2023-06-27 | renderer_vulkan: Don't assume debug tool with debug renderer | GPUCode | |
* Causes crashes because mali drivers don't support debug utils | |||
2023-06-27 | renderer_vulkan: Bump minimum SPIRV version | GPUCode | |
* 1.3 is guaranteed on all 1.1 drivers | |||
2023-06-27 | renderer_vulkan: Respect viewport limit | GPUCode | |
2023-06-27 | renderer_vulkan: Don't add transform feedback flag if unsupported | GPUCode | |
2023-06-27 | renderer_vulkan: Add suport for debug report callback | GPUCode | |
2023-06-27 | Merge pull request #10933 from merryhime/dunno | liamwhite | |
arm_dynarmic_32: Remove disabling of block linking on arm64 | |||
2023-06-27 | settings: Clean up includes | lat9nq | |
Adds <version> since we are looking at C++ implementation version details. Also moves exception header includes into the if preprocessor command since we only use it there. | |||
2023-06-27 | arm_dynarmic_32: Remove disabling of block linking on arm64 | Merry | |
2023-06-27 | settings: Catch runtime_error, fallback time zone | lat9nq | |
Windows will let you select time zones that will fail in their own C++ implementation library. Evidently from the stack trace, we get a runtime error to work with, so catch it and use the fallback. | |||
2023-06-27 | yuzu: Fix clang format | german77 | |
2023-06-27 | Merge pull request #9663 from EBADBEEF/disable-controller-applet | Narr the Reg | |
qt: add option to disable controller applet | |||
2023-06-27 | Merge pull request #10867 from Kelebek1/dma_safe | liamwhite | |
Use safe reads in DMA engine | |||
2023-06-27 | Merge pull request #10473 from GPUCode/vma | liamwhite | |
Use vulkan memory allocator | |||
2023-06-27 | Merge pull request #10495 from bm01/master | liamwhite | |
input_common: Redesign mouse panning | |||
2023-06-27 | Merge pull request #10679 from zeltermann/wakelock-reason | liamwhite | |
Only use SDL wakelock on Linux | |||
2023-06-27 | Merge pull request #10916 from ameerj/lolmem | liamwhite | |
OpenGL: Add Local Memory warmup shader for Nvidia | |||
2023-06-26 | android: Fix size check for content uris | Charles Lombardo | |
Fix for checking file size for android content uris | |||
2023-06-26 | Merge pull request #10908 from kiri11/clarify-ring-ui | liamwhite | |
Clarify Ring-Con configuration message in UI | |||
2023-06-26 | Merge pull request #10903 from german77/nfc_state | liamwhite | |
input_common: Improve nfc state handling and 3rd party support | |||
2023-06-26 | Merge pull request #10901 from german77/sdl_fix | liamwhite | |
input_common: Make use of new SDL features | |||
2023-06-26 | Merge pull request #10888 from 8bitDream/native | liamwhite | |
android: (native) Parameter types from Android Studio | |||
2023-06-26 | Merge pull request #10865 from t895/extension-meme | liamwhite | |
android: Clean up file extension checks | |||
2023-06-26 | android: Clean up file extension checks | Charles Lombardo | |
2023-06-26 | externals: Use cmake subdirectory | GPUCode | |
2023-06-26 | Use safe reads in DMA engine | Kelebek1 | |
2023-06-25 | OpenGL: Limit lmem warmup to NVIDIA | ameerj | |
:frog: | |||
2023-06-25 | shaders: Track local memory usage | ameerj | |
2023-06-25 | emit_glasm: Fix lmem size computation | ameerj | |
2023-06-25 | OpenGL: Add Local Memory warmup shader | ameerj | |
2023-06-25 | Hyphenate Joy-Con and clarify further | Kirill Ignatev | |
2023-06-25 | Clarify Ring-Con configuration message in UI | Kirill Ignatev | |
Not obvious how left controller should be set up Mention that it should be left physical dual emulated | |||
2023-06-24 | core: hid: Allow to read bin files while switch controller is available | german77 | |
2023-06-24 | input_common: Dont try to read/write data from 3rd party controllers | german77 | |
2023-06-24 | input_common: Make use of new SDL features | german77 | |
2023-06-24 | Only use SDL wakelock on Linux | zeltermann | |
SDL has internally fixed shenanigans related to wakelocking through DBus from inside sandboxes from around August 2022, so we can now remove the workaround we used since 2021. | |||
2023-06-23 | android: define [[maybe_unused]] (const) auto | Abandoned Cart | |
2023-06-23 | android: Parameter types from Android Studio | Abandoned Cart | |
Android Studio marked these parameters as errors because it is an instance, not a class, that is being passed from Java. | |||
2023-06-23 | Merge pull request #10811 from 8bitDream/pip_mute | liamwhite | |
android: Add a PiP interface to mute / unmute | |||
2023-06-23 | Merge pull request #10859 from liamwhite/no-more-atomic-wait | liamwhite | |
general: remove atomic signal and wait | |||
2023-06-23 | Merge pull request #10842 from german77/native_mifare | liamwhite | |
input_common: Implement native mifare/skylander support for joycons/pro controller | |||
2023-06-23 | vfs_real: lock concurrent accesses | Liam | |
2023-06-22 | Merge pull request #10457 from Kelebek1/optimise | bunnei | |
Remove memory allocations in some hot paths | |||
2023-06-22 | Merge pull request #10806 from liamwhite/worst-fs-implementation-ever | bunnei | |
vfs_real: misc optimizations | |||
2023-06-22 | Merge pull request #10794 from 8bitDream/multiples | bunnei | |
android: Add support for multiple installs | |||
2023-06-22 | Merge pull request #10878 from GPUCode/log-droid | Morph | |
android: Log settings | |||
2023-06-22 | Merge pull request #10869 from 8bitDream/memory | bunnei | |
android: Add a notice when RAM inadequate | |||
2023-06-22 | android: Log settings | GPUCode | |
2023-06-22 | vulkan_common: Remove required flags | GPUCode | |
* Allows VMA to fallback to system RAM instead of crashing |