summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvnflinger: fix Parcel serializationGravatar Liam2023-05-113-39/+49
* nvnflinger: fix producer slot fence initGravatar Liam2023-05-111-0/+1
* Merge pull request #10132 from Kelebek1/fermi_blit2Gravatar liamwhite2023-05-113-12/+24
|\
| * Allow Fermi blit accelerate to add src/dst to the cache if they don't exist a...Gravatar Kelebek12023-05-113-12/+24
* | Merge pull request #10216 from Kelebek1/buffer_cache_region_checksGravatar liamwhite2023-05-111-4/+4
|\ \
| * | Swap order of checking/setting region modifications in the buffer_cacheGravatar Kelebek12023-05-091-4/+4
| |/
* | renderer_vulkan: separate guest and host compute descriptor queuesGravatar Liam2023-05-1016-75/+81
* | Merge pull request #10207 from german77/amiibo_cheaterGravatar liamwhite2023-05-107-13/+53
|\ \
| * | service: nfc: Seed all random valuesGravatar Narr the Reg2023-05-092-6/+14
| * | service: nfp: Allow to load with a different amiibo idGravatar german772023-05-096-7/+39
| |/
* | Merge pull request #10119 from marius851000/improved_non_hd_feebackGravatar Narr the Reg2023-05-091-6/+29
|\ \ | |/ |/|
| * Improve emulation of HD RumbleGravatar marius david2023-05-051-6/+29
* | Merge pull request #10183 from liamwhite/modsGravatar liamwhite2023-05-093-3/+29
|\ \
| * | vfs_layered: avoid n^2 lookup in layeredfs buildingGravatar Liam2023-05-071-3/+6
| * | vfs_vector: avoid n^2 lookup in layeredfs buildingGravatar Liam2023-05-072-0/+23
* | | Merge pull request #10203 from german77/calibrationGravatar liamwhite2023-05-096-11/+53
|\ \ \
| * | | yuzu: Make 3d cube with joycon shapeGravatar Narr the Reg2023-05-081-10/+10
| * | | core: hid: Allow to calibrate gyro sensorGravatar Narr the Reg2023-05-085-1/+43
* | | | Merge pull request #10206 from FernandoS27/astc-3dGravatar liamwhite2023-05-093-7/+7
|\ \ \ \
| * | | | Texture Cache: Fix ASTC texturesGravatar Fernando Sahmkow2023-05-093-7/+7
* | | | | input_common: Fix nfc detection for joyconsGravatar german772023-05-094-19/+21
|/ / / /
* / / / qt_common: consistently ifdef QPlatform after cbd79df23375Gravatar Jan Beich2023-05-081-1/+1
|/ / /
* | | Merge pull request #10075 from Kelebek1/silence_nifm_spamGravatar bunnei2023-05-073-5/+5
|\ \ \
| * | | Silence nifm spamGravatar Kelebek12023-04-223-5/+5
* | | | bootmanager: remove stop_token headerGravatar Liam2023-05-071-1/+0
* | | | Merge pull request #10195 from german77/mutexGravatar liamwhite2023-05-075-22/+20
|\ \ \ \
| * | | | core: hid: Update motion on a better placeGravatar german772023-05-075-22/+20
* | | | | Texture cache: Only force flush the dma downloadsGravatar Fernando Sahmkow2023-05-075-6/+6
* | | | | Buffer Cache: disable reactive flushing in it.Gravatar Fernando Sahmkow2023-05-073-18/+8
* | | | | Texture cache: reverse inmediate flush changesGravatar Fernando Sahmkow2023-05-073-28/+14
* | | | | Buffer cache: always use async buffer downloads and fix regression.Gravatar Fernando Sahmkow2023-05-074-63/+70
* | | | | Address feedback, add CR notice, etcGravatar Fernando Sahmkow2023-05-075-10/+18
* | | | | Query cache: stop updating pages as it's not affected by cpu writesGravatar Fernando Sahmkow2023-05-071-2/+0
* | | | | Settings: add option to enable / disable reactive flushingGravatar Fernando Sahmkow2023-05-0711-5/+38
* | | | | Texture cache: sync the first flush.Gravatar Fernando Sahmkow2023-05-072-3/+30
* | | | | GPU: Add Reactive flushingGravatar Fernando Sahmkow2023-05-0724-30/+240
|/ / / /
* | | | Merge pull request #10097 from german77/nfp_fullGravatar bunnei2023-05-0734-2632/+2254
|\ \ \ \ | |_|/ / |/| | |
| * | | service: nfc: Merge device interfaces and create the device managerGravatar Narr the Reg2023-05-0532-2410/+2031
| * | | core: service: Add FunctionInfoTyped to allow expanding existing interfacesGravatar german772023-04-251-8/+12
| * | | service: nfc: Create mifare interfaceGravatar Narr the Reg2023-04-233-50/+58
| * | | service: nfc: Create interfaceGravatar Narr the Reg2023-04-235-115/+104
* | | | Merge pull request #10081 from Kelebek1/copy_overlap_tickGravatar liamwhite2023-05-071-0/+6
|\ \ \ \
| * | | | Sort overlap_ids by modification tick before copyGravatar Kelebek12023-04-221-0/+6
| | |/ / | |/| |
* | | | Merge pull request #10172 from Kelebek1/debug_validation_namesGravatar liamwhite2023-05-0710-30/+35
|\ \ \ \
| * | | | Log object names with debug renderer, add a GPU address to ImageViewsGravatar Kelebek12023-05-0610-30/+35
* | | | | yuzu/applets/qt_profile_select: connect double-click to accept()Gravatar QGJ2023-05-071-0/+1
* | | | | Fix address space allocator slow path to avoid OOBGravatar Kelebek12023-05-071-1/+1
* | | | | Merge pull request #10180 from german77/debugGravatar bunnei2023-05-061-2/+0
|\ \ \ \ \
| * | | | | input_common: Revert debugging changesGravatar german772023-05-061-2/+0
* | | | | | Merge pull request #10125 from lat9nq/vsync-selectGravatar bunnei2023-05-0622-129/+456
|\ \ \ \ \ \