index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
tests
Age
Commit message (
Expand
)
Author
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
2021-03-07
common: Fiber: use a reference for YieldTo.
bunnei
2021-03-05
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-03-04
Merge pull request #6006 from bunnei/fiber-unique-ptr
bunnei
2021-02-28
[network] Error handling reform
comex
2021-02-27
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-02-18
common/cityhash: Use common types
ReinUsesLisp
2021-02-18
tests: Add tests for CityHash
ReinUsesLisp
2021-02-13
tests/buffer_base: Add cached CPU writes tests
ReinUsesLisp
2021-02-06
ring_buffer: Remove granularity template argument
MerryMage
2021-01-16
Merge pull request #5262 from ReinUsesLisp/buffer-base
Rodrigo Locatti
2021-01-15
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-13
tests: Add unit tests for the GPU range tracking buffer container
ReinUsesLisp
2021-01-08
tests/ring_buffer: Silence signed/unsigned mismatch warnings
ReinUsesLisp
2021-01-02
general: Fix various spelling errors
Morph
2021-01-01
memory: Remove MemoryHook
MerryMage
2020-12-06
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
bunnei
2020-11-27
tests: Fix warning about comparison between signed and unsigned
comex
2020-10-28
tests: Fix data race in fibers test
ReinUsesLisp
2020-08-03
tests/core_timing: Remove pragma optimize(off)
Lioncash
2020-07-27
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-15
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-06-27
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
Tests/CoreTiming: Correct host timing tests.
Fernando Sahmkow
2020-06-27
CoreTiming: Correct rebase bugs and other miscellaneous things.
Fernando Sahmkow
2020-06-27
General: Cleanup legacy code.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-18
Tests/HostTiming: Correct GCC Compile error.
Fernando Sahmkow
2020-06-18
Common/Fiber: Implement Rewinding.
Fernando Sahmkow
2020-06-18
Common/Tests: Address Feedback
Fernando Sahmkow
2020-06-18
Common/Tests: Clang Format.
Fernando Sahmkow
2020-06-18
Common: Implement WallClock Interface and implement a native clock for x64
Fernando Sahmkow
2020-06-18
Tests: Add base tests to host timing
Fernando Sahmkow
[next]