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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
1
-1
/
+1
*
memory: Dehardcode the use of a 36-bit address space
Lioncash
2018-09-25
1
-2
/
+5
*
Merge pull request #1327 from FearlessTobi/port-4171
bunnei
2018-09-17
2
-16
/
+0
|
\
|
*
Tests: Remove glad test OS X work-around
Yuri Kunde Schlesner
2018-09-15
2
-16
/
+0
*
|
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
3
-18
/
+19
|
/
*
common: Implement a ring buffer
MerryMage
2018-09-08
2
-0
/
+131
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
2
-1
/
+3
*
externals: Update catch to 2.3.0
Lioncash
2018-08-08
4
-4
/
+4
*
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
2
-57
/
+0
*
arm_test_common: Get rid of truncation warnings
Lioncash
2018-07-20
1
-2
/
+5
*
arm_test_common: Make file static variable a member variable of the testing environment
Lioncash
2018-07-20
2
-2
/
+5
*
arm_test_common: Add missing header guard
Lioncash
2018-07-20
1
-0
/
+2
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
2
-39
/
+0
*
core: Move process creation out of global state.
bunnei
2018-03-14
2
-6
/
+6
*
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-02
2
-5
/
+5
*
memory: Replace all memory hooking with Special regions
MerryMage
2018-01-27
2
-25
/
+29
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+3
*
CMakeLists: Derive the source directory grouping from targets themselves
Lioncash
2018-01-18
1
-15
/
+11
*
Fix build on macOS and linux
MerryMage
2018-01-13
1
-1
/
+1
*
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-09
2
-0
/
+238
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-03
3
-13507
/
+0
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
2
-217
/
+0
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
6
-0
/
+13787
|
\
|
*
Moved down_count to CoreTiming
Huw Pascoe
2017-09-30
1
-1
/
+1
|
*
Tests: Added Memory::IsValidVirtualAddress tests.
Subv
2017-09-27
2
-0
/
+57
|
*
Tests: Fixed ARM VFP tests
Subv
2017-09-27
1
-9
/
+13
|
*
memory: Add GetCurrentPageTable/SetCurrentPageTable
MerryMage
2017-09-24
1
-1
/
+1
|
*
Tests/VFP: Use a standalone pagetable for the TestEnvironment memory operations.
Subv
2017-09-15
1
-4
/
+14
|
*
tests: Add tests for vadd
MerryMage
2017-07-23
5
-2
/
+13510
|
*
tests: Arm testing framework
MerryMage
2017-07-23
3
-0
/
+208
*
|
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
1
-2
/
+2
|
/
*
Kernel: Fix typo in test name
Yuri Kunde Schlesner
2017-06-22
1
-1
/
+1
*
Kernel/IPC: Support translation of null handles
Yuri Kunde Schlesner
2017-06-21
1
-0
/
+23
*
Kernel/IPC: Add tests for HLERequestContext buffer translation
Yuri Kunde Schlesner
2017-06-19
2
-2
/
+196
*
CMake: Create an INTERFACE target for Catch
Yuri Kunde Schlesner
2017-05-28
1
-4
/
+2
*
CMake: Correct inter-module dependencies and library visibility
Yuri Kunde Schlesner
2017-05-28
1
-2
/
+3
*
Common: add ParamPackage
wwylele
2017-03-01
2
-0
/
+26
*
tests: add missing libcore dependency after 75ee2f8c6702
Jan Beich
2016-12-07
1
-1
/
+1
*
tests: add a work-around for macOS linking error
wwylele
2016-11-19
2
-0
/
+15
*
FileSys: add PathParser
wwylele
2016-11-19
2
-0
/
+39
*
Tests: Run tests on CI
MerryMage
2016-05-19
1
-0
/
+2
*
tests: Infrastructure for unit tests
MerryMage
2016-05-19
2
-0
/
+23