Age | Commit message (Collapse) | Author |
|
GPU Garbage Collection: Fix regressions.
|
|
configure_debug: Fix typo
|
|
build: cleanup installation of yuzu and yuzu-cmd
|
|
codec: Fix GPU decoder detection on Windows and a memory leak
|
|
|
|
nvhost_ctrl: Only mark EventState::Busy as BadParameter
|
|
Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+
|
|
service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle
|
|
Kernel Memory Updates (Part 7): Various fixes to code memory (Skyline support)
|
|
|
|
yuzu: Only override fullscreen setting if gamepath or argument is provided
|
|
Fixes an svc break in Kirby and the Forgotten Land with async GPU enabled.
|
|
yuzu_cmd: Start the logging backend
|
|
|
|
|
|
gpu.TickWork() may lock the texture_cache and buffer_cache mutexes, which are owned by the thread prior to invoking TickWork().
Defer invoking gpu.TickWork() until the scope ends, where the owned mutexes are released.
|
|
dynarmic: Invalidate CPU cache on all cores
|
|
shader_recompiler: Include <bit> header when std::count{r,l}_zero is used
|
|
|
|
Explicitly specifying an install destination is not needed anymore since
CMake 3.14.
By removing the hardcoded ${CMAKE_INSTALL_PREFIX}/bin it is also now
possible to override the install destination via the command line. For
example, you can now install yuzu to /usr/games with
-DCMAKE_INSTALL_BINDIR=games
|
|
Follow-up fixes for NVFlinger rewrite
|
|
CPU Cached memory."
|
|
UnlockForCodeMemory.
|
|
|
|
physical address space.
|
|
- This does not seem terribly useful and is inconsistent with other usage.
|
|
address space.
|
|
|
|
|
|
|
|
|
|
applets/swkbd: Add support for an updated inline software keyboard
|
|
tracking.
|
|
unique_lock.
|
|
|
|
|
|
|
|
|
|
First Nugget: Reworked Garbage Collection to be smarter [originally from Project YFC]
|
|
Rewrite of the NVFlinger implementation
|
|
shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|