summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-11-18Merge pull request #9234 from liamwhite/data-cash-moneybunnei
kernel: implement data cache management operations
2022-11-17qt: Add Qt version to LogRuntimesKyle Kienapfel
2022-11-17Qt6: Disable IR Sensor when compiling with Qt6Kyle Kienapfel
Gating the IR Sensor code behind a macro like so `#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA` The YUZU_USE_QT_MULTIMEDIA flag is implemented in later commit Also the locale fix in src/yuzu/main.cpp is now gated against Qt6, as it causes compilation error
2022-11-17Merge pull request #9244 from liamwhite/lost-wakeupbunnei
nvnflinger: fix lost wakeup
2022-11-17Merge pull request #9229 from Docteh/achy_breaky_heartMorph
Add break for default cases
2022-11-17Merge pull request #9228 from HidroSaphire/patch-1liamwhite
Add break statement in default case
2022-11-17Dynarmic: Remove inaccurate NaN from Auto CPU settings.Fernando Sahmkow
2022-11-17shader: Implement miss attribute layerFengChen
2022-11-17maxwell3d: full HLE for multi-layer clearsLiam
2022-11-16maxwell3d: HLE multi-layer clear macroLiam
2022-11-16Update renderer_vulkan.cppMatías Locatti
2022-11-15configure_profile_manager: Cleanup reference/pointer usagelat9nq
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> Co-authored-by: Mai M. <mathew1800@gmail.com>
2022-11-15configure_profile_manager: Remove profile picture borderlat9nq
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-15configure_profile_manager: Use a custom dialog for deletionlat9nq
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-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