Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-31 | Merge pull request #12858 from liamwhite/non-blocking | Narr the Reg | |
internal_network: only poll for accept on blocking sockets | |||
2024-01-31 | Merge pull request #12869 from FernandoS27/smmu-fixes | liamwhite | |
SMMU: A set of different fixes. | |||
2024-01-31 | Merge pull request #12864 from Kelebek1/small_time_fixes | liamwhite | |
Small time fixes | |||
2024-01-31 | aoc: fix DLC listing (#12867) | liamwhite | |
2024-01-31 | Device Memory Manager: ensure raster protection only within mapped device ↵ | Fernando Sahmkow | |
addresses. | |||
2024-01-31 | DeviceMemory: Make counter types configurable | Fernando Sahmkow | |
2024-01-31 | NVDRV: Join the heaper optimization blocks | Fernando Sahmkow | |
2024-01-31 | smmu: use new range mutex construction for protecting counters | Liam | |
2024-01-31 | Remove a few hacks for clock setups, which seem to no longer be needed, but ↵ | Kelebek1 | |
fix network clock to local clock on every boot. Also fix some logging strings. | |||
2024-01-30 | Merge pull request #12860 from liamwhite/serialization2 | liamwhite | |
cmif_serialization: fix LargeData types | |||
2024-01-30 | Merge pull request #12859 from german77/led | liamwhite | |
service: hid: Implement GetPlayerLedPattern accurately | |||
2024-01-30 | cmif_serialization: fix LargeData types | Liam | |
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 | internal_network: only poll for accept on blocking sockets | Liam | |
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 | |