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 | qt: Add Qt version to LogRuntimes | Kyle Kienapfel | |
2022-11-17 | Qt6: Disable IR Sensor when compiling with Qt6 | Kyle 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-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 | Update renderer_vulkan.cpp | Matías Locatti | |
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 | 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 | hle: service: audio: Use default service thread. | bunnei | |
- This was arbitrarily added by me, and does not appear to be helpful. | |||
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 | |