summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12858 from liamwhite/non-blockingGravatar Narr the Reg2024-01-312-14/+21
|\
| * internal_network: only poll for accept on blocking socketsGravatar Liam2024-01-302-14/+21
* | Merge pull request #12869 from FernandoS27/smmu-fixesGravatar liamwhite2024-01-317-80/+190
|\ \
| * | Device Memory Manager: ensure raster protection only within mapped device add...Gravatar Fernando Sahmkow2024-01-311-17/+23
| * | 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-314-11/+97
| * | Texture Cache: make sparse texture table per channelGravatar Fernando Sahmkow2024-01-312-40/+51
* | | Merge pull request #12864 from Kelebek1/small_time_fixesGravatar liamwhite2024-01-319-84/+66
|\ \ \
| * | | Remove a few hacks for clock setups, which seem to no longer be needed, but f...Gravatar Kelebek12024-01-319-84/+66
* | | | Merge pull request #12868 from t895/engine-per-gameGravatar liamwhite2024-01-313-26/+110
|\ \ \ \
| * | | | settings: Allow audio sink, input, and output to be set per gameGravatar t8952024-01-313-26/+110
| |/ / /
* | / / 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 typesGravatar Liam2024-01-301-3/+3
| |/ /
* | | Merge pull request #12859 from german77/ledGravatar liamwhite2024-01-305-27/+41
|\ \ \ | |/ / |/| |
| * | service: hid: Implement GetPlayerLedPattern accuratelyGravatar Narr the Reg2024-01-305-27/+41
* | | Merge pull request #12856 from liamwhite/serializationGravatar liamwhite2024-01-301-12/+38
|\ \ \
| * | | cmif_serialization: fix out layout calculationGravatar Liam2024-01-301-12/+38
| | |/ | |/|
* | | Update sockets.hGravatar LotP12024-01-301-1/+1
* | | Update src/core/hle/service/sockets/sockets.hGravatar LotP12024-01-301-1/+1
* | | Update sockets_translate.cppGravatar LotP12024-01-301-2/+2
* | | Update sockets.hGravatar LotP12024-01-301-0/+1
* | | Update sockets_translate.cppGravatar LotP12024-01-301-0/+2
|/ /
* / service: mii: Set arguments as constGravatar Narr the Reg2024-01-291-7/+8
|/
* Merge pull request #12843 from t895/system-driver-whoopsGravatar liamwhite2024-01-291-5/+2
|\
| * android: Don't show delete button for system driverGravatar t8952024-01-291-5/+2
* | Merge pull request #12837 from german77/catGravatar liamwhite2024-01-291-1/+1
|\ \
| * | service: am: Focus state changed goes lastGravatar german772024-01-281-1/+1
* | | Merge pull request #12836 from german77/im_homeGravatar liamwhite2024-01-2911-37/+104
|\ \ \
| * | | service: hid: Implement home, capture and sleep buttonsGravatar german772024-01-2811-37/+104
| |/ /
* | | Merge pull request #12814 from Kelebek1/time_new_ipcGravatar liamwhite2024-01-2940-2060/+1225
|\ \ \
| * | | Move time services to new IPC.Gravatar Kelebek12024-01-2740-2060/+1225
* | | | Merge pull request #12439 from FireBurn/vkresultGravatar liamwhite2024-01-295-110/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Simplify VkResult lookupGravatar Mike Lothian2024-01-224-109/+14
| * | | Add Vulkan-Utility-Libraries dependencyGravatar Mike Lothian2024-01-221-1/+1
* | | | fix build for gcc 11Gravatar amazingfate2024-01-291-1/+1
| |_|/ |/| |
* | | Merge pull request #12555 from flodavid/fix-gamemode-settingGravatar liamwhite2024-01-2816-0/+229
|\ \ \
| * | | yuzu: Add per-game linux gamemode configurationGravatar flodavid2024-01-0214-0/+197
| * | | fix linux config values not savedGravatar flodavid2024-01-022-0/+32
* | | | Merge pull request #12821 from merryhime/atomic_opsGravatar liamwhite2024-01-282-52/+33
|\ \ \ \
| * | | | atomic_ops: Fix MSVCGravatar Merry2024-01-271-15/+19
| * | | | atomic_ops: Remove volatile qualifierGravatar Merry2024-01-272-25/+21
| * | | | atomic_ops: Reduce code duplication with templatesGravatar Merry2024-01-271-45/+26
* | | | | Merge pull request #12831 from Kelebek1/audren_multiGravatar liamwhite2024-01-2810-21/+56
|\ \ \ \ \
| * | | | | Use the input process handle to get the correct application's memoryGravatar Kelebek12024-01-2810-21/+56
| | |_|_|/ | |/| | |
* | | | | Merge pull request #12833 from merryhime/vsync-crashGravatar liamwhite2024-01-281-0/+5
|\ \ \ \ \
| * | | | | configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs whe...Gravatar Merry2024-01-281-0/+5
* | | | | | Merge pull request #12826 from t895/system-driver-versionGravatar liamwhite2024-01-284-2/+46
|\ \ \ \ \ \
| * | | | | | android: Show system driver informationGravatar t8952024-01-274-2/+46
| | |_|/ / / | |/| | | |