summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #6522 from Morph1984/pragmaGravatar bunnei2021-06-244-0/+8
|\ \ \ \ \
| * | | | | general: Add missing #pragma once directivesGravatar Morph2021-06-244-0/+8
* | | | | | Add missing includes (#6521)Gravatar Chloe2021-06-244-0/+7
|/ / / / /
* | | | | Merge pull request #6517 from lioncash/fmtlibGravatar bunnei2021-06-239-15/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableGravatar Lioncash2021-06-239-15/+23
* | | | | Merge pull request #6504 from Kelebek1/samples-playedGravatar bunnei2021-06-233-3/+20
|\ \ \ \ \
| * | | | | Implement audout GetAudioOutPlayedSampleCountGravatar Kelebek12021-06-223-3/+20
* | | | | | Merge pull request #6518 from lioncash/funcGravatar bunnei2021-06-231-0/+1
|\ \ \ \ \ \
| * | | | | | maxwell3d: Add missing return in default SizeInBytes() caseGravatar Lioncash2021-06-231-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6465 from FernandoS27/sex-on-the-beachGravatar Mai M2021-06-2325-63/+493
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Reaper: Set minimum cleaning limit on OGL.Gravatar Fernando Sahmkow2021-06-221-1/+4
| * | | | | Reaper: Guarantee correct deletion.Gravatar Fernando Sahmkow2021-06-205-2/+23
| * | | | | Reaper: Upgrade label from unsafe to experimental as no regressions are known...Gravatar Fernando Sahmkow2021-06-201-1/+1
| * | | | | Reaper: Correct size calculation on Vulkan.Gravatar Fernando Sahmkow2021-06-171-5/+3
| * | | | | Reaper: Change memory restrictions on TC depending on host memory on VK.Gravatar Fernando Sahmkow2021-06-1710-41/+90
| * | | | | Reaper: Address Feedback.Gravatar Fernando Sahmkow2021-06-166-20/+43
| * | | | | Reaper: Setup settings and final tuning.Gravatar Fernando Sahmkow2021-06-1610-32/+64
| * | | | | Reaper: Tune it up to be an smart GC.Gravatar Fernando Sahmkow2021-06-165-13/+130
| * | | | | Initial Reaper SetupGravatar ReinUsesLisp2021-06-166-56/+226
| * | | | | vulkan_memory_allocator: Release allocations with no commitsGravatar ReinUsesLisp2021-06-162-5/+22
* | | | | | Merge pull request #6508 from ReinUsesLisp/bootmanager-stop-tokenGravatar Mai M2021-06-238-18/+18
|\ \ \ \ \ \
| * | | | | | bootmanager: Use std::stop_source for stopping emulationGravatar ReinUsesLisp2021-06-228-18/+18
* | | | | | | Merge pull request #6514 from OZtistic/masterGravatar Morph2021-06-222-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Simple resizing of the Per-Game configuration window and removal of useless H...Gravatar OZtistic2021-06-232-1/+8
* | | | | | | | Merge pull request #6512 from ReinUsesLisp/wait-detached-stasksGravatar Mai M2021-06-221-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | common/detached_tasks: Wait for tasks before shutting downGravatar Rodrigo Locatti2021-06-221-0/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6509 from ReinUsesLisp/mouse-dataraceGravatar Mai M2021-06-222-12/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | input_common/mouse_input: Fix data raceGravatar Rodrigo Locatti2021-06-222-12/+10
| |/ / / / / / /
* | | | | | | | Merge pull request #6510 from ReinUsesLisp/npad-data-raceGravatar Mai M2021-06-222-0/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | npad: Fix data race when updating devicesGravatar Rodrigo Locatti2021-06-222-0/+8
| |/ / / / / /
* | | | | | | Merge pull request #6493 from Morph1984/fs-nodiscardGravatar bunnei2021-06-2210-48/+48
|\ \ \ \ \ \ \
| * | | | | | | common: fs: Add a description of a regular file in IsFileGravatar Morph2021-06-221-4/+6
| * | | | | | | vfs_real: Fix Mode to FileAccessMode conversionGravatar Morph2021-06-221-6/+1
| * | | | | | | common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileGravatar Morph2021-06-224-9/+12
| * | | | | | | common: fs: file: Remove [[nodiscard]] attribute from FlushGravatar Morph2021-06-222-3/+3
| * | | | | | | common: fs: Remove [[nodiscard]] attribute on Remove* functionsGravatar Morph2021-06-226-26/+26
* | | | | | | | Merge pull request #6472 from Morph1984/splGravatar bunnei2021-06-229-78/+493
|\ \ \ \ \ \ \ \
| * | | | | | | | spl: Mark the other functions as unimplementedGravatar Morph2021-06-161-5/+30
| * | | | | | | | spl: Implement spl::GetConfigGravatar Morph2021-06-162-1/+90
| * | | | | | | | hle: api_version: Add HLE API version constantsGravatar Morph2021-06-163-33/+54
| * | | | | | | | spl: Add the general SPL interfaceGravatar Morph2021-06-164-45/+64
| * | | | | | | | spl: Add SPL typesGravatar Morph2021-06-162-0/+231
| * | | | | | | | spl: Add SPL result codesGravatar Morph2021-06-162-0/+30
* | | | | | | | | Merge pull request #6483 from Morph1984/get-tz-fileGravatar bunnei2021-06-221-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | service: time: Use GetFileRelative to get files within subdirectoriesGravatar Morph2021-06-181-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #6506 from ReinUsesLisp/master-semaphore-jthreadGravatar bunnei2021-06-222-19/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | vk_master_semaphore: Use jthread for debug threadGravatar ReinUsesLisp2021-06-212-19/+8
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6511 from ReinUsesLisp/core-is-powered-data-raceGravatar Mai M2021-06-221-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | core: Make is_powered_on atomicGravatar Rodrigo Locatti2021-06-221-2/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #6481 from Morph1984/missing-peak-setGravatar bunnei2021-06-211-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |