- 22 Jun, 2021 7 commits
-
-
bunnei authored
service: spl: Implement general SPL service
-
bunnei authored
service: time: Use GetFileRelative to get files within subdirectories
-
bunnei authored
vk_master_semaphore: Use jthread for debug thread
-
bunnei authored
ci: windows: Copy the Qt styles directory when packaging
-
Mai M authored
core: Make is_powered_on atomic
-
Rodrigo Locatti authored
Fixes potential data races when shutting down.
-
bunnei authored
kernel: Fix missing peak set in KResourceLimit::SetLimitValue
-
- 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 3 commits
-
-
lat9nq authored
Qt can make use of qwindowsvistastyle.dll if present, and our MinGW container has the library, but it was not being copied during the packaging process. Thus, yuzu looked like a Windows 98 application when using the PR-verify artifacts. This copies over the DLL during packaging, for that sweet-sweet Windows Vista style. In addition, set the Qt plugins path instead of the plugins/platforms path. This way we can use the directory directly, rather than appending a `..` everytime we need something just outside of it.
-
Morph authored
host_memory: Correct MEM_RESERVE_PLACEHOLDER
-
lat9nq authored
Microsoft defines `MEM_RESERVE_PLACEHOLDER` as `0x00040000`, but our manually imported version of it drops the last zero.
-
- 18 Jun, 2021 7 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
-
Morph authored
The timezone info file can be within subdirectories (such as Asia/Tokyo), use GetFileRelative instead of GetFile to get files within subdirectories.
-
Rodrigo Locatti authored
vulkan_debug_callback: Skip logging known false-positive validation errors
-
Morph authored
-
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 14 commits
-
-
bunnei authored
textures: Add a toggle for GPU Accelerated ASTC decoder
-
Morph authored
fsp_srv: Fix filesystem access logging
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
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
-