- 16 Jul, 2021 3 commits
-
-
lat9nq authored
Fixed upstream by libsdl-org/SDL@25fc40b0bd44c484051064bc6b945ea9943f88dd
-
lat9nq authored
The original language "not implemented" is wrong if the implementation exists but is not compiled. This causes a bit of a debugging headache when it goes wrong. Log it if the window manager is known before exiting.
-
lat9nq authored
On Linux, due to the way we include SDL2 as a submodule, it makes it difficult for us to specify which SDL_config.h we intended to include. Before, CMake would default to the dummy one included with SDL and ignore the generated one. This tells CMake to use the generated one. In addition, we define USING_GENERATED_CONFIG_H to throw an error in case the dummy config is used by accident. Fixes Vulkan not working on Linux yuzu-cmd.
-
- 15 Jul, 2021 9 commits
-
-
bunnei authored
settings: Eliminate usage of float-point setting values
-
Fernando S authored
vk_rasterizer: Only clear valid color attachments
-
Fernando S authored
nvdec: Fix Submit Ioctl data source, vic frame dimension computations
-
Mai M authored
applets/web: Resolve Nintendo CDN URLs
-
ameerj authored
Fixes out of bound memory crashes in Mario Golf
-
Morph authored
This fixes the hint videos in New Super Mario Bros. U Deluxe
-
ameerj authored
Fixes Mario Golf intro video decoding.
-
ameerj authored
Plus some minor cleanup for consistency.
-
Mai M authored
general: Reduce compile time / linker usage on MSVC
-
- 14 Jul, 2021 3 commits
- 13 Jul, 2021 7 commits
-
-
Ameer J authored
npad: Disable vibration check if disabled
-
ameerj authored
-
bunnei authored
qt/main: Make title string more i18n-friendly
-
bunnei authored
input_common: Fix build with SDL disabled
-
bunnei authored
boxcat,web_service: Silence -Wmaybe-uninitialized when including httplib.h
-
bunnei authored
content_archive: Remove unnecessary include to <ranges>
-
bunnei authored
audio_core: Replace NaN mix volume samples with silence
-
- 12 Jul, 2021 5 commits
-
-
Ameer J authored
DMAEngine: Introduce Accelerate DMA.
-
Fernando Sahmkow authored
-
ReinUsesLisp authored
Fixes build issues on clang.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- 11 Jul, 2021 4 commits
- 10 Jul, 2021 4 commits
-
-
Fernando Sahmkow authored
-
Ameer J authored
Buffer Cache: Fix High downloads / Fence manager: Improve fence checking.
-
Fernando Sahmkow authored
-
ameerj authored
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.
-
- 09 Jul, 2021 5 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-