| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #6522 from Morph1984/pragma | 2021-06-24 | 4 | -0/+8 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | general: Add missing #pragma once directives | 2021-06-24 | 4 | -0/+8 | ||
| * | | | | | | Add missing includes (#6521) | 2021-06-24 | 4 | -0/+7 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #6517 from lioncash/fmtlib | 2021-06-23 | 9 | -15/+23 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable | 2021-06-23 | 9 | -15/+23 | ||
| * | | | | | Merge pull request #6504 from Kelebek1/samples-played | 2021-06-23 | 3 | -3/+20 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Implement audout GetAudioOutPlayedSampleCount | 2021-06-22 | 3 | -3/+20 | ||
| * | | | | | | Merge pull request #6518 from lioncash/func | 2021-06-23 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | maxwell3d: Add missing return in default SizeInBytes() case | 2021-06-23 | 1 | -0/+1 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #6465 from FernandoS27/sex-on-the-beach | 2021-06-23 | 25 | -63/+493 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Reaper: Set minimum cleaning limit on OGL. | 2021-06-22 | 1 | -1/+4 | ||
| | * | | | | | Reaper: Guarantee correct deletion. | 2021-06-20 | 5 | -2/+23 | ||
| | * | | | | | Reaper: Upgrade label from unsafe to experimental as no regressions are known... | 2021-06-20 | 1 | -1/+1 | ||
| | * | | | | | Reaper: Correct size calculation on Vulkan. | 2021-06-17 | 1 | -5/+3 | ||
| | * | | | | | Reaper: Change memory restrictions on TC depending on host memory on VK. | 2021-06-17 | 10 | -41/+90 | ||
| | * | | | | | Reaper: Address Feedback. | 2021-06-16 | 6 | -20/+43 | ||
| | * | | | | | Reaper: Setup settings and final tuning. | 2021-06-16 | 10 | -32/+64 | ||
| | * | | | | | Reaper: Tune it up to be an smart GC. | 2021-06-16 | 5 | -13/+130 | ||
| | * | | | | | Initial Reaper Setup | 2021-06-16 | 6 | -56/+226 | ||
| | * | | | | | vulkan_memory_allocator: Release allocations with no commits | 2021-06-16 | 2 | -5/+22 | ||
| * | | | | | | Merge pull request #6508 from ReinUsesLisp/bootmanager-stop-token | 2021-06-23 | 8 | -18/+18 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | bootmanager: Use std::stop_source for stopping emulation | 2021-06-22 | 8 | -18/+18 | ||
| * | | | | | | | Merge pull request #6514 from OZtistic/master | 2021-06-22 | 2 | -1/+8 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Simple resizing of the Per-Game configuration window and removal of useless H... | 2021-06-23 | 2 | -1/+8 | ||
| * | | | | | | | | Merge pull request #6512 from ReinUsesLisp/wait-detached-stasks | 2021-06-22 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | common/detached_tasks: Wait for tasks before shutting down | 2021-06-22 | 1 | -0/+2 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #6509 from ReinUsesLisp/mouse-datarace | 2021-06-22 | 2 | -12/+10 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | input_common/mouse_input: Fix data race | 2021-06-22 | 2 | -12/+10 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #6510 from ReinUsesLisp/npad-data-race | 2021-06-22 | 2 | -0/+8 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | npad: Fix data race when updating devices | 2021-06-22 | 2 | -0/+8 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #6493 from Morph1984/fs-nodiscard | 2021-06-22 | 10 | -48/+48 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | common: fs: Add a description of a regular file in IsFile | 2021-06-22 | 1 | -4/+6 | ||
| | * | | | | | | | vfs_real: Fix Mode to FileAccessMode conversion | 2021-06-22 | 1 | -6/+1 | ||
| | * | | | | | | | common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFile | 2021-06-22 | 4 | -9/+12 | ||
| | * | | | | | | | common: fs: file: Remove [[nodiscard]] attribute from Flush | 2021-06-22 | 2 | -3/+3 | ||
| | * | | | | | | | common: fs: Remove [[nodiscard]] attribute on Remove* functions | 2021-06-22 | 6 | -26/+26 | ||
| * | | | | | | | | Merge pull request #6472 from Morph1984/spl | 2021-06-22 | 9 | -78/+493 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | spl: Mark the other functions as unimplemented | 2021-06-16 | 1 | -5/+30 | ||
| | * | | | | | | | | spl: Implement spl::GetConfig | 2021-06-16 | 2 | -1/+90 | ||
| | * | | | | | | | | hle: api_version: Add HLE API version constants | 2021-06-16 | 3 | -33/+54 | ||
| | * | | | | | | | | spl: Add the general SPL interface | 2021-06-16 | 4 | -45/+64 | ||
| | * | | | | | | | | spl: Add SPL types | 2021-06-16 | 2 | -0/+231 | ||
| | * | | | | | | | | spl: Add SPL result codes | 2021-06-16 | 2 | -0/+30 | ||
| * | | | | | | | | | Merge pull request #6483 from Morph1984/get-tz-file | 2021-06-22 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | service: time: Use GetFileRelative to get files within subdirectories | 2021-06-18 | 1 | -1/+1 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #6506 from ReinUsesLisp/master-semaphore-jthread | 2021-06-22 | 2 | -19/+8 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | vk_master_semaphore: Use jthread for debug thread | 2021-06-21 | 2 | -19/+8 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #6511 from ReinUsesLisp/core-is-powered-data-race | 2021-06-22 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core: Make is_powered_on atomic | 2021-06-22 | 1 | -2/+3 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #6481 from Morph1984/missing-peak-set | 2021-06-21 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||