summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)Author
2023-01-05BufferBase: Don't ignore GPU pages.Fernando Sahmkow
2023-01-01MacroHLE: Reduce massive calculations on sizing estimation.Fernando Sahmkow
2022-12-26tests: add missing headerAlexandre Bouvier
2022-12-19scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj
2022-12-19tests: Add ScratchBuffer testsameerj
2022-11-30CMake: Consolidate common PCH headersameerj
2022-11-29CMake: Use precompiled headersameerj
2022-10-25tests: fix for -WallAlexandre Bouvier
2022-10-18core: Partially persist emulation state across game boots.bunnei
2022-08-19code: dodge PAGE_SIZE #defineKyle Kienapfel
2022-07-27Revert Coretiming PRs 8531 and 7454 (#8591)Maide
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi
2022-07-10Rework CoreTimingKelebek1
2022-07-02common/fiber: make fibers easier to useLiam
2022-06-28Core: Fix tests.Fernando Sahmkow
2022-06-28Core: Reimplement Core Timing.Fernando Sahmkow
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-01-12cmake: make tests optionalAlexandre Bouvier
2021-11-29[input_common] Add completion test for CalibrationConfigurationJobvperus
2021-08-13logging: Simplify and make thread-safeyzct12345
2021-07-22shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq
2021-07-10Buffer Cache: Address Feedback.Fernando Sahmkow
2021-07-09Buffer Cache: Fix High Downloads and don't predownload on Extreme.Fernando Sahmkow
2021-07-08common: Add unique functionReinUsesLisp
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-11tests: Add tests for host memoryReinUsesLisp
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-03-07common: Fiber: use a reference for YieldTo.bunnei
2021-03-05Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei
2021-03-04Merge pull request #6006 from bunnei/fiber-unique-ptrbunnei
2021-02-28[network] Error handling reformcomex
2021-02-27core: Switch to unique_ptr for usage of Common::Fiber.bunnei
2021-02-18common/cityhash: Use common typesReinUsesLisp
2021-02-18tests: Add tests for CityHashReinUsesLisp
2021-02-13tests/buffer_base: Add cached CPU writes testsReinUsesLisp
2021-02-06ring_buffer: Remove granularity template argumentMerryMage
2021-01-16Merge pull request #5262 from ReinUsesLisp/buffer-baseRodrigo Locatti
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash
2021-01-13tests: Add unit tests for the GPU range tracking buffer containerReinUsesLisp
2021-01-08tests/ring_buffer: Silence signed/unsigned mismatch warningsReinUsesLisp
2021-01-02general: Fix various spelling errorsMorph
2021-01-01memory: Remove MemoryHookMerryMage
2020-12-06hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei
2020-11-27tests: Fix warning about comparison between signed and unsignedcomex
2020-10-28tests: Fix data race in fibers testReinUsesLisp
2020-08-03tests/core_timing: Remove pragma optimize(off)Lioncash
2020-07-27core_timing: Make use of uintptr_t to represent user_dataLioncash
2020-07-15core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash