Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-21 | Merge pull request #9292 from Morph1984/amiibo-web-service | Narr the Reg | |
qt_amiibo_settings: Use WebClient only if ENABLE_WEB_SERVICE is enabled | |||
2022-11-21 | qt_amiibo_settings: Use WebClient only if ENABLE_WEB_SERVICE is enabled | Morph | |
Resolves compilation errors when ENABLE_WEB_SERVICE is disabled in CMake configuration | |||
2022-11-20 | Merge pull request #9279 from liamwhite/this-would-have-never-happened-in-rust | Morph | |
dmnt:cht: fix copy-paste error | |||
2022-11-20 | Merge pull request #9216 from vonchenplus/reimp_inline_index_buffer | liamwhite | |
video_core: Reimplement inline index buffer binding | |||
2022-11-20 | dmnt:cht: fix copy-paste error | Liam | |
2022-11-20 | Merge pull request #9238 from german77/cabinet_applet | bunnei | |
service: am: Implement cabinet applet | |||
2022-11-20 | Merge pull request #9249 from goldenx86/available-vram | Morph | |
Add available Vulkan VRAM to log files | |||
2022-11-20 | Merge pull request #9274 from Morph1984/issue-forms | Morph | |
github: Add new issue form templates | |||
2022-11-20 | github: Add blank issue template | Morph | |
This is meant to only be used by developers. | |||
2022-11-19 | github: Remove old markdown form | Morph | |
Replaced by the newer issue forms template | |||
2022-11-19 | github: Add new feature request issue form | Morph | |
2022-11-19 | github: Add new bug report issue form | Morph | |
2022-11-19 | Merge pull request #9271 from merryhime/dynarmic-mwe128-stack-misalignment | Fernando S | |
dynarmic: Fix stack misalignment in GenMemory128Accessors | |||
2022-11-19 | Merge pull request #9254 from FernandoS27/auto-cpu-fix | bunnei | |
Dynarmic: Remove inaccurate NaN from Auto CPU settings. | |||
2022-11-19 | dynarmic: Fix stack misalignment in GenMemory128Accessors | Merry | |
2022-11-19 | Merge pull request #9191 from german77/touching_souls | liamwhite | |
core: hid: Implement true multitouch support | |||
2022-11-19 | Merge pull request #9260 from liamwhite/youre-in-big-trouble-now | Fernando S | |
spirv_emit_context: add missing flat decoration | |||
2022-11-19 | service: hid: Only overclock npad controllers | german77 | |
2022-11-19 | core: hid: Implement true multitouch support | Narr the Reg | |
2022-11-19 | Merge pull request #9252 from liamwhite/radv-superiority | bunnei | |
maxwell3d: HLE multi-layer clear macro | |||
2022-11-18 | spirv_emit_context: add missing flat decoration | Liam | |
2022-11-18 | Merge pull request #9253 from vonchenplus/attr_layer | liamwhite | |
shader: Implement miss attribute layer | |||
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-17 | Dynarmic: Remove inaccurate NaN from Auto CPU settings. | Fernando Sahmkow | |
2022-11-17 | shader: Implement miss attribute layer | FengChen | |
2022-11-17 | maxwell3d: full HLE for multi-layer clears | Liam | |
2022-11-16 | maxwell3d: HLE multi-layer clear macro | Liam | |
2022-11-16 | Merge pull request #9250 from v1993/patch-10 | Mai | |
externals: microprofileui: Remove unused variables | |||
2022-11-16 | externals: microprofileui: Remove unused variables | Valeri | |
Allows yuzu to be built with Clang 15 | |||
2022-11-16 | Update renderer_vulkan.cpp | MatÃas Locatti | |
2022-11-16 | Merge pull request #9247 from lat9nq/verbose-del-warn | Mai | |
configure_profile_manager: Use a custom dialog when deleting a profile | |||
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-15 | video_core: Reimplement inline index buffer binding | Feng Chen | |
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-13 | general: Address review comments | german77 | |
2022-11-13 | service: am: Fix cabinet applet result | german77 | |
2022-11-13 | yuzu: Implement cabinet applet frontend | german77 | |
2022-11-13 | service: am: Implement cabinet applet backend | german77 | |
2022-11-13 | input_common: Add amiibo applet functions | german77 | |
2022-11-13 | service: nfc: fix tagprotocol and implement GetApplicationAreaId | german77 | |
2022-11-12 | Merge pull request #9225 from liamwhite/debugger-instance | liamwhite | |
Debugger improvements | |||
2022-11-12 | Merge pull request #9235 from goldenx86/ignorearm | Morph | |
Ignore ARM for core count |