aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-11-14Merge pull request #9243 from german77/resultbunnei
core: Update result module
2022-11-15video_core: Reimplement inline index buffer bindingFeng Chen
2022-11-14nvnflinger: fix lost wakeupLiam
2022-11-14core: Update result moduleNarr the Reg
2022-11-13Add break for default casesKyle 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-13general: Address review commentsgerman77
2022-11-13service: am: Fix cabinet applet resultgerman77
2022-11-13yuzu: Implement cabinet applet frontendgerman77
2022-11-13service: am: Implement cabinet applet backendgerman77
2022-11-13input_common: Add amiibo applet functionsgerman77
2022-11-13service: nfc: fix tagprotocol and implement GetApplicationAreaIdgerman77
2022-11-12Merge pull request #9225 from liamwhite/debugger-instanceliamwhite
Debugger improvements
2022-11-12Ignore ARM for core countMatías Locatti
2022-11-12kernel: implement FlushProcessDataCacheLiam
2022-11-12common: add cache management functionsLiam
2022-11-12Merge pull request #9226 from Kelebek1/regs_regressionbunnei
[video_core] Fix a couple regs regressions
2022-11-11Merge pull request #9224 from liamwhite/services-arent-processesbunnei
service_thread: remove explicit KProcess
2022-11-12Merge pull request #9231 from goldenx86/corecountMai
Add CPU core count to log files
2022-11-11Add CPU core count to log filesMatías Locatti
2022-11-11hle: service: audio: Use default service thread.bunnei
- This was arbitrarily added by me, and does not appear to be helpful.
2022-11-11Merge pull request #9204 from vonchenplus/dma_copy_1d_random_crashliamwhite
video_core: Fix dma copy 1D random crash
2022-11-11Merge pull request #9133 from FearlessTobi/compat-improvementsliamwhite
yuzu/compatdb: Improve compatibility submission system
2022-11-11yuzu/main: Change to 8_GiB instead of magic numberTobias
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2022-11-11Merge pull request #9167 from vonchenplus/tessliamwhite
video_core: Fix few issues in Tess stage
2022-11-11Add break statement in default caseEnrico Mancuso
According to the contributing page (https://github.com/yuzu-emu/yuzu/wiki/Contributing) the default cases should have a break statement
2022-11-10Merge pull request #9223 from goldenx86/threadcountbunnei
Add CPU thread count to log files
2022-11-11Fix regs regression with OpenGL two-sided stencil, and re-add data ↵Kelebek1
invalidation reg
2022-11-11ir/texture_pass: Use host_info instead of querying Settings::values (#9176)Morph
2022-11-10Merge pull request #9198 from liamwhite/arm64bunnei
Initial ARM64 support
2022-11-11Merge pull request #9180 from Docteh/remove_stuffMai
UI: split up strings relating to content removal
2022-11-11Merge pull request #9217 from HidroSaphire/patch-1Mai
Add break statement in default cases
2022-11-10gdbstub: add ams monitor commandsLiam
2022-11-10debugger: allow more than one connection attempt per sessionLiam
2022-11-10Merge pull request #9192 from german77/i_had_to_copy_each_one_againbunnei
yuzu: Change QtKeyToSwitchKey switch case to array
2022-11-10Me likesMatías Locatti
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2022-11-10service_thread: remove explicit KProcessLiam
2022-11-10yuzu/compatdb: Rework compatibility submission systemFearlessTobi
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-11-10Add CPU thread count to log filesMatías Locatti
2022-11-11video_core: Fix dma copy 1D random crashFengChen
2022-11-09kernel/svc_types: refreshLiam
2022-11-09Merge pull request #9182 from liamwhite/services-are-processesbunnei
kernel: assign KProcess to service threads
2022-11-09Initial ARM64 supportLiam
2022-11-09Add break statement in default casesEnrico 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-09Merge pull request #9215 from liamwhite/swordfightFernando S
Ensure correctness of atomic store ordering
2022-11-09Ensure correctness of atomic store orderingLiam
2022-11-07video_core: Fix few issues in Tess stageFengChen
2022-11-06service_thread: fix deletionLiam
2022-11-06yuzu: Change QtKeyToSwitchKey switch case to arraygerman77
2022-11-06video_core:Fix vmm kinds size errorFengChen
2022-11-06Merge pull request #9163 from vonchenplus/draw_errorFernando S
video_core: Fix drawing trigger mechanism regression