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
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core_timing: remove user data value
Liam
2023-12-23
1
-9
/
+5
*
tests: update catch2 to 3.0.1
Alexandre Bouvier
2023-01-05
2
-2
/
+2
*
core: Partially persist emulation state across game boots.
bunnei
2022-10-19
1
-3
/
+0
*
Revert Coretiming PRs 8531 and 7454 (#8591)
Maide
2022-07-28
1
-3
/
+1
*
yuzu: Add ui files for multiplayer rooms
FearlessTobi
2022-07-25
1
-2
/
+2
*
Rework CoreTiming
Kelebek1
2022-07-10
1
-1
/
+4
*
Core: Fix tests.
Fernando Sahmkow
2022-06-28
1
-0
/
+3
*
Core: Reimplement Core Timing.
Fernando Sahmkow
2022-06-28
1
-1
/
+0
*
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-28
1
-3
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
1
-1
/
+0
*
[network] Error handling reform
comex
2021-02-28
1
-0
/
+28
*
memory: Remove MemoryHook
MerryMage
2021-01-01
2
-238
/
+0
*
tests/core_timing: Remove pragma optimize(off)
Lioncash
2020-08-03
1
-9
/
+5
*
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-28
1
-2
/
+2
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-16
1
-6
/
+8
*
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-16
1
-5
/
+8
*
Tests/CoreTiming: Correct host timing tests.
Fernando Sahmkow
2020-06-27
2
-157
/
+14
*
CoreTiming: Correct rebase bugs and other miscellaneous things.
Fernando Sahmkow
2020-06-27
1
-4
/
+6
*
General: Cleanup legacy code.
Fernando Sahmkow
2020-06-27
1
-0
/
+1
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-99
/
+85
*
Tests/HostTiming: Correct GCC Compile error.
Fernando Sahmkow
2020-06-18
1
-15
/
+14
*
Common/Tests: Address Feedback
Fernando Sahmkow
2020-06-18
1
-14
/
+14
*
Common: Implement WallClock Interface and implement a native clock for x64
Fernando Sahmkow
2020-06-18
1
-26
/
+19
*
Tests: Add base tests to host timing
Fernando Sahmkow
2020-06-18
1
-0
/
+150
*
Merge pull request #3697 from lioncash/declarations
bunnei
2020-04-23
1
-8
/
+10
|
\
|
*
General: Resolve warnings related to missing declarations
Lioncash
2020-04-17
1
-8
/
+10
*
|
arm_test_common: Updates for new VMM.
bunnei
2020-04-17
1
-6
/
+2
|
/
*
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-27
1
-7
/
+8
*
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-27
1
-66
/
+18
*
Core_Timing: Fix tests.
Fernando Sahmkow
2019-10-12
1
-2
/
+2
*
Core Timing: General corrections and added tests.
Fernando Sahmkow
2019-10-09
1
-3
/
+153
*
Tests: Eliminate old Core Timing Tests
Fernando Sahmkow
2019-10-09
1
-193
/
+0
*
Merge pull request #2583 from FernandoS27/core-timing-safe
bunnei
2019-06-30
1
-10
/
+10
|
\
|
*
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-06-16
1
-10
/
+10
*
|
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-06-10
1
-1
/
+2
|
/
*
kernel: Handle page table switching within MakeCurrentProcess()
Lioncash
2019-04-07
1
-2
/
+1
*
core: Move PageTable struct into Common.
bunnei
2019-03-17
2
-5
/
+6
*
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-08
1
-1
/
+1
*
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
2019-03-05
1
-3
/
+3
*
core_timing: Convert core timing into a class
Lioncash
2019-02-16
1
-103
/
+112
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-84
/
+85
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
2
-10
/
+10
*
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
1
-1
/
+2
*
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
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
2
-8
/
+9
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
2
-1
/
+3
*
externals: Update catch to 2.3.0
Lioncash
2018-08-08
1
-1
/
+1
*
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
1
-56
/
+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
1
-38
/
+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
*
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
1
-0
/
+237
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-03
2
-13506
/
+0
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-216
/
+0
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
5
-0
/
+13783
|
\
|
*
Moved down_count to CoreTiming
Huw Pascoe
2017-09-30
1
-1
/
+1
|
*
Tests: Added Memory::IsValidVirtualAddress tests.
Subv
2017-09-27
1
-0
/
+56
|
*
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
4
-2
/
+13509
|
*
tests: Arm testing framework
MerryMage
2017-07-23
2
-0
/
+206
*
|
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
1
-0
/
+193
*
FileSys: add PathParser
wwylele
2016-11-19
1
-0
/
+38