Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-18 | Merge pull request #9234 from liamwhite/data-cash-money | bunnei | |
kernel: implement data cache management operations | |||
2022-11-17 | Merge pull request #9244 from liamwhite/lost-wakeup | bunnei | |
nvnflinger: fix lost wakeup | |||
2022-11-17 | Merge pull request #9229 from Docteh/achy_breaky_heart | Morph | |
Add break for default cases | |||
2022-11-17 | Merge pull request #9228 from HidroSaphire/patch-1 | liamwhite | |
Add break statement in default case | |||
2022-11-15 | configure_profile_manager: Cleanup reference/pointer usage | lat9nq | |
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> Co-authored-by: Mai M. <mathew1800@gmail.com> | |||
2022-11-15 | configure_profile_manager: Remove profile picture border | lat9nq | |
The border adds its own width at least on Linux which causes the icon to be offset by 1px, and cropped by 2px on the bottom and right sides. | |||
2022-11-15 | configure_profile_manager: Use a custom dialog for deletion | lat9nq | |
A hopefully more informative dialog that most importantly notifies the user that their saves will be deleted with the user profile. cpm: Only keep track of UI elements that we need cpm: Remove unused forward declarations cpm: Add missing include | |||
2022-11-14 | Merge pull request #9243 from german77/result | bunnei | |
core: Update result module | |||
2022-11-14 | nvnflinger: fix lost wakeup | Liam | |
2022-11-14 | core: Update result module | Narr the Reg | |
2022-11-13 | Add break for default cases | Kyle Kienapfel | |
Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return | |||
2022-11-12 | Merge pull request #9225 from liamwhite/debugger-instance | liamwhite | |
Debugger improvements | |||
2022-11-12 | Ignore ARM for core count | Matías Locatti | |
2022-11-12 | kernel: implement FlushProcessDataCache | Liam | |
2022-11-12 | common: add cache management functions | Liam | |
2022-11-12 | Merge pull request #9226 from Kelebek1/regs_regression | bunnei | |
[video_core] Fix a couple regs regressions | |||
2022-11-11 | Merge pull request #9224 from liamwhite/services-arent-processes | bunnei | |
service_thread: remove explicit KProcess | |||
2022-11-12 | Merge pull request #9231 from goldenx86/corecount | Mai | |
Add CPU core count to log files | |||
2022-11-11 | Add CPU core count to log files | Matías Locatti | |
2022-11-11 | Merge pull request #9204 from vonchenplus/dma_copy_1d_random_crash | liamwhite | |
video_core: Fix dma copy 1D random crash | |||
2022-11-11 | Merge pull request #9133 from FearlessTobi/compat-improvements | liamwhite | |
yuzu/compatdb: Improve compatibility submission system | |||
2022-11-11 | yuzu/main: Change to 8_GiB instead of magic number | Tobias | |
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
2022-11-11 | Merge pull request #9167 from vonchenplus/tess | liamwhite | |
video_core: Fix few issues in Tess stage | |||
2022-11-11 | Add break statement in default case | Enrico Mancuso | |
According to the contributing page (https://github.com/yuzu-emu/yuzu/wiki/Contributing) the default cases should have a break statement | |||
2022-11-10 | Merge pull request #9223 from goldenx86/threadcount | bunnei | |
Add CPU thread count to log files | |||
2022-11-11 | Fix regs regression with OpenGL two-sided stencil, and re-add data ↵ | Kelebek1 | |
invalidation reg | |||
2022-11-11 | ir/texture_pass: Use host_info instead of querying Settings::values (#9176) | Morph | |
2022-11-10 | Merge pull request #9198 from liamwhite/arm64 | bunnei | |
Initial ARM64 support | |||
2022-11-11 | Merge pull request #9180 from Docteh/remove_stuff | Mai | |
UI: split up strings relating to content removal | |||
2022-11-11 | Merge pull request #9217 from HidroSaphire/patch-1 | Mai | |
Add break statement in default cases | |||
2022-11-10 | gdbstub: add ams monitor commands | Liam | |
2022-11-10 | debugger: allow more than one connection attempt per session | Liam | |
2022-11-10 | Merge pull request #9192 from german77/i_had_to_copy_each_one_again | bunnei | |
yuzu: Change QtKeyToSwitchKey switch case to array | |||
2022-11-10 | Me likes | Matías Locatti | |
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
2022-11-10 | service_thread: remove explicit KProcess | Liam | |
2022-11-10 | yuzu/compatdb: Rework compatibility submission system | FearlessTobi | |
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | |||
2022-11-10 | Add CPU thread count to log files | Matías Locatti | |
2022-11-11 | video_core: Fix dma copy 1D random crash | FengChen | |
2022-11-09 | kernel/svc_types: refresh | Liam | |
2022-11-09 | Merge pull request #9182 from liamwhite/services-are-processes | bunnei | |
kernel: assign KProcess to service threads | |||
2022-11-09 | Initial ARM64 support | Liam | |
2022-11-09 | Add break statement in default cases | Enrico Mancuso | |
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; | |||
2022-11-09 | Merge pull request #9215 from liamwhite/swordfight | Fernando S | |
Ensure correctness of atomic store ordering | |||
2022-11-09 | Ensure correctness of atomic store ordering | Liam | |
2022-11-07 | video_core: Fix few issues in Tess stage | FengChen | |
2022-11-06 | service_thread: fix deletion | Liam | |
2022-11-06 | yuzu: Change QtKeyToSwitchKey switch case to array | german77 | |
2022-11-06 | video_core:Fix vmm kinds size error | FengChen | |
2022-11-06 | Merge pull request #9163 from vonchenplus/draw_error | Fernando S | |
video_core: Fix drawing trigger mechanism regression | |||
2022-11-05 | Merge pull request #9173 from bunnei/kern-update-15 | liamwhite | |
Kernel: Various updates for FW 15.0.x |