| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes. | 2022-04-01 | 2 | -61/+42 | ||
| | * | | | | | | | | hle: service: nvflinger: consumer_base: Cleanup & fixes. | 2022-04-01 | 2 | -15/+17 | ||
| | * | | | | | | | | hle: service: nvflinger: buffer_queue_producer: Cleanup & add GetReleasedBuff... | 2022-04-01 | 2 | -10/+38 | ||
| | * | | | | | | | | hle: service: nvflinger: buffer_queue_core: Cleanup & fixes. | 2022-04-01 | 2 | -3/+0 | ||
| | * | | | | | | | | hle: service: nvflinger: Use correct logger namespace. | 2022-04-01 | 1 | -2/+2 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #8100 from Morph1984/registered-crash | 2022-04-05 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | registered_cache: Prevent nullptr dereference when accumulating files | 2022-03-27 | 1 | -2/+4 | ||
| * | | | | | | | | | Merge pull request #8159 from merryhime/pst | 2022-04-05 | 2 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | dynarmic: Print stack trace on unrecognised instruction or other exception | 2022-04-05 | 2 | -0/+4 | ||
| * | | | | | | | | | | build: remove -fconcepts | 2022-04-05 | 1 | -6/+0 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe" | 2022-04-04 | 1 | -0/+1 | ||
| * | | | | | | | | | texture_cache/util: Remove unneeded ReadBlockUnsafe | 2022-04-04 | 1 | -1/+0 | ||
| * | | | | | | | | | Merge pull request #8089 from merryhime/paranoia | 2022-04-04 | 4 | -45/+63 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | configure_cpu: More descriptive text for Paranoid option | 2022-03-26 | 1 | -1/+1 | ||
| | * | | | | | | | | configuration: Add Paranoid CPU accuracy level | 2022-03-26 | 4 | -45/+63 | ||
| * | | | | | | | | | Merge pull request #8105 from merryhime/atomicload128 | 2022-04-03 | 2 | -4/+96 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | native_clock: Use writeback from CAS to avoid double-loading | 2022-04-02 | 1 | -4/+6 | ||
| | * | | | | | | | | | atomic_ops: Implement AtomicCompareAndSwap with writeback | 2022-04-02 | 1 | -0/+73 | ||
| | * | | | | | | | | | native_clock: Use AtomicLoad128 | 2022-04-02 | 1 | -2/+2 | ||
| | * | | | | | | | | | atomic_ops: Implement AtomicLoad128 | 2022-04-02 | 1 | -0/+17 | ||
| * | | | | | | | | | | Merge pull request #8135 from Morph1984/websession-hack | 2022-04-02 | 1 | -0/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | applets/web: Keep foreground (websession) web applet open | 2022-04-01 | 1 | -0/+8 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #8123 from german77/bombslinger | 2022-04-02 | 3 | -66/+69 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | service: npad: Default initialize shared memory | 2022-04-02 | 1 | -48/+48 | ||
| | * | | | | | | | | | service: hid: Remove inaccurate behavior on initialization | 2022-03-31 | 3 | -18/+21 | ||
| * | | | | | | | | | | Merge pull request #8134 from Tachi107/remove-time-stretcher | 2022-04-02 | 6 | -137/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | audio_core: remove time stretcher | 2022-04-01 | 6 | -137/+3 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #8141 from merryhime/configure-hotkeys-columns | 2022-04-02 | 1 | -3/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | configure_hotkeys: Make first column stretch and not last column | 2022-04-02 | 1 | -3/+4 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #8140 from merryhime/per-game-addon-columns | 2022-04-02 | 1 | -1/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | configure_per_game_addons: Set tree view minimum section size to 150px | 2022-04-02 | 1 | -0/+1 | ||
| | * | | | | | | | | | | configure_per_game_addons: Stretch first column and not last | 2022-04-02 | 1 | -1/+4 | ||
| | |/ / / / / / / / / | ||||||
| * / / / / / / / / / | fix: typos | 2022-04-02 | 5 | -10/+10 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #8128 from FernandoS27/gc-fixes | 2022-04-01 | 2 | -3/+1 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | GPU Garbage Collection: Fix regressions. | 2022-04-01 | 2 | -3/+1 | ||
| * | | | | | | | | | | Merge pull request #8079 from lat9nq/applet-typo | 2022-04-01 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | configure_debug: Fix typo | 2022-03-24 | 1 | -2/+2 | ||
| * | | | | | | | | | | | Merge pull request #8097 from Tachi107/build-cleanup-install | 2022-04-01 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | build: cleanup installation of yuzu and yuzu-cmd | 2022-03-27 | 2 | -2/+2 | ||
| * | | | | | | | | | | | | Merge pull request #8066 from ameerj/gpu-decode-fixes | 2022-04-01 | 1 | -14/+21 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | codec: Plug GPU decoder memory leak | 2022-03-21 | 1 | -0/+2 | ||
| | * | | | | | | | | | | | codec: Disable HW_FRAMES method check on Windows | 2022-03-21 | 1 | -14/+19 | ||
| * | | | | | | | | | | | | Merge pull request #8116 from ameerj/nvhost_ctrl_bad_param | 2022-04-01 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | nvhost_ctrl: Only mark EventState::Busy as BadParameter | 2022-03-29 | 1 | -1/+1 | ||
| * | | | | | | | | | | | | | Merge pull request #8076 from ameerj/nv-vk-msaa-scale | 2022-03-30 | 3 | -7/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+ | 2022-03-23 | 3 | -7/+8 | ||
| * | | | | | | | | | | | | | | Merge pull request #8120 from german77/signal | 2022-03-30 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle | 2022-03-30 | 1 | -0/+4 | ||
| * | | | | | | | | | | | | | | | Merge pull request #8090 from bunnei/fix-skyline | 2022-03-30 | 5 | -54/+241 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | hle: kernel: k_page_table: Fix implementations of LockForCodeMemory & UnlockF... | 2022-03-26 | 1 | -48/+12 | ||