Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-30 | Merge pull request #12859 from german77/led | liamwhite | |
service: hid: Implement GetPlayerLedPattern accurately | |||
2024-01-30 | Merge pull request #12856 from liamwhite/serialization | liamwhite | |
cmif_serialization: fix out layout calculation | |||
2024-01-30 | service: hid: Implement GetPlayerLedPattern accurately | Narr the Reg | |
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 #12837 from german77/cat | liamwhite | |
service: am: Focus state changed goes last | |||
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 | fix build for gcc 11 | amazingfate | |
2024-01-28 | service: am: Focus state changed goes last | german77 | |
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 | Use the input process handle to get the correct application's memory | Kelebek1 | |
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-27 | kernel: clear pinned waiter list on unpin | Liam | |
2024-01-27 | atomic_ops: Remove volatile qualifier | Merry | |
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 | vfs: Fix getting URI filename | t895 | |
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 #12707 from FearlessTobi/fs-housekeeping | liamwhite | |
fs: Various cleanups & add path class for later use | |||
2024-01-25 | cmif_serialization: support non-domain sessions on domain servers | Liam | |
2024-01-25 | cmif_types: improve ergonomics of types | Liam | |
2024-01-25 | service: set: Implement more settings functions for Qlaunch | Narr the Reg | |
2024-01-25 | Address review comments and fix compilation problems | FearlessTobi | |
2024-01-25 | fs: Add path class | FearlessTobi | |
2024-01-25 | result: Make fully constexpr, add ON_RESULT_INCLUDED | FearlessTobi | |
2024-01-25 | fs/errors: Unify naming of result codes | FearlessTobi | |
2024-01-25 | fs: Replace Mode enum by OpenMode enum | FearlessTobi | |
2024-01-25 | vfs: Move vfs files to their own directory | FearlessTobi | |
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 #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 #12499 from Kelebek1/time | liamwhite | |
Rework time services | |||
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 | |