summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-21Merge pull request #9292 from Morph1984/amiibo-web-serviceNarr the Reg
qt_amiibo_settings: Use WebClient only if ENABLE_WEB_SERVICE is enabled
2022-11-21qt_amiibo_settings: Use WebClient only if ENABLE_WEB_SERVICE is enabledMorph
Resolves compilation errors when ENABLE_WEB_SERVICE is disabled in CMake configuration
2022-11-20Merge pull request #9279 from liamwhite/this-would-have-never-happened-in-rustMorph
dmnt:cht: fix copy-paste error
2022-11-20Merge pull request #9216 from vonchenplus/reimp_inline_index_bufferliamwhite
video_core: Reimplement inline index buffer binding
2022-11-20dmnt:cht: fix copy-paste errorLiam
2022-11-20Merge pull request #9238 from german77/cabinet_appletbunnei
service: am: Implement cabinet applet
2022-11-20Merge pull request #9249 from goldenx86/available-vramMorph
Add available Vulkan VRAM to log files
2022-11-20Merge pull request #9274 from Morph1984/issue-formsMorph
github: Add new issue form templates
2022-11-20github: Add blank issue templateMorph
This is meant to only be used by developers.
2022-11-19github: Remove old markdown formMorph
Replaced by the newer issue forms template
2022-11-19github: Add new feature request issue formMorph
2022-11-19github: Add new bug report issue formMorph
2022-11-19Merge pull request #9271 from merryhime/dynarmic-mwe128-stack-misalignmentFernando S
dynarmic: Fix stack misalignment in GenMemory128Accessors
2022-11-19Merge pull request #9254 from FernandoS27/auto-cpu-fixbunnei
Dynarmic: Remove inaccurate NaN from Auto CPU settings.
2022-11-19dynarmic: Fix stack misalignment in GenMemory128AccessorsMerry
2022-11-19Merge pull request #9191 from german77/touching_soulsliamwhite
core: hid: Implement true multitouch support
2022-11-19Merge pull request #9260 from liamwhite/youre-in-big-trouble-nowFernando S
spirv_emit_context: add missing flat decoration
2022-11-19service: hid: Only overclock npad controllersgerman77
2022-11-19core: hid: Implement true multitouch supportNarr the Reg
2022-11-19Merge pull request #9252 from liamwhite/radv-superioritybunnei
maxwell3d: HLE multi-layer clear macro
2022-11-18spirv_emit_context: add missing flat decorationLiam
2022-11-18Merge pull request #9253 from vonchenplus/attr_layerliamwhite
shader: Implement miss attribute layer
2022-11-18Merge pull request #9234 from liamwhite/data-cash-moneybunnei
kernel: implement data cache management operations
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-16Merge pull request #9250 from v1993/patch-10Mai
externals: microprofileui: Remove unused variables
2022-11-16externals: microprofileui: Remove unused variablesValeri
Allows yuzu to be built with Clang 15
2022-11-16Update renderer_vulkan.cppMatías Locatti
2022-11-16Merge pull request #9247 from lat9nq/verbose-del-warnMai
configure_profile_manager: Use a custom dialog when deleting a profile
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-12Merge pull request #9235 from goldenx86/ignorearmMorph
Ignore ARM for core count