Age | Commit message (Collapse) | Author |
|
Specify that we do not require swap to be reserved for this address range;
allow overcommitting.
|
|
touch_from_button_maps.
|
|
CMake: make more features optional
|
|
config: Save multiplayer settings only globally
|
|
Saved multiplayer settings like the nickname, remote address, etc. were reset everytime a game was booted up and the game-specific config files were loaded, as these values will never be set.
|
|
video_core: Implement all vulkan topology
|
|
|
|
|
|
k_page_group: synchronize
|
|
|
|
|
|
|
|
texture_cache: Use pre-allocated heap buffer for texture swizzles
|
|
yuzu: Automatically refresh device list
|
|
tests: add missing header
|
|
<cstring> is needed for std::memcpy
|
|
|
|
|
|
TAS: Increase accuracy of Stick inputs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
qt: prevent reentrant shutdown
|
|
kernel: workaround static shared memory initialization
|
|
time: add LockFreeAtomicType
|
|
common: Add ScratchBuffer Class
|
|
|
|
|
|
* don't automatically open the console on windows build of yuzu-cmd
* fix formatting
|
|
qt: continue event loop during game close
|
|
qt: exit properly on guest-initiated close
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EmuThread: refactor
|
|
CMakeLists: bump required Vulkan package version to 1.3.238
|
|
resize keeps previous data intact when the buffer grows
resize_destructive destroys the previous data when the buffer grows
|
|
|
|
externals: update Vulkan-Headers to v1.3.238 to fix -Werror=switch with system package
|
|
|
|
Uses ScratchBuffer and avoids overwriting the command_headers buffer with the prefetch_command_list
|
|
|
|
|