| Age | Commit message (Collapse) | Author |
|
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
|
|
For whatever reason, nca_file/dir can be nullptr in the list of files/dirs. I have not determined the cause of this yet, so add a nullptr check for these prior to dereferencing them.
|
|
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.
|
|
|
|
Disables most optimizations for the paranoid.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|