Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-31 | settings: Allow audio sink, input, and output to be set per game | t895 | |
2024-01-30 | Merge pull request #12856 from liamwhite/serialization | liamwhite | |
cmif_serialization: fix out layout calculation | |||
2024-01-30 | Update sockets.h | LotP1 | |
forgot to realign the enum | |||
2024-01-30 | Update src/core/hle/service/sockets/sockets.h | LotP1 | |
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> | |||
2024-01-30 | cmif_serialization: fix out layout calculation | Liam | |
2024-01-30 | Update sockets_translate.cpp | LotP1 | |
Align the error case with it's index in the Errno enum | |||
2024-01-30 | Update sockets.h | LotP1 | |
Add the CONNREFUSED error to the Service::Sockets::Errno enum | |||
2024-01-30 | Update sockets_translate.cpp | LotP1 | |
Add support for the CONNREFUSED Errno. Without this Connect() will return SUCCESS when a connection is refused, instead of an error code. This causes code, that relies on the result of Connect() being SUCCESS, to execute when it shouldn't. | |||
2024-01-29 | service: mii: Set arguments as const | Narr the Reg | |
2024-01-29 | Merge pull request #12843 from t895/system-driver-whoops | liamwhite | |
android: Don't show delete button for system driver | |||
2024-01-29 | Merge pull request #12837 from german77/cat | liamwhite | |
service: am: Focus state changed goes last | |||
2024-01-29 | Merge pull request #12836 from german77/im_home | liamwhite | |
service: hid: Implement home, capture and sleep buttons | |||
2024-01-29 | Merge pull request #12814 from Kelebek1/time_new_ipc | liamwhite | |
Move time services to new IPC and add debug printing | |||
2024-01-29 | Merge pull request #12439 from FireBurn/vkresult | liamwhite | |
Simplify VkResult lookup | |||
2024-01-29 | android: Don't show delete button for system driver | t895 | |
2024-01-29 | fix build for gcc 11 | amazingfate | |
2024-01-28 | service: am: Focus state changed goes last | german77 | |
2024-01-28 | service: hid: Implement home, capture and sleep buttons | german77 | |
2024-01-28 | Merge pull request #12555 from flodavid/fix-gamemode-setting | liamwhite | |
Save gamemode configuration and add per-game config | |||
2024-01-28 | Merge pull request #12821 from merryhime/atomic_ops | liamwhite | |
atomic_ops: Reduce code duplication with templates | |||
2024-01-28 | Merge pull request #12831 from Kelebek1/audren_multi | liamwhite | |
Use the input process handle to get the correct application's memory | |||
2024-01-28 | Merge pull request #12833 from merryhime/vsync-crash | liamwhite | |
configure_graphics: Avoid crash when vsync_mode_combobox is empty | |||
2024-01-28 | configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs ↵ | Merry | |
when renderer backend is Null) | |||
2024-01-28 | Use the input process handle to get the correct application's memory | Kelebek1 | |
2024-01-28 | Merge pull request #12826 from t895/system-driver-version | liamwhite | |
android: Show system driver information | |||
2024-01-28 | Merge pull request #12825 from liamwhite/why | liamwhite | |
kernel: clear pinned waiter list on unpin | |||
2024-01-28 | Merge pull request #12823 from german77/set-audio | liamwhite | |
service: set: Implement more Qlaunch Settings | |||
2024-01-28 | Merge pull request #12802 from german77/mii_interface | liamwhite | |
service: mii: Migrate service to new interface | |||
2024-01-28 | service: set: Increase settings version | german77 | |
2024-01-28 | service: set: Implement more Qlaunch Settings | german77 | |
2024-01-28 | android: Disable focus on loading card | t895 | |
Additionally de-emphasize the ripple that I can't disable | |||
2024-01-27 | android: Show system driver information | t895 | |
2024-01-27 | kernel: clear pinned waiter list on unpin | Liam | |
2024-01-27 | android: Multi-program app switching | t895 | |
2024-01-27 | atomic_ops: Fix MSVC | Merry | |
2024-01-27 | atomic_ops: Remove volatile qualifier | Merry | |
2024-01-27 | atomic_ops: Reduce code duplication with templates | Merry | |
Also fixes builds on unusual toolchains where: - u32 is unsigned int - u64 is unsigned long long - uintptr_t is unsigned long | |||
2024-01-27 | input: add a missing null pointer check | K900 | |
There's a few other places where the result of GetAruidData is accessed without a null check, but I couldn't find a code path that hits those. | |||
2024-01-26 | android: Reload global settings on closing emulation | t895 | |
UI like the driver manager expects the global settings to be loaded when in the MainActivity so we reload global config to properly reset state on exit. | |||
2024-01-27 | Move time services to new IPC. | Kelebek1 | |
Add some fixes/improvements to usage with the new IPC | |||
2024-01-26 | service: mii: Migrate service to new interface | Narr the Reg | |
2024-01-26 | Merge pull request #12808 from t895/uri-moment | liamwhite | |
vfs: Fix getting URI filename | |||
2024-01-26 | Merge pull request #12769 from german77/no-log | liamwhite | |
core: hid: Reduce controller requests | |||
2024-01-26 | vfs: Fix getting URI filename | t895 | |
2024-01-26 | Merge pull request #12809 from t895/error-message | liamwhite | |
android: Add cancel condition to installed content check | |||
2024-01-26 | Merge pull request #12765 from german77/sys-hid | liamwhite | |
service: set: Implement more settings functions for Qlaunch | |||
2024-01-26 | Merge pull request #12801 from german77/vibration-fix | liamwhite | |
service: hid: Don't try to vibrate if device isn't initialized | |||
2024-01-26 | Merge pull request #12707 from FearlessTobi/fs-housekeeping | liamwhite | |
fs: Various cleanups & add path class for later use | |||
2024-01-26 | android: Add cancel condition to installed content check | t895 | |
2024-01-25 | service: hid: Don't try to vibrate if device isn't initialized | Narr the Reg | |