| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #9224 from liamwhite/services-arent-processes | 2022-11-11 | 2 | -29/+13 | |
| |\ | | | | | service_thread: remove explicit KProcess | ||||
| | * | service_thread: remove explicit KProcess | 2022-11-10 | 2 | -29/+13 | |
| | | | |||||
| * | | Merge pull request #9231 from goldenx86/corecount | 2022-11-12 | 3 | -3/+64 | |
| |\ \ | | | | | | | Add CPU core count to log files | ||||
| | * | | Add CPU core count to log files | 2022-11-11 | 3 | -3/+64 | |
| | | | | |||||
| * | | | Merge pull request #9204 from vonchenplus/dma_copy_1d_random_crash | 2022-11-11 | 1 | -17/+20 | |
| |\ \ \ | | | | | | | | | video_core: Fix dma copy 1D random crash | ||||
| | * | | | video_core: Fix dma copy 1D random crash | 2022-11-11 | 1 | -17/+20 | |
| | | | | | |||||
| * | | | | Merge pull request #9133 from FearlessTobi/compat-improvements | 2022-11-11 | 5 | -71/+404 | |
| |\ \ \ \ | | | | | | | | | | | yuzu/compatdb: Improve compatibility submission system | ||||
| | * | | | | yuzu/main: Change to 8_GiB instead of magic number | 2022-11-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | ||||
| | * | | | | yuzu/compatdb: Rework compatibility submission system | 2022-11-10 | 5 | -71/+404 | |
| | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | ||||
| * | | | | | Merge pull request #9167 from vonchenplus/tess | 2022-11-11 | 18 | -6/+63 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | video_core: Fix few issues in Tess stage | ||||
| | * | | | | video_core: Fix few issues in Tess stage | 2022-11-07 | 18 | -6/+63 | |
| | | | | | | |||||
| * | | | | | Merge pull request #9223 from goldenx86/threadcount | 2022-11-10 | 1 | -0/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Add CPU thread count to log files | ||||
| | * | | | | | Me likes | 2022-11-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | ||||
| | * | | | | | Add CPU thread count to log files | 2022-11-10 | 1 | -0/+2 | |
| | | | | | | | |||||
| * | | | | | | ir/texture_pass: Use host_info instead of querying Settings::values (#9176) | 2022-11-11 | 12 | -16/+23 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #9198 from liamwhite/arm64 | 2022-11-10 | 11 | -24/+57 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Initial ARM64 support | ||||
| | * | | | | | | Initial ARM64 support | 2022-11-09 | 11 | -24/+57 | |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #9180 from Docteh/remove_stuff | 2022-11-11 | 2 | -20/+33 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | UI: split up strings relating to content removal | ||||
| | * | | | | | | | UI: split up strings relating to content removal | 2022-11-04 | 2 | -20/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by Italian translator (Fs00 in Discord) "Remove Installed Game %1?" "Error Removing %1" I didn't press for translated strings, so have a taste direct from deepl Rimuovere il contenuto del gioco installato? Rimuovere l'aggiornamento del gioco installato? Rimuovere il DLC del gioco installato? | ||||
| * | | | | | | | | Merge pull request #9217 from HidroSaphire/patch-1 | 2022-11-11 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add break statement in default cases | ||||
| | * | | | | | | | | Add break statement in default cases | 2022-11-09 | 1 | -0/+1 | |
| | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the contributing page (https://github.com/yuzu-emu/yuzu/wiki/Contributing) the default cases should have a break statement default: // Yes, even break for the last case break; | ||||
| * | | | | | | | | Merge pull request #9192 from german77/i_had_to_copy_each_one_again | 2022-11-10 | 1 | -217/+120 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | yuzu: Change QtKeyToSwitchKey switch case to array | ||||
| | * | | | | | | | yuzu: Change QtKeyToSwitchKey switch case to array | 2022-11-06 | 1 | -217/+120 | |
| | | | | | | | | | |||||
| * | | | | | | | | kernel/svc_types: refresh | 2022-11-09 | 19 | -137/+563 | |
| | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | | Merge pull request #9182 from liamwhite/services-are-processes | 2022-11-09 | 5 | -25/+56 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | kernel: assign KProcess to service threads | ||||
| | * | | | | | | service_thread: register service threads to the logical owner process | 2022-11-04 | 5 | -20/+39 | |
| | | | | | | | | |||||
| | * | | | | | | kernel: avoid racy behavior in global suspension | 2022-11-04 | 1 | -5/+17 | |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Merge pull request #9215 from liamwhite/swordfight | 2022-11-09 | 2 | -3/+9 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Ensure correctness of atomic store ordering | ||||
| | * | | | | | | Ensure correctness of atomic store ordering | 2022-11-09 | 2 | -3/+9 | |
| | | |_|_|_|/ | |/| | | | | |||||
| * / | | | | | service_thread: fix deletion | 2022-11-06 | 4 | -39/+33 | |
| |/ / / / / | |||||
| * | | / / | video_core:Fix vmm kinds size error | 2022-11-06 | 1 | -1/+1 | |
| | |_|/ / |/| | | | |||||
| * | | | | Merge pull request #9163 from vonchenplus/draw_error | 2022-11-06 | 1 | -32/+25 | |
| |\ \ \ \ | | | | | | | | | | | video_core: Fix drawing trigger mechanism regression | ||||
| | * | | | | video_core: Fix drawing trigger mechanism regression | 2022-10-31 | 1 | -32/+25 | |
| | | | | | | |||||
| * | | | | | Merge pull request #9173 from bunnei/kern-update-15 | 2022-11-05 | 38 | -737/+2786 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Kernel: Various updates for FW 15.0.x | ||||
| | * | | | | core: hle: kernel: Address review comments. | 2022-11-05 | 2 | -2/+2 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: k_page_table: Remove unnecessary casts. | 2022-11-03 | 1 | -17/+8 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: k_page_table: Manually open/close pages for IPC methods. | 2022-11-03 | 1 | -0/+18 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: k_page_table: Implement IPC memory methods. | 2022-11-03 | 3 | -3/+910 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: k_memory_manager: Refresh. | 2022-11-03 | 4 | -369/+460 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: Integrate system KSystemResource. | 2022-11-03 | 7 | -69/+209 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: k_dynamic_page_manager: Refresh. | 2022-11-03 | 1 | -17/+50 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: Add KSystemResource. | 2022-11-03 | 5 | -1/+173 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: k_handle_table: Refresh. | 2022-11-03 | 2 | -54/+87 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: k_memory_layout: Refresh. | 2022-11-03 | 3 | -12/+23 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: k_memory_region_type: Refresh. | 2022-11-03 | 1 | -49/+74 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: slab_helpers: Add KAutoObjectWithSlabHeap. | 2022-11-03 | 1 | -0/+78 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: k_dynamic_resource_manager: Add KBlockInfoManager, ↵ | 2022-11-03 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | KBlockInfoSlabHeap. | ||||
| | * | | | | core: hle: kernel: k_page_bitmap: Refresh. | 2022-11-03 | 1 | -88/+155 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: k_memory_block: Refresh. | 2022-11-03 | 2 | -48/+66 | |
| | | | | | | |||||
| | * | | | | core: hle: kernel: k_page_heap: Refresh. | 2022-11-03 | 2 | -17/+108 | |
| | | | | | | |||||