| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | modified: src/yuzu/main.cpp | 2023-11-05 | 1 | -66/+7 | ||
| | * | | | | | | | | Merge branch 'master' into new-shortcut | 2023-11-04 | 166 | -2990/+7647 | ||
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| | * | | | | | | | | We dont need that | 2023-10-27 | 1 | -15/+19 | ||
| | * | | | | | | | | Merge branch 'yuzu-emu:master' into new-shortcut | 2023-10-26 | 31 | -107/+493 | ||
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | * | | | | | | | | Merge branch 'yuzu-emu:master' into new-shortcut | 2023-10-21 | 33 | -289/+588 | ||
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Reverted dirty code in main. | 2023-10-18 | 2 | -9/+2 | ||
| | * | | | | | | | | | TODO: Implement shortcut creation for Apple. | 2023-10-18 | 3 | -2/+15 | ||
| | * | | | | | | | | | Useless code removed related to admin privileges, if it is not an error we ca... | 2023-10-18 | 2 | -7/+0 | ||
| | * | | | | | | | | | Deleted admin requisite (maybe it was another mistake). | 2023-10-18 | 1 | -7/+1 | ||
| | * | | | | | | | | | Merge branch 'yuzu-emu:master' into new-shortcut | 2023-10-18 | 19 | -99/+120 | ||
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Final refactorization | 2023-10-17 | 1 | -86/+45 | ||
| | * | | | | | | | | | | Merge branch 'yuzu-emu:master' into new-shortcut | 2023-10-17 | 6 | -8/+91 | ||
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Moved check. | 2023-10-16 | 1 | -6/+8 | ||
| | * | | | | | | | | | | | More @liamwhite suggestions applied. | 2023-10-16 | 2 | -122/+90 | ||
| | * | | | | | | | | | | | shortcut_stream.close(); fixed | 2023-10-16 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | Comment using fmt instead qt. | 2023-10-16 | 1 | -2/+1 | ||
| | * | | | | | | | | | | | .clear() instead = ""; and switch improved. | 2023-10-16 | 1 | -16/+8 | ||
| | * | | | | | | | | | | | More missed suggestions | 2023-10-16 | 1 | -6/+2 | ||
| | * | | | | | | | | | | | Sugestions and fixes. | 2023-10-16 | 3 | -54/+56 | ||
| | * | | | | | | | | | | | Merge branch 'new-shortcut' of https://github.com/boludoz/yuzu into new-shortcut | 2023-10-16 | 2 | -10/+1 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'yuzu-emu:master' into new-shortcut | 2023-10-16 | 2 | -10/+1 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Some improvements (suggestions) | 2023-10-16 | 3 | -91/+79 | ||
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Less code, simpler, better. | 2023-10-15 | 3 | -82/+15 | ||
| | * | | | | | | | | | | | | Typing and formatting errors fixed. | 2023-10-15 | 6 | -54/+43 | ||
| | * | | | | | | | | | | | | Unnecessary feature removed | 2023-10-15 | 4 | -99/+5 | ||
| | * | | | | | | | | | | | | Fixes and improvements | 2023-10-15 | 3 | -11/+30 | ||
| | * | | | | | | | | | | | | Improved shortcut: add games in applist for Windows, question for start game ... | 2023-10-15 | 9 | -215/+515 | ||
| * | | | | | | | | | | | | | Merge pull request #12066 from ameerj/nvidia-nsanity | 2023-11-19 | 4 | -0/+82 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | shader_recompiler: add byteswap pattern workaround for Nvidia | 2023-11-17 | 4 | -0/+82 | ||
| * | | | | | | | | | | | | | | Merge pull request #12068 from ameerj/glasm-xfb-fixes | 2023-11-19 | 2 | -1/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | gl_graphics_pipeline: GLASM: Fix transform feedback attribs buffer mode | 2023-11-18 | 2 | -1/+6 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | / / / / | Buffer Cache: Eliminate clears on Indirect buffers | 2023-11-18 | 2 | -6/+1 | ||
| | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | shader_recompiler: Fix spelling of "derivate" (#12067) | 2023-11-18 | 10 | -60/+61 | ||
| * | | | | | | | | | | | | | Merge pull request #12058 from liamwhite/opus-again | 2023-11-17 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | opus: fix stereo stream count check in multistream decoder object | 2023-11-17 | 2 | -2/+2 | ||
| | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #11912 from liamwhite/nv-graphic-buffer | 2023-11-17 | 12 | -37/+71 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | nvnflinger: use graphic buffer lifetime for map handle | 2023-10-29 | 12 | -37/+71 | ||
| * | | | | | | | | | | | | | | Merge pull request #11917 from liamwhite/abandonment | 2023-11-17 | 8 | -21/+60 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | nvnflinger: implement consumer abandonment | 2023-10-29 | 8 | -21/+60 | ||
| * | | | | | | | | | | | | | | service: hid: Introduce firmware settings and update activate controller calls | 2023-11-16 | 12 | -54/+295 | ||
| | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | service: hid: Implement xpad calls | 2023-11-16 | 2 | -36/+139 | ||
| * | | | | | | | | | | | | | Merge pull request #11995 from FernandoS27/you-dont-need-the-new-iphone | 2023-11-16 | 6 | -30/+32 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Memory: Fix invalidation handling from the CPU/Services | 2023-11-12 | 3 | -7/+22 | ||
| | * | | | | | | | | | | | | | Revert "renderer_vulkan: add locks to avoid scheduler flushes from CPU" | 2023-11-10 | 4 | -23/+10 | ||
| * | | | | | | | | | | | | | | Merge pull request #12038 from german77/no_implement | 2023-11-16 | 17 | -3070/+3276 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | service: hid: Split hid.cpp into individual interfaces | 2023-11-15 | 17 | -3070/+3276 | ||
| * | | | | | | | | | | | | | | | Merge pull request #12007 from german77/moar_buttons | 2023-11-16 | 13 | -185/+382 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | core: hid: Split SL and SR buttons | 2023-11-11 | 13 | -185/+382 | ||
| | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | android: Disable PiP by default | 2023-11-15 | 1 | -1/+1 | ||
| * | | | | | | | | | | | | | | Merge pull request #12034 from t895/fps-outline | 2023-11-14 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||