Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-25 | fs: Move fsp_srv subclasses to separate files | FearlessTobi | |
fs: Move additional files to the fsp directory | |||
2024-01-25 | Merge pull request #12759 from liamwhite/mp-misc | liamwhite | |
core: miscellaneous fixes | |||
2024-01-25 | Merge pull request #12777 from t895/firmware-warning | liamwhite | |
android: Add key warning | |||
2024-01-25 | Merge pull request #12783 from liamwhite/cmif-generation | liamwhite | |
service: add template serializer for method calls | |||
2024-01-25 | service: add template serializer for method calls | Liam | |
2024-01-25 | Merge pull request #12787 from t895/game-list-refresh | liamwhite | |
android: Only compare game contents for GameAdapter | |||
2024-01-25 | Merge pull request #12786 from t895/driver-overlay | liamwhite | |
android: Show driver vendor in FPS overlay | |||
2024-01-25 | Merge pull request #12499 from Kelebek1/time | liamwhite | |
Rework time services | |||
2024-01-25 | android: Fix waiting for driver install on startup | t895 | |
2024-01-25 | android: Add current driver vendor to FPS overlay | t895 | |
2024-01-25 | android: Add key check | t895 | |
2024-01-25 | android: Add option to make MessageDialogFragments non-dismissible | t895 | |
Additionally fixes an issue where its viewmodel could hold onto a stale positive action | |||
2024-01-25 | frontend_common: Consistently use references | t895 | |
Was swapping between references and pointers for no reason. Just unify them here since each of these utility functions will need their parameters to be alive. | |||
2024-01-25 | frontend_common: Remove key rederivation and keep key check | t895 | |
2024-01-25 | android: Only compare game contents for GameAdapter | t895 | |
2024-01-24 | Demote Mesa dozen to the bottom of the device list | MatÃas Locatti | |
2024-01-24 | Rework time service to fix time passing offline. | Kelebek1 | |
2024-01-23 | Merge pull request #12763 from liamwhite/fix-hbl-again | liamwhite | |
loader: also register fs process for raw exefs partition | |||
2024-01-23 | Merge pull request #12768 from german77/wrong_conversion | liamwhite | |
service: properly convert buffers to strings | |||
2024-01-23 | service: properly convert buffers to strings | Narr the Reg | |
2024-01-23 | loader: also register fs process for raw exefs partition | Liam | |
2024-01-22 | nvservices: close map handles on session close | Liam | |
2024-01-22 | kernel: target invalidate to given process | Liam | |
2024-01-22 | device_memory_manager: fix ScratchBuffer indexing | Liam | |
2024-01-22 | Merge pull request #12579 from FernandoS27/smmu | liamwhite | |
Core: Implement Device Mapping & GPU SMMU | |||
2024-01-22 | android: Add to launcher button | t895 | |
2024-01-22 | Merge pull request #12739 from t895/debug-keystore | Charles Lombardo | |
android: Provide debug.keystore for debug and relWithDebInfo builds | |||
2024-01-22 | Merge pull request #12738 from t895/lock-drawer | Charles Lombardo | |
android: Port "Lock drawer" feature from Citra | |||
2024-01-22 | Merge pull request #12736 from t895/verify-contents | Charles Lombardo | |
android: Add verify contents buttons | |||
2024-01-21 | android: Provide debug.keystore for debug and relWithDebInfo builds | t895 | |
Allows devs to share debug builds with testers without uninstalling the previous build | |||
2024-01-21 | android: Port "Lock drawer" feature from Citra | t895 | |
2024-01-21 | frontend_common: Remove default value for installer callbacks | t895 | |
We never used these without callbacks and these will break without them in their current state. I could write the default value to return false always but that's unnecessary for now. | |||
2024-01-21 | Merge pull request #12734 from german77/enable-applet | liamwhite | |
service: hid: Implement EnableAppletForInput | |||
2024-01-21 | Merge pull request #12735 from german77/disable-vibration | liamwhite | |
core: hid: Allow to disable vibration | |||
2024-01-21 | android: Add options to verify installed content | t895 | |
2024-01-21 | core: hid: Allow to disable vibration | Narr the Reg | |
2024-01-21 | frontend_common: Move integrity verification to content_manager | t895 | |
2024-01-21 | service: hid: Implement EnableAppletForInput | Narr the Reg | |
2024-01-21 | Merge pull request #12733 from german77/settings_services | Charles Lombardo | |
service: set: Don't allow invalid mii author id | |||
2024-01-21 | service: set: Don't allow invalid mii author id | german77 | |
2024-01-20 | android: Sync translations | t895 | |
2024-01-20 | android: Change "Clear" to "Use global setting" for per-game settings | t895 | |
2024-01-20 | Merge pull request #12688 from liamwhite/wl-present-fix | liamwhite | |
renderer_vulkan: recreate swapchain when frame size changes | |||
2024-01-20 | Merge pull request #12724 from merryhime/fs-u8str-overloads | liamwhite | |
fs/file: Explicitly convert std::u8string to std::filesystem::path | |||
2024-01-20 | Merge pull request #12721 from t895/card-elevation | liamwhite | |
android: Use elevated card style for home setting card | |||
2024-01-20 | Merge pull request #12719 from t895/sort-search | liamwhite | |
android: Sort recently added/played games by time | |||
2024-01-20 | Merge pull request #12715 from t895/remove-addons | liamwhite | |
android: Add uninstall addon button | |||
2024-01-20 | Merge pull request #12660 from german77/better-vibration | liamwhite | |
service: hid: Fully implement abstract vibration | |||
2024-01-20 | Merge pull request #12701 from liamwhite/flinger-layer-issues | liamwhite | |
vi: check layer state before opening or closing | |||
2024-01-20 | fs/file: Explicitly convert std::u8string to std::filesystem::path | Merry | |