| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | Useless code removed related to admin privileges, if it is not an error we ↵ | 2023-10-18 | 2 | -7/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can add it later, that is what git is for. | |||||
| | * | | | | | | | | | 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 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at fullscreen & better unicode support for some Windows path funcs. | |||||
| * | | | | | | | | | | | | | Merge pull request #12066 from ameerj/nvidia-nsanity | 2023-11-19 | 4 | -0/+82 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shader_recompiler: add byteswap pattern workaround for Nvidia | |||||
| | * | | | | | | | | | | | | | 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 | |||||
| | * | | | | | | | | | | | | | | gl_graphics_pipeline: GLASM: Fix transform feedback attribs buffer mode | 2023-11-18 | 2 | -1/+6 | ||
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GL_SEPARATE_ATTRIBS only applies when multiple buffers are being used, else GL_INTERLEAVED_ATTRIBS handles the cases for a single buffer with potentially more than one attribute | |||||
| * | | | | | | | | | / / / / | 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 | |||||
| | * | | | | | | | | | | | | | 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 | |||||
| | * | | | | | | | | | | | | | 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 | |||||
| | * | | | | | | | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert PR #11806 and do a proper fix to the memory handling. | |||||
| | * | | | | | | | | | | | | | 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 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d9dde7e6f3a90f58d642808900ddd558da21f762. | |||||
| * | | | | | | | | | | | | | | Merge pull request #12038 from german77/no_implement | 2023-11-16 | 17 | -3070/+3276 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service: hid: Split hid.cpp into individual interfaces | |||||
| | * | | | | | | | | | | | | | | 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 | |||||
| | * | | | | | | | | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | android: Add drop shadow to FPS counter | |||||
| | * | | | | | | | | | | | | | | android: Add drop shadow to FPS counter | 2023-11-14 | 1 | -2/+3 | ||
| | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also let the style control the text size | |||||
| * / | | | | | | | | | | | | | android: Don't enter PiP during startup or shutdown | 2023-11-14 | 1 | -1/+3 | ||
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #12032 from liamwhite/fruit-compiler | 2023-11-14 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix apple clang build again | |||||
| | * | | | | | | | | | | | | | fix apple clang build again | 2023-11-14 | 1 | -2/+2 | ||
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #12030 from t895/blocking-fix | 2023-11-14 | 2 | -24/+35 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | android: Use suspend function for creating dynamic shortcuts | |||||
| | * | | | | | | | | | | | | | | android: Use suspend function for creating dynamic shortcuts | 2023-11-14 | 2 | -24/+35 | ||
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the coil loader ever got stuck when creating a dynamic shortcut icon, the app would freeze. This would happen most notably when booting nca format games. This pushes that process to a separate coroutine that can be cancelled by the main activity's lifecycle. | |||||
| * | | | | | | | | | | | | | | Merge pull request #12028 from liamwhite/coretiming-shutdown | 2023-11-14 | 2 | -1/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | core_timing: lock event queue access | |||||