Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-12 | settings: Allow CPU Debug and Fastmem to be changed per-game | t895 | |
2023-12-12 | android: Add per-game drivers | t895 | |
2023-12-12 | android: Add per-game settings | t895 | |
2023-12-12 | android: Add Game properties | t895 | |
This commit has the UI for viewing a game's properties on long-press and some links to useful tools like - Game info - Shortcut to settings (global in this commit) - Addon manager with installer - Save data manager - Option to clear all save data - Option to clear shader cache | |||
2023-12-12 | frontend_common: Fix settings reload bug | t895 | |
This clears the touch_from_button_maps array before we read new data into it because this read duplicate data on a reload otherwise. | |||
2023-12-12 | android: Refactor settings to expose more options | t895 | |
In AbstractSetting, this removes the category, androidDefault, and valueAsString properties as they are no longer needed and have replacements. isSwitchable, global, and getValueAsString are all exposed and give better options for working with global/per-game settings. | |||
2023-12-12 | Merge pull request #12342 from FearlessTobi/fix-msvc | liamwhite | |
vcpkg: Update fmt to 10.1.1 | |||
2023-12-12 | Merge pull request #12343 from FearlessTobi/fix-typo | liamwhite | |
configure_debug: Fix small typo | |||
2023-12-12 | configure_debug: Fix small typo | FearlessTobi | |
2023-12-12 | vcpkg: Update fmt to 10.1.1 | FearlessTobi | |
Should fix compiling on the latest version of MSVC. | |||
2023-12-12 | Merge pull request #12328 from german77/profile_manager | liamwhite | |
core: Use single instance of profile manager | |||
2023-12-12 | Merge pull request #12333 from german77/aruid_free | liamwhite | |
service: hid: Improve CreateAppletResource implementation and free resources | |||
2023-12-10 | Merge pull request #12322 from liamwhite/savedata-absurdity | liamwhite | |
fs: don't enumerate hidden savedata size file | |||
2023-12-10 | Merge pull request #12327 from liamwhite/tipc | liamwhite | |
sm:: fix tipc deserialization | |||
2023-12-10 | Merge pull request #12317 from liamwhite/sc-fix | liamwhite | |
kernel: fix single core | |||
2023-12-10 | Merge pull request #12321 from liamwhite/ro2 | liamwhite | |
ro: add separate ro service | |||
2023-12-10 | service: hid: Improve CreateAppletResource implementation and free resources | german77 | |
2023-12-10 | core: Use single instance of profile manager | german77 | |
2023-12-09 | sm:: fix tipc deserialization | Liam | |
2023-12-09 | Merge pull request #12296 from liamwhite/client-session | liamwhite | |
kernel: implement remaining IPC syscalls | |||
2023-12-09 | Merge pull request #12299 from liamwhite/light-ipc | liamwhite | |
kernel: implement light IPC | |||
2023-12-09 | Merge pull request #12323 from liamwhite/buffer-format | liamwhite | |
fbshare: set external format correctly | |||
2023-12-09 | Merge pull request #12325 from GPUCode/better-nce-message | liamwhite | |
settings: Clearer NCE error messages | |||
2023-12-09 | settings: Clearer NCE error messages | GPUCode | |
2023-12-09 | ro: add separate ro service | Liam | |
2023-12-09 | fbshare: set external format correctly | Liam | |
2023-12-09 | fs: don't enumerate hidden savedata size file | Liam | |
2023-12-09 | service: populate pid and handle table from client | Liam | |
2023-12-09 | service: use interface factory in server manager | Liam | |
2023-12-09 | Merge pull request #12289 from german77/aruid | liamwhite | |
service: hid: Introduce proper AppletResource emulation | |||
2023-12-09 | Merge pull request #12320 from liamwhite/debug-fix | liamwhite | |
debug: fix reading of module names | |||
2023-12-09 | Merge pull request #12319 from t895/refresh-list-bug | liamwhite | |
android: Listen for directory selection in viewmodel | |||
2023-12-09 | Merge pull request #12318 from t895/nce-default | liamwhite | |
settings: Enable NCE by default on capable systems | |||
2023-12-09 | debug: fix reading of module names | Liam | |
2023-12-08 | android: Listen for directory selection in viewmodel | t895 | |
Fixes broken game directory selection setup flow | |||
2023-12-08 | kernel: fix single core | Liam | |
2023-12-08 | settings: Enable NCE by default on capable systems | t895 | |
2023-12-08 | Merge pull request #12274 from liamwhite/srgb-nonsense | liamwhite | |
renderer_vulkan: do not recreate swapchain for srgb | |||
2023-12-08 | Merge pull request #12208 from liamwhite/romfs | liamwhite | |
romfs: optimize parsing and building | |||
2023-12-07 | Merge pull request #11214 from lat9nq/ff-deprecated | liamwhite | |
codec: Update to use av frame flags | |||
2023-12-07 | dist: add udev rule to enable user hidraw access (#12292) | HurricanePootis | |
* dist: add udev rule to enable user hidraw access * dist: amend install instructions for udev rules * dist: change udev prefix prefix from 99 to 72 * dist: fix header typo for udev rule * Update dist/72-yuzu-input.rules shoutout to @liamwhite Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> * Update dist/72-yuzu-input.rules shout out to @liamwhite Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> * Update dist/72-yuzu-input.rules shout out to @liamwhite Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> * Update dist/72-yuzu-input.rules shout out to @liamwhite Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> * Update dist/72-yuzu-input.rules Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> * dist: add spdx header to udev rules * dist: change udev modes to 0660 * Update dist/72-yuzu-input.rules Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> * Update dist/72-yuzu-input.rules Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> --------- Co-authored-by: HurricanePootis <hurricanepootis@protonmail.com> Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> | |||
2023-12-07 | kernel: implement light IPC | Liam | |
2023-12-06 | service: hid: Introduce proper AppletResource emulation | Narr the Reg | |
2023-12-06 | kernel: implement remaining IPC syscalls | Liam | |
2023-12-06 | Merge pull request #12236 from liamwhite/cpu-refactor | Fernando S | |
core: refactor emulated cpu core activation | |||
2023-12-05 | codec: Update to use av frame flags | lat9nq | |
Resolves Clang -Wdeprecated-declarations warning from interlaced_frame | |||
2023-12-05 | Merge pull request #12271 from liamwhite/pretext-fix | liamwhite | |
nce: fix pre-text patch for single modules | |||
2023-12-04 | Merge pull request #12283 from t895/language-troubles | liamwhite | |
frontend_common: Use optional for language default | |||
2023-12-04 | arm: fix context save of vector regs | Liam | |
2023-12-04 | frontend_common: Use optional for language default | t895 | |