- 21 Jun, 2021 4 commits
-
-
ReinUsesLisp authored
-
bunnei authored
Update dynarmic and add new unsafe CPU option.
-
bunnei authored
nvflinger: Add experimental toggle to disable buffer swap interval limits
-
Mai M authored
externals: httplib: replace custom httplib header with upstream as submodule
-
- 20 Jun, 2021 1 commit
-
-
Fernando Sahmkow authored
-
- 19 Jun, 2021 2 commits
- 18 Jun, 2021 5 commits
-
-
Vortex authored
This also includes a minor change to web_service.cpp - to fix compatibility with upstream changes.
-
Mai M authored
update submodule discord-rpc to latest [now deprecated]
-
Vortex authored
-
Rodrigo Locatti authored
vulkan_debug_callback: Skip logging known false-positive validation errors
-
ameerj authored
Avoids overwhelming the log with validation errors that are not applicable
-
- 17 Jun, 2021 4 commits
-
-
ameerj authored
-
ameerj authored
Enabling this setting will allow some titles to present more frames to the screen as they become available in the nvflinger buffer queue.
-
bunnei authored
Audio: SDL2 audio backend
-
Ameer J authored
texture_cache/util: Avoid relaxed image views on different bytes per block
-
- 16 Jun, 2021 9 commits
-
-
bunnei authored
textures: Add a toggle for GPU Accelerated ASTC decoder
-
Morph authored
fsp_srv: Fix filesystem access logging
-
Morph authored
The Append open mode will create a new file if said file does not exist at a given path, making this call redundant.
-
Morph authored
This introduces a new setting Enable FS Access Log which saves the filesystem access log to sdmc:/FsAccessLog.txt If this setting is not enabled, this will indicate to FS to not call OutputAccessLogToSdCard. Fixes softlocks during loading in Xenoblade Chronicles 2 when certain DLC is enabled.
-
bunnei authored
common: fs: file: Flush the file to the disk when Flush() is called
-
ameerj authored
Per the spec, L1 is clamped to the value 0xff if it is greater than 0xff. An oversight caused us to take the maximum of L1 and 0xff, rather than the minimum. Huge thanks to wwylele for finding this. Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
-
ameerj authored
-
ameerj authored
-
ameerj authored
Users may want to fall back to the CPU ASTC texture decoder due to hangs and crashes that may be caused by keeping the GPU under compute heavy loads for extended periods of time. This is especially the case in games such as Astral Chain which make extensive use of ASTC textures.
-
- 15 Jun, 2021 3 commits
-
-
bunnei authored
lm: Demote LM guest logs to LOG_DEBUG
-
ameerj authored
Guest logs are not very useful, as they are intended for use by the game developers during development. As such, they provide little meaning to be logged by yuzu and tend to overwhelm the log output at times.
-
ReinUsesLisp authored
Avoids API usage errors on UE4 titles leading to crashes.
-
- 14 Jun, 2021 2 commits
-
-
bunnei authored
configure_cpu_debug: Clarify settings behavior
-
Fernando Sahmkow authored
common: fs: Use the normal directory iterator in *Recursively functions
-
- 13 Jun, 2021 7 commits
-
-
Mai M authored
common: logging: Restructure logging backend
-
Morph authored
-
Morph authored
-
Morph authored
Allows us to forward declare Common::FS::IOFile.
-
Morph authored
std::fflush does not guarantee that file buffers are flushed to the disk. Use _commit on Windows and fsync on all other OSes to ensure that the file is flushed to the disk.
-
Morph authored
hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor
-
Morph authored
This makes it clear that the disabled settings only take effect when CPU Accuracy is set to Debug Mode.
-
- 12 Jun, 2021 1 commit
-
-
Morph authored
MSVC's implementation of recursive_directory_iterator throws an exception on an error despite a std::error_code being passed into its constructor. This is most likely a bug in MSVC's implementation since directory_iterator does not throw an exception on an error. We can replace the usage of recursive_directory_iterator for now until MSVC fixes their implementation of it.
-
- 11 Jun, 2021 2 commits
-
-
bunnei authored
externals: Don't set FOUND or VERSION on LIBUSB
-
lat9nq authored
Fixes an issue where libusb.h wouldn't be found when building yuzu on MSVC. This only affects the "traditional" CMake pathway for linking libusb to yuzu AKA MSVC. For autotools we still want to set these variables before configuring SDL.
-