119 Commits (c7ea6ef8a3298751b793f54dc3eb898c30438df2)

Author SHA1 Message Date
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
FearlessTobi 60008b680e yuzu: Add ui files for multiplayer rooms 4 years ago
Kelebek1 03de5e053d Rework CoreTiming 4 years ago
Liam e551960935 common/fiber: make fibers easier to use 4 years ago
Fernando Sahmkow d3becee4c0 Core: Fix tests. 4 years ago
Fernando Sahmkow ca686b6d07 Core: Reimplement Core Timing. 4 years ago
Andrea Pappacoda b2eb103829 chore: add missing SPDX tags 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
Alexandre Bouvier 4b791bcad7 cmake: make tests optional 4 years ago
vperus bd95c199bc [input_common] Add completion test for CalibrationConfigurationJob 4 years ago
yzct12345 aee8cc20ea logging: Simplify and make thread-safe 5 years ago
lat9nq a4e7a41e7f shader_recompiler,video_core: Cleanup some GCC and Clang errors 5 years ago
Fernando Sahmkow 1be1828db1 Buffer Cache: Address Feedback. 5 years ago
Fernando Sahmkow 776da59abc Buffer Cache: Fix High Downloads and don't predownload on Extreme. 5 years ago
ReinUsesLisp 3a0e4487ba common: Add unique function 5 years ago
Wunkolo 722f9c3cb5 common: Replace common_sizes into user-literals 5 years ago
ReinUsesLisp ba034a5724 tests: Add tests for host memory 5 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
bunnei e4b692bd16 common: Fiber: use a reference for YieldTo. 5 years ago
bunnei 845a217d5e Revert "core: Switch to unique_ptr for usage of Common::Fiber." 5 years ago
comex 4258b4985a [network] Error handling reform 5 years ago
bunnei 3322f10f84 core: Switch to unique_ptr for usage of Common::Fiber. 5 years ago
ReinUsesLisp a02cc7e039 common/cityhash: Use common types 5 years ago
ReinUsesLisp 58ed3fa9f5 tests: Add tests for CityHash 5 years ago
ReinUsesLisp 3dac956230 tests/buffer_base: Add cached CPU writes tests 5 years ago
MerryMage 46ea7034cc ring_buffer: Remove granularity template argument 5 years ago
Lioncash d5bff783bd common/bit_util: Replace CLZ/CTZ operations with standardized ones 5 years ago
ReinUsesLisp e482ac4786 tests: Add unit tests for the GPU range tracking buffer container 5 years ago
ReinUsesLisp 148a3c173a tests/ring_buffer: Silence signed/unsigned mismatch warnings 5 years ago
Morph 23413c0d44 general: Fix various spelling errors 5 years ago
MerryMage e3490b55c1 memory: Remove MemoryHook 5 years ago
bunnei 4f16c961c9 hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 5 years ago
comex f2a06c61d6 tests: Fix warning about comparison between signed and unsigned 5 years ago
ReinUsesLisp 08ad5c4e42 tests: Fix data race in fibers test 5 years ago
Lioncash 2745697bcc tests/core_timing: Remove pragma optimize(off) 6 years ago
Lioncash 7decda6bc2 core_timing: Make use of uintptr_t to represent user_data 6 years ago
Lioncash 56054fe86d core_timing: Make TimedCallback take std::chrono::nanoseconds 6 years ago
Lioncash 9e113a2b67 core_timing: Make use of std::chrono with ScheduleEvent 6 years ago
Fernando Sahmkow 94a51e6b21 Core/Common: Address Feedback. 6 years ago
Fernando Sahmkow 4df46e0525 Tests/CoreTiming: Correct host timing tests. 6 years ago
Fernando Sahmkow a4e7d0b106 CoreTiming: Correct rebase bugs and other miscellaneous things. 6 years ago
Fernando Sahmkow 6f0c873d48 General: Cleanup legacy code. 6 years ago
Fernando Sahmkow 7ee76003ad General: Recover Prometheus project from harddrive failure 6 years ago
Fernando Sahmkow 02fe399e26 Tests/HostTiming: Correct GCC Compile error. 6 years ago
Fernando Sahmkow 1460bdc5ab Common/Fiber: Implement Rewinding. 6 years ago
Fernando Sahmkow 564713fb46 Common/Tests: Address Feedback 6 years ago
Fernando Sahmkow 09d2ffa663 Common/Tests: Clang Format. 6 years ago
Fernando Sahmkow ee32067b10 Common: Implement WallClock Interface and implement a native clock for x64 6 years ago
Fernando Sahmkow ab76c0e296 Tests: Add base tests to host timing 6 years ago
Fernando Sahmkow a1e7931d20 Common: Polish Fiber class, add comments, asserts and more tests. 6 years ago