index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tests
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: track separate heap allocation for linux
Liam
2023-12-26
1
-49
/
+50
*
core: Respect memory permissions in Map
GPUCode
2023-11-25
1
-35
/
+36
*
general: fix build failure on clang 17
Liam
2023-10-18
1
-3
/
+3
*
msvc: set warning level to /W4 globally
Danila Malyutin
2023-09-03
1
-1
/
+1
*
Fixes 'Continous' typo
Max Dunbar
2023-03-30
1
-10
/
+10
*
tests: mark integer literals as unsigned
Liam
2023-03-26
1
-17
/
+20
*
tests: Implement tests for verifying HashValue
Morph
2023-03-26
1
-0
/
+41
*
general: fix spelling mistakes
Liam
2023-03-12
2
-2
/
+2
*
tests: update catch2 to 3.0.1
Alexandre Bouvier
2023-01-05
9
-9
/
+9
*
MacroHLE: Reduce massive calculations on sizing estimation.
Fernando Sahmkow
2023-01-01
1
-0
/
+70
*
tests: add missing header
Alexandre Bouvier
2022-12-26
1
-0
/
+1
*
scratch_buffer: Explicitly defing resize and resize_destructive functions
ameerj
2022-12-20
1
-3
/
+75
*
tests: Add ScratchBuffer tests
ameerj
2022-12-20
1
-0
/
+127
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
2
-6
/
+4
*
common/fiber: make fibers easier to use
Liam
2022-07-02
1
-88
/
+35
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
5
-15
/
+10
*
logging: Simplify and make thread-safe
yzct12345
2021-08-13
1
-0
/
+2
*
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
2021-07-23
1
-0
/
+2
*
common: Add unique function
ReinUsesLisp
2021-07-09
1
-0
/
+108
*
common: Replace common_sizes into user-literals
Wunkolo
2021-06-24
1
-1
/
+3
*
tests: Add tests for host memory
ReinUsesLisp
2021-06-11
1
-0
/
+183
*
common: Fiber: use a reference for YieldTo.
bunnei
2021-03-07
1
-14
/
+14
*
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-03-06
1
-18
/
+21
*
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-02-27
1
-21
/
+18
*
common/cityhash: Use common types
ReinUsesLisp
2021-02-18
1
-2
/
+2
*
tests: Add tests for CityHash
ReinUsesLisp
2021-02-18
1
-0
/
+22
*
ring_buffer: Remove granularity template argument
MerryMage
2021-02-06
1
-5
/
+5
*
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
1
-23
/
+0
*
tests/ring_buffer: Silence signed/unsigned mismatch warnings
ReinUsesLisp
2021-01-09
1
-15
/
+15
*
general: Fix various spelling errors
Morph
2021-01-02
1
-2
/
+2
*
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
bunnei
2020-12-06
1
-55
/
+0
*
tests: Fix warning about comparison between signed and unsigned
comex
2020-11-27
1
-2
/
+2
*
tests: Fix data race in fibers test
ReinUsesLisp
2020-10-28
1
-31
/
+40
*
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-28
1
-1
/
+1
*
Common/Fiber: Implement Rewinding.
Fernando Sahmkow
2020-06-18
1
-0
/
+46
*
Common/Tests: Address Feedback
Fernando Sahmkow
2020-06-18
1
-10
/
+10
*
Common/Tests: Clang Format.
Fernando Sahmkow
2020-06-18
1
-9
/
+14
*
Common: Polish Fiber class, add comments, asserts and more tests.
Fernando Sahmkow
2020-06-18
1
-1
/
+94
*
Tests: Add tests for fibers and refactor/fix Fiber class
Fernando Sahmkow
2020-06-18
1
-0
/
+214
*
Fixes and corrections on formatting.
Fernando Sahmkow
2019-03-27
2
-30
/
+11
*
Add MultiLevelQueue Tests
Fernando Sahmkow
2019-03-27
1
-0
/
+55
*
Implement intrinsics CountTrailingZeroes and test it.
Fernando Sahmkow
2019-03-27
1
-0
/
+42
*
common/bitfield: make it endianness-aware
Weiyi Wang
2019-02-06
1
-0
/
+90
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-10
/
+10
*
common: Implement a ring buffer
MerryMage
2018-09-08
1
-0
/
+130
*
externals: Update catch to 2.3.0
Lioncash
2018-08-08
1
-1
/
+1
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+3
*
Common: add ParamPackage
wwylele
2017-03-01
1
-0
/
+25