| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
savedata_factory: Detect future save data paths
 | 
 | 
kernel: fix slab heap ABA
 | 
 | 
Kernel Multiprocess (Part 1) - Persist memory & core timing
 | 
 | 
 | 
 | 
video_core: implement 1D copies based on VMM 'kind'
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
current process.
 | 
 | 
 | 
 | 
 | 
 | 
QueryPool::Reserve.
 | 
 | 
 | 
 | 
KMemoryBlockManager/SlabManager.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
CMake: Try add_library "lz4" if "lz4::lz4" is unavailable
 | 
 | 
general: Add missing pragma once
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
As we require the latest C++ standards to compile yuzu, checking for C++14 constexpr is not needed.
 | 
 | 
 | 
 | 
general: Fix spelling
 | 
 | 
Enable compatibility for new account/device save paths planned on a future implementation.
 | 
 | 
Co-authored-by: Mai <mathew1800@gmail.com>
 | 
 | 
The function prototype appears to care whether we are loading capture
devices or not, and SDL_GetAudioDeviceName has a parameter to use it,
but for some reason it isn't.
This puts `capture` where it goes.
 | 
 | 
Attempting to place a null string into a vector of strings causes an
error that closes the application.
Don't.
 | 
 | 
 | 
 | 
 | 
 | 
Kreato pointed this out over on discord.
 | 
 | 
kernel: remove KWritableEvent
 | 
 | 
Preliminary support for nx-hbloader
 | 
 | 
 | 
 | 
Right now this looks like a distro specific problem, but we'll have to see.
Over on Gentoo: with lz4 1.9.3 there is a lz4::lz4 library target, with 1.9.4 it's no longer
mentioned in the cmake files provided by the  package. (/usr/lib64/cmake/lz4)
arch and openSUSE have lz4 1.9.4 available so I checked there,
they only have .pc files for pkg-config, so asking for "lz4::lz4" works as usual
MSVC does require "lz4::lz4" to be asked for
 | 
 | 
renderer_(opengl/vulkan): Fix tessellation clockwise parameter
 |