Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-30 | cmake: sync gamemode conditionals with code after 5eec980a2d71 | Jan Beich | |
FAILED: bin/yuzu ld: error: unable to find library -lgamemode FAILED: bin/yuzu-cmd ld: error: undefined symbol: Common::Linux::StartGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main) ld: error: undefined symbol: Common::Linux::StopGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main) | |||
2023-11-29 | Merge pull request #12223 from liamwhite/fruit-company | Narr the Reg | |
general: conditionally compile gamemode on linux only | |||
2023-11-29 | general: conditionally compile gamemode on linux only | Liam | |
2023-11-29 | Merge pull request #12204 from t895/config-migration | liamwhite | |
android: Multi directory UI | |||
2023-11-29 | Merge pull request #12203 from liamwhite/crash-fix | liamwhite | |
set: don't load version nca with null romfs | |||
2023-11-29 | Merge pull request #12201 from Macj0rdan/controller-applet-fix | liamwhite | |
Fixed controller applet crashing when on FW17+ | |||
2023-11-29 | Merge pull request #12194 from liamwhite/fruit-company | liamwhite | |
video_core: fix mac compile | |||
2023-11-29 | Merge pull request #12154 from liamwhite/more-drivers | liamwhite | |
vulkan_device: add names for more driverID enumeration values | |||
2023-11-29 | Merge pull request #11946 from flodavid/gamemode | liamwhite | |
Enable (Feral Interactive) Gamemode on Linux | |||
2023-11-29 | Merge pull request #11902 from ameerj/ssbo-align | liamwhite | |
shader_recompiler: Align SSBO offsets to meet host requirements | |||
2023-11-27 | android: Save global settings in onStop | t895 | |
2023-11-27 | android: Multi directory UI | t895 | |
2023-11-27 | set: don't load version nca with null romfs | Liam | |
2023-11-27 | Fixed controller applet crashing when on FW17+ | FrozenAra | |
2023-11-27 | Merge pull request #12183 from german77/justmii | liamwhite | |
service: nfc: Validate mii data | |||
2023-11-27 | Merge pull request #12160 from german77/mouse_constrain | liamwhite | |
yuzu: Constrain mouse in render window when emulated | |||
2023-11-26 | Merge branch 'master' into ssbo-align | Ameer J | |
2023-11-26 | video_core: fix mac compile | Liam | |
2023-11-26 | Merge pull request #11535 from GPUCode/upload_cmdbuf | Fernando S | |
renderer_vulkan: Introduce separate cmd buffer for uploads | |||
2023-11-26 | Merge pull request #12180 from german77/cabinetmii | liamwhite | |
service: am: Create random mii for cabinet applet | |||
2023-11-26 | Merge pull request #12156 from german77/firmwarevs | liamwhite | |
yuzu: Display firmware version | |||
2023-11-26 | Merge pull request #12175 from abouvier/unbundle-simpleini | liamwhite | |
cmake: prefer system simpleini library | |||
2023-11-25 | service: nfc: Validate mii data | german77 | |
2023-11-25 | service: am: Create random mii for cabinet applet | german77 | |
2023-11-26 | cmake: prefer system simpleini library | Alexandre Bouvier | |
2023-11-25 | Merge pull request #12166 from german77/redmagic | liamwhite | |
android: input: Flip abxy on redmagic controllers | |||
2023-11-25 | Merge pull request #12169 from liamwhite/its-time-to-stop | liamwhite | |
time: undef GetCurrentTime for Windows | |||
2023-11-25 | android: input: Flip abxy on backbone labs controllers | german77 | |
2023-11-25 | time: undef GetCurrentTime for Windows | Liam | |
2023-11-25 | cmake: move gamemode target include into its file | flodavid | |
2023-11-25 | yuzu: create linux group in general settings | flodavid | |
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules | |||
2023-11-25 | yuzu: integrate gamemode support on linux | xcfrg | |
2023-11-25 | android: input: Flip abxy on redmagic controllers | german77 | |
2023-11-25 | Merge pull request #12153 from liamwhite/deck2 | liamwhite | |
renderer_vulkan: exclude steam deck oled from force max clock setting | |||
2023-11-25 | Merge pull request #12151 from german77/no-crash | liamwhite | |
core: hid: Ensure output devices are initialized | |||
2023-11-25 | Merge pull request #12110 from liamwhite/mali-nullview | liamwhite | |
vk_texture_cache: add workaround for nullDescriptor on Mali | |||
2023-11-24 | Merge pull request #11889 from t895/ini-lib | Charles Lombardo | |
configuration: Unify config handling across frontends | |||
2023-11-24 | yuzu: Constrain mouse in render window when emulated | Narr the Reg | |
2023-11-24 | yuzu: Display firmware version | Narr the Reg | |
2023-11-24 | vulkan_device: add names for more driverID enumeration values | Liam | |
2023-11-24 | renderer_vulkan: exclude steam deck oled from force max clock setting | Liam | |
2023-11-24 | core: hid: Ensure output devices are initialized | Narr the Reg | |
2023-11-24 | Merge pull request #12140 from liamwhite/qcr-unreachable | liamwhite | |
query_cache: demote report synced unreachable to assert | |||
2023-11-23 | Merge pull request #12076 from german77/resource | liamwhite | |
service: hid: Create appropriate hid resources | |||
2023-11-23 | query_cache: demote report synced unreachable to assert | Liam | |
2023-11-23 | frontend_common: Don't specify default value for screenshot_path | t895 | |
2023-11-23 | frontend_common: Don't load config files that we fail to open | t895 | |
2023-11-21 | Merge pull request #12123 from merryhime/explicit-this | liamwhite | |
Explicit this | |||
2023-11-21 | frontend_common: Add option to read unsigned integers | t895 | |
2023-11-21 | game_list_worker: Explicit caputure of 'this' | Merry | |