summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-04-02native_clock: Use writeback from CAS to avoid double-loadingmerry
2022-04-02atomic_ops: Implement AtomicCompareAndSwap with writebackmerry
2022-04-02native_clock: Use AtomicLoad128Merry
2022-04-02atomic_ops: Implement AtomicLoad128Merry
2022-04-02Merge pull request #8134 from Tachi107/remove-time-stretchermerry
audio_core: remove time stretcher
2022-04-02Merge pull request #8141 from merryhime/configure-hotkeys-columnsMorph
configure_hotkeys: Make first column stretch and not last column
2022-04-02Merge pull request #8140 from merryhime/per-game-addon-columnsMorph
configure_per_game_addons: Stretch first column and not last
2022-04-02configure_per_game_addons: Set tree view minimum section size to 150pxmerry
2022-04-02configure_hotkeys: Make first column stretch and not last columnmerry
Also configure minimum width of columns to be 150px.
2022-04-02fix: typosAndrea Pappacoda
2022-04-02configure_per_game_addons: Stretch first column and not lastmerry
This provides more sensible column widths.
2022-04-01audio_core: remove time stretcherAndrea Pappacoda
Also drop the SoundTouch dependency
2022-04-01Merge pull request #8128 from FernandoS27/gc-fixesFernando S
GPU Garbage Collection: Fix regressions.
2022-04-01Merge pull request #8079 from lat9nq/applet-typoMai M
configure_debug: Fix typo
2022-04-01Merge pull request #8097 from Tachi107/build-cleanup-installMai M
build: cleanup installation of yuzu and yuzu-cmd
2022-04-01Merge pull request #8066 from ameerj/gpu-decode-fixesFernando S
codec: Fix GPU decoder detection on Windows and a memory leak
2022-04-01GPU Garbage Collection: Fix regressions.Fernando Sahmkow
2022-04-01Merge pull request #8116 from ameerj/nvhost_ctrl_bad_paramFernando S
nvhost_ctrl: Only mark EventState::Busy as BadParameter
2022-03-30Merge pull request #8076 from ameerj/nv-vk-msaa-scalebunnei
Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+
2022-03-30Merge pull request #8120 from german77/signalbunnei
service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle
2022-03-30Merge pull request #8090 from bunnei/fix-skylinebunnei
Kernel Memory Updates (Part 7): Various fixes to code memory (Skyline support)
2022-03-30service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandleNarr the Reg
2022-03-29Merge pull request #8107 from german77/fullscreenbunnei
yuzu: Only override fullscreen setting if gamepath or argument is provided
2022-03-29nvhost_ctrl: Only mark EventState::Busy as BadParameterameerj
Fixes an svc break in Kirby and the Forgotten Land with async GPU enabled.
2022-03-29Merge pull request #8109 from lat9nq/god-whyMorph
yuzu_cmd: Start the logging backend
2022-03-28yuzu_cmd: Start the logging backendlat9nq
2022-03-28yuzu: Only override fullscreen setting if gamepath or argument is providedgerman77
2022-03-28gl_rasterizer: Avoid scenario locking already owned mutexameerj
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.
2022-03-28Merge pull request #8098 from merryhime/ic-ivaubunnei
dynarmic: Invalidate CPU cache on all cores
2022-03-27Merge pull request #8095 from bylaws/masterMai M
shader_recompiler: Include <bit> header when std::count{r,l}_zero is used
2022-03-27arm_dynarmic_64: Invalidate on all coresmerry
2022-03-27build: cleanup installation of yuzu and yuzu-cmdAndrea Pappacoda
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
2022-03-27Merge pull request #8088 from bunnei/fixup-nvflingerFernando S
Follow-up fixes for NVFlinger rewrite
2022-03-26Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding ↵bunnei
CPU Cached memory."
2022-03-26hle: kernel: k_page_table: Fix implementations of LockForCodeMemory & ↵bunnei
UnlockForCodeMemory.
2022-03-26hle: kernel: k_page_table: Implement LockMemoryAndOpen & UnlockMemory.bunnei
2022-03-26hle: kernel: svc: MapProcessMemory: Fix usage of KPageLinkedList to use ↵bunnei
physical address space.
2022-03-26hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer.bunnei
- This does not seem terribly useful and is inconsistent with other usage.
2022-03-26hle: kernel: k_code_memory: Fix usage of KPageLinkedList to use physical ↵bunnei
address space.
2022-03-26hle: kernel: k_page_table: Implement MakeAndOpenPageGroup & MakePageGroup.bunnei
2022-03-26hle: kernel: k_page_table: Add IsHeapPhysicalAddress method.bunnei
2022-03-26hle: kernel: k_page_linked_list: Add Empty method.bunnei
2022-03-26hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check.bunnei
2022-03-25Merge pull request #8041 from Morph1984/inline-swkbdbunnei
applets/swkbd: Add support for an updated inline software keyboard
2022-03-25hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer ↵bunnei
tracking.
2022-03-25hle: service: nvflinger: buffer_queue_consumer: Use scoped_lock instead of ↵bunnei
unique_lock.
2022-03-25hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock.bunnei
2022-03-25hle: service: nvflinger: Remove unused BufferQueue.bunnei
2022-03-25Memory: Don't protect reads on Normal accuracy.Fernando Sahmkow
2022-03-25Texture Cache: Add Cached CPU system.Fernando Sahmkow