Age | Commit message (Expand) | Author |
2024-01-25 | Merge pull request #12499 from Kelebek1/time | liamwhite |
2024-01-24 | Rework time service to fix time passing offline. | Kelebek1 |
2024-01-18 | Core: Eliminate core/memory dependancies. | Fernando Sahmkow |
2024-01-01 | Merge pull request #12454 from liamwhite/ct-stuff | Narr the Reg |
2023-12-25 | core: track separate heap allocation for linux | Liam |
2023-12-23 | core_timing: remove user data value | Liam |
2023-12-17 | Revert "video_core: use interval map for page count tracking" | liamwhite |
2023-12-14 | video_core: use interval map for page count tracking | Liam |
2023-11-25 | core: Respect memory permissions in Map | GPUCode |
2023-10-17 | general: fix build failure on clang 17 | Liam |
2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin |
2023-05-07 | Buffer cache: always use async buffer downloads and fix regression. | Fernando Sahmkow |
2023-05-01 | BufferCache: Fixes and address feedback | Fernando Sahmkow |
2023-04-29 | Tests: Add memory tracker tests. | Fernando Sahmkow |
2023-03-29 | Fixes 'Continous' typo | Max Dunbar |
2023-03-26 | tests: mark integer literals as unsigned | Liam |
2023-03-25 | tests: Implement tests for verifying HashValue | Morph |
2023-03-12 | general: fix spelling mistakes | Liam |
2023-02-08 | buffer_base: Partially revert changes from #9559 | ameerj |
2023-01-22 | Merge pull request #9555 from abouvier/catch2-update | liamwhite |
2023-01-05 | BufferBase: Don't ignore GPU pages. | Fernando Sahmkow |
2023-01-05 | tests: update catch2 to 3.0.1 | Alexandre Bouvier |
2023-01-01 | MacroHLE: Reduce massive calculations on sizing estimation. | Fernando Sahmkow |
2022-12-26 | tests: add missing header | Alexandre Bouvier |
2022-12-19 | scratch_buffer: Explicitly defing resize and resize_destructive functions | ameerj |
2022-12-19 | tests: Add ScratchBuffer tests | ameerj |
2022-11-30 | CMake: Consolidate common PCH headers | ameerj |
2022-11-29 | CMake: Use precompiled headers | ameerj |
2022-10-25 | tests: fix for -Wall | Alexandre Bouvier |
2022-10-18 | core: Partially persist emulation state across game boots. | bunnei |
2022-08-19 | code: dodge PAGE_SIZE #define | Kyle Kienapfel |
2022-07-27 | Revert Coretiming PRs 8531 and 7454 (#8591) | Maide |
2022-07-27 | chore: make yuzu REUSE compliant | Andrea Pappacoda |
2022-07-25 | yuzu: Add ui files for multiplayer rooms | FearlessTobi |
2022-07-10 | Rework CoreTiming | Kelebek1 |
2022-07-02 | common/fiber: make fibers easier to use | Liam |
2022-06-28 | Core: Fix tests. | Fernando Sahmkow |
2022-06-28 | Core: Reimplement Core Timing. | Fernando Sahmkow |
2022-04-28 | chore: add missing SPDX tags | Andrea Pappacoda |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph |
2022-01-12 | cmake: make tests optional | Alexandre Bouvier |
2021-11-29 | [input_common] Add completion test for CalibrationConfigurationJob | vperus |
2021-08-13 | logging: Simplify and make thread-safe | yzct12345 |
2021-07-22 | shader_recompiler,video_core: Cleanup some GCC and Clang errors | lat9nq |
2021-07-10 | Buffer Cache: Address Feedback. | Fernando Sahmkow |
2021-07-09 | Buffer Cache: Fix High Downloads and don't predownload on Extreme. | Fernando Sahmkow |
2021-07-08 | common: Add unique function | ReinUsesLisp |
2021-06-24 | common: Replace common_sizes into user-literals | Wunkolo |
2021-06-11 | tests: Add tests for host memory | ReinUsesLisp |
2021-05-25 | common: fs: Rework the Common Filesystem interface to make use of std::filesy... | Morph |