summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #12869 from FernandoS27/smmu-fixesGravatar liamwhite2024-01-313-40/+45
|\ \ \ \ | | | | | | | | | | SMMU: A set of different fixes.
| * | | | Device Memory Manager: ensure raster protection only within mapped device ↵Gravatar Fernando Sahmkow2024-01-311-17/+23
| | | | | | | | | | | | | | | | | | | | addresses.
| * | | | DeviceMemory: Make counter types configurableGravatar Fernando Sahmkow2024-01-312-14/+19
| | | | |
| * | | | NVDRV: Join the heaper optimization blocksGravatar Fernando Sahmkow2024-01-311-1/+3
| | | | |
| * | | | smmu: use new range mutex construction for protecting countersGravatar Liam2024-01-312-11/+3
| | | | |
* | | | | Merge pull request #12864 from Kelebek1/small_time_fixesGravatar liamwhite2024-01-319-84/+66
|\ \ \ \ \ | | | | | | | | | | | | Small time fixes
| * | | | | Remove a few hacks for clock setups, which seem to no longer be needed, but ↵Gravatar Kelebek12024-01-319-84/+66
| | | | | | | | | | | | | | | | | | | | | | | | fix network clock to local clock on every boot. Also fix some logging strings.
* | | | | | aoc: fix DLC listing (#12867)Gravatar liamwhite2024-01-311-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #12860 from liamwhite/serialization2Gravatar liamwhite2024-01-301-3/+3
|\ \ \ \ \ | | | | | | | | | | | | cmif_serialization: fix LargeData types
| * | | | | cmif_serialization: fix LargeData typesGravatar Liam2024-01-301-3/+3
| |/ / / /
* | | | | Merge pull request #12859 from german77/ledGravatar liamwhite2024-01-302-13/+37
|\ \ \ \ \ | |/ / / / |/| | | | service: hid: Implement GetPlayerLedPattern accurately
| * | | | service: hid: Implement GetPlayerLedPattern accuratelyGravatar Narr the Reg2024-01-302-13/+37
| | |_|/ | |/| |
* | | | Merge pull request #12856 from liamwhite/serializationGravatar liamwhite2024-01-301-12/+38
|\ \ \ \ | | | | | | | | | | cmif_serialization: fix out layout calculation
| * | | | cmif_serialization: fix out layout calculationGravatar Liam2024-01-301-12/+38
| | |/ / | |/| |
* | | | Update sockets.hGravatar LotP12024-01-301-1/+1
| | | | | | | | | | | | forgot to realign the enum
* | | | Update src/core/hle/service/sockets/sockets.hGravatar LotP12024-01-301-1/+1
| | | | | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
* | | | Update sockets_translate.cppGravatar LotP12024-01-301-2/+2
| | | | | | | | | | | | Align the error case with it's index in the Errno enum
* | | | Update sockets.hGravatar LotP12024-01-301-0/+1
| | | | | | | | | | | | Add the CONNREFUSED error to the Service::Sockets::Errno enum
* | | | Update sockets_translate.cppGravatar LotP12024-01-301-0/+2
|/ / / | | | | | | | | | 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.
* / / service: mii: Set arguments as constGravatar Narr the Reg2024-01-291-7/+8
|/ /
* | Merge pull request #12837 from german77/catGravatar liamwhite2024-01-291-1/+1
|\ \ | | | | | | service: am: Focus state changed goes last
| * | service: am: Focus state changed goes lastGravatar german772024-01-281-1/+1
| |/
* | Merge pull request #12814 from Kelebek1/time_new_ipcGravatar liamwhite2024-01-2934-2048/+1213
|\ \ | | | | | | Move time services to new IPC and add debug printing
| * | Move time services to new IPC.Gravatar Kelebek12024-01-2734-2048/+1213
| | | | | | | | | | | | Add some fixes/improvements to usage with the new IPC
* | | fix build for gcc 11Gravatar amazingfate2024-01-291-1/+1
| |/ |/|
* | Merge pull request #12821 from merryhime/atomic_opsGravatar liamwhite2024-01-281-4/+2
|\ \ | | | | | | atomic_ops: Reduce code duplication with templates
| * | atomic_ops: Remove volatile qualifierGravatar Merry2024-01-271-4/+2
| |/
* | Merge pull request #12831 from Kelebek1/audren_multiGravatar liamwhite2024-01-281-6/+10
|\ \ | | | | | | Use the input process handle to get the correct application's memory
| * | Use the input process handle to get the correct application's memoryGravatar Kelebek12024-01-281-6/+10
| |/
* | Merge pull request #12825 from liamwhite/whyGravatar liamwhite2024-01-281-1/+2
|\ \ | | | | | | kernel: clear pinned waiter list on unpin
| * | kernel: clear pinned waiter list on unpinGravatar Liam2024-01-271-1/+2
| |/
* | Merge pull request #12823 from german77/set-audioGravatar liamwhite2024-01-287-59/+350
|\ \ | | | | | | service: set: Implement more Qlaunch Settings
| * | service: set: Increase settings versionGravatar german772024-01-281-2/+2
| | |
| * | service: set: Implement more Qlaunch SettingsGravatar german772024-01-287-57/+348
| |/
* | Merge pull request #12802 from german77/mii_interfaceGravatar liamwhite2024-01-284-412/+171
|\ \ | |/ |/| service: mii: Migrate service to new interface
| * service: mii: Migrate service to new interfaceGravatar Narr the Reg2024-01-264-412/+171
| |
* | vfs: Fix getting URI filenameGravatar t8952024-01-261-0/+9
| |
* | Merge pull request #12765 from german77/sys-hidGravatar liamwhite2024-01-269-72/+227
|\ \ | | | | | | service: set: Implement more settings functions for Qlaunch
| * | service: set: Implement more settings functions for QlaunchGravatar Narr the Reg2024-01-259-72/+227
| | |
* | | Merge pull request #12707 from FearlessTobi/fs-housekeepingGravatar liamwhite2024-01-26131-936/+3291
|\ \ \ | |_|/ |/| | fs: Various cleanups & add path class for later use
| * | Address review comments and fix compilation problemsGravatar FearlessTobi2024-01-2512-252/+229
| | |
| * | fs: Add path classGravatar FearlessTobi2024-01-2510-30/+2211
| | |
| * | result: Make fully constexpr, add ON_RESULT_INCLUDEDGravatar FearlessTobi2024-01-258-23/+51
| | |
| * | fs/errors: Unify naming of result codesGravatar FearlessTobi2024-01-257-42/+37
| | |
| * | fs: Replace Mode enum by OpenMode enumGravatar FearlessTobi2024-01-2518-178/+184
| | |
| * | vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-2596-155/+178
| | |
| * | fs: Move fsp_srv subclasses to separate filesGravatar FearlessTobi2024-01-2517-542/+687
| |/ | | | | | | fs: Move additional files to the fsp directory
* | cmif_serialization: support non-domain sessions on domain serversGravatar Liam2024-01-251-33/+32
| |
* | cmif_types: improve ergonomics of typesGravatar Liam2024-01-254-38/+97
|/
* Merge pull request #12759 from liamwhite/mp-miscGravatar liamwhite2024-01-254-4/+25
|\ | | | | core: miscellaneous fixes