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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-13
logging: Simplify and make thread-safe
yzct12345
1
-0
/
+2
2021-07-23
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
1
-0
/
+2
2021-07-10
Buffer Cache: Address Feedback.
Fernando Sahmkow
1
-1
/
+1
2021-07-09
Buffer Cache: Fix High Downloads and don't predownload on Extreme.
Fernando Sahmkow
1
-1
/
+1
2021-07-09
common: Add unique function
ReinUsesLisp
2
-0
/
+109
2021-06-24
common: Replace common_sizes into user-literals
Wunkolo
1
-1
/
+3
2021-06-11
tests: Add tests for host memory
ReinUsesLisp
2
-0
/
+184
2021-05-26
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
1
-1
/
+0
2021-03-07
common: Fiber: use a reference for YieldTo.
bunnei
1
-14
/
+14
2021-03-06
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
1
-18
/
+21
2021-02-28
[network] Error handling reform
comex
2
-0
/
+29
2021-02-27
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
1
-21
/
+18
2021-02-18
common/cityhash: Use common types
ReinUsesLisp
1
-2
/
+2
2021-02-18
tests: Add tests for CityHash
ReinUsesLisp
2
-0
/
+23
2021-02-13
tests/buffer_base: Add cached CPU writes tests
ReinUsesLisp
1
-0
/
+76
2021-02-06
ring_buffer: Remove granularity template argument
MerryMage
1
-5
/
+5
2021-01-15
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2
-24
/
+0
2021-01-13
tests: Add unit tests for the GPU range tracking buffer container
ReinUsesLisp
2
-0
/
+474
2021-01-09
tests/ring_buffer: Silence signed/unsigned mismatch warnings
ReinUsesLisp
1
-15
/
+15
2021-01-02
general: Fix various spelling errors
Morph
1
-2
/
+2
2021-01-01
memory: Remove MemoryHook
MerryMage
3
-240
/
+0
2020-12-06
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
bunnei
2
-56
/
+0
2020-11-27
tests: Fix warning about comparison between signed and unsigned
comex
1
-2
/
+2
2020-10-28
tests: Fix data race in fibers test
ReinUsesLisp
1
-31
/
+40
2020-08-03
tests/core_timing: Remove pragma optimize(off)
Lioncash
1
-9
/
+5
2020-07-28
core_timing: Make use of uintptr_t to represent user_data
Lioncash
1
-2
/
+2
2020-07-16
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
1
-6
/
+8
2020-07-16
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
1
-5
/
+8
2020-06-28
Core/Common: Address Feedback.
Fernando Sahmkow
1
-1
/
+1
2020-06-27
Tests/CoreTiming: Correct host timing tests.
Fernando Sahmkow
2
-157
/
+14
2020-06-27
CoreTiming: Correct rebase bugs and other miscellaneous things.
Fernando Sahmkow
1
-4
/
+6
2020-06-27
General: Cleanup legacy code.
Fernando Sahmkow
1
-0
/
+1
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2
-100
/
+85
2020-06-18
Tests/HostTiming: Correct GCC Compile error.
Fernando Sahmkow
1
-15
/
+14
2020-06-18
Common/Fiber: Implement Rewinding.
Fernando Sahmkow
1
-0
/
+46
2020-06-18
Common/Tests: Address Feedback
Fernando Sahmkow
2
-24
/
+24
2020-06-18
Common/Tests: Clang Format.
Fernando Sahmkow
1
-9
/
+14
2020-06-18
Common: Implement WallClock Interface and implement a native clock for x64
Fernando Sahmkow
1
-26
/
+19
2020-06-18
Tests: Add base tests to host timing
Fernando Sahmkow
2
-0
/
+151
2020-06-18
Common: Polish Fiber class, add comments, asserts and more tests.
Fernando Sahmkow
1
-1
/
+94
2020-06-18
Tests: Add tests for fibers and refactor/fix Fiber class
Fernando Sahmkow
2
-0
/
+215
2020-04-17
arm_test_common: Updates for new VMM.
bunnei
1
-6
/
+2
2020-04-17
General: Resolve warnings related to missing declarations
Lioncash
1
-8
/
+10
2019-11-27
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
1
-7
/
+8
2019-11-27
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
1
-66
/
+18
2019-10-12
Core_Timing: Fix tests.
Fernando Sahmkow
1
-2
/
+2
2019-10-09
Core Timing: General corrections and added tests.
Fernando Sahmkow
1
-3
/
+153
2019-10-09
Tests: Eliminate old Core Timing Tests
Fernando Sahmkow
1
-193
/
+0
2019-06-16
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
1
-10
/
+10
2019-06-10
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
1
-1
/
+2
2019-04-07
kernel: Handle page table switching within MakeCurrentProcess()
Lioncash
1
-2
/
+1
2019-03-27
Fixes and corrections on formatting.
Fernando Sahmkow
2
-30
/
+11
2019-03-27
Add MultiLevelQueue Tests
Fernando Sahmkow
2
-0
/
+56
2019-03-27
Implement intrinsics CountTrailingZeroes and test it.
Fernando Sahmkow
2
-0
/
+43
2019-03-17
core: Move PageTable struct into Common.
bunnei
2
-5
/
+6
2019-03-08
kernel: Make the address arbiter instance per-process
Lioncash
1
-1
/
+1
2019-03-05
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
1
-3
/
+3
2019-02-16
core_timing: Convert core timing into a class
Lioncash
1
-103
/
+112
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
1
-84
/
+85
2019-02-06
common/bitfield: make it endianness-aware
Weiyi Wang
2
-0
/
+91
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2
-10
/
+10
2018-10-10
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
1
-1
/
+2
2018-09-30
kernel/process: Make data member variables private
Lioncash
1
-1
/
+1
2018-09-25
memory: Dehardcode the use of a 36-bit address space
Lioncash
1
-2
/
+5
2018-09-15
Tests: Remove glad test OS X work-around
Yuri Kunde Schlesner
2
-16
/
+0
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
3
-18
/
+19
2018-09-08
common: Implement a ring buffer
MerryMage
2
-0
/
+131
2018-08-29
kernel: Eliminate kernel global state
Lioncash
2
-1
/
+3
2018-08-08
externals: Update catch to 2.3.0
Lioncash
4
-4
/
+4
2018-08-03
core/memory: Get rid of 3DS leftovers
Lioncash
2
-57
/
+0
2018-07-20
arm_test_common: Get rid of truncation warnings
Lioncash
1
-2
/
+5
2018-07-20
arm_test_common: Make file static variable a member variable of the testing environment
Lioncash
2
-2
/
+5
2018-07-20
arm_test_common: Add missing header guard
Lioncash
1
-0
/
+2
2018-07-19
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2
-39
/
+0
2018-03-14
core: Move process creation out of global state.
bunnei
2
-6
/
+6
2018-03-02
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2
-5
/
+5
2018-01-27
memory: Replace all memory hooking with Special regions
MerryMage
2
-25
/
+29
2018-01-21
Format: Run the new clang format on everything
James Rowe
1
-1
/
+3
2018-01-18
CMakeLists: Derive the source directory grouping from targets themselves
Lioncash
1
-15
/
+11
2018-01-13
Fix build on macOS and linux
MerryMage
1
-1
/
+1
2018-01-09
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2
-0
/
+238
2018-01-03
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
3
-13507
/
+0
2017-10-15
hle: Initial implementation of NX service framework and IPC.
bunnei
2
-217
/
+0
2017-09-30
nso: Refactor and allocate .bss section.
bunnei
1
-2
/
+2
2017-09-30
Moved down_count to CoreTiming
Huw Pascoe
1
-1
/
+1
2017-09-27
Tests: Added Memory::IsValidVirtualAddress tests.
Subv
2
-0
/
+57
2017-09-27
Tests: Fixed ARM VFP tests
Subv
1
-9
/
+13
2017-09-24
memory: Add GetCurrentPageTable/SetCurrentPageTable
MerryMage
1
-1
/
+1
2017-09-15
Tests/VFP: Use a standalone pagetable for the TestEnvironment memory operations.
Subv
1
-4
/
+14
2017-07-23
tests: Add tests for vadd
MerryMage
5
-2
/
+13510
2017-07-23
tests: Arm testing framework
MerryMage
3
-0
/
+208
2017-06-22
Kernel: Fix typo in test name
Yuri Kunde Schlesner
1
-1
/
+1
2017-06-21
Kernel/IPC: Support translation of null handles
Yuri Kunde Schlesner
1
-0
/
+23
2017-06-19
Kernel/IPC: Add tests for HLERequestContext buffer translation
Yuri Kunde Schlesner
2
-2
/
+196
2017-05-28
CMake: Create an INTERFACE target for Catch
Yuri Kunde Schlesner
1
-4
/
+2
2017-05-28
CMake: Correct inter-module dependencies and library visibility
Yuri Kunde Schlesner
1
-2
/
+3
2017-03-01
Common: add ParamPackage
wwylele
2
-0
/
+26
2016-12-07
tests: add missing libcore dependency after 75ee2f8c6702
Jan Beich
1
-1
/
+1
2016-11-19
tests: add a work-around for macOS linking error
wwylele
2
-0
/
+15
2016-11-19
FileSys: add PathParser
wwylele
2
-0
/
+39
2016-05-19
Tests: Run tests on CI
MerryMage
1
-0
/
+2
2016-05-19
tests: Infrastructure for unit tests
MerryMage
2
-0
/
+23