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
/
core
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
renderdoc: Check for `_WIN32` symbol rather than `WIN32`
Cathy J. Fitzpatrick
2023-09-18
1
-1
/
+1
*
debug: Add renderdoc capture hotkey
GPUCode
2023-09-14
2
-0
/
+77
*
Rework CoreTiming
Kelebek1
2022-07-10
1
-1
/
+3
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+0
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
2
-6
/
+4
*
core: Replace lock_guard with scoped_lock
Merry
2022-04-07
1
-9
/
+9
*
core: Remove unused includes
ameerj
2021-11-04
1
-2
/
+0
*
core: Resolve misc cases of variable shadowing
Lioncash
2021-05-03
2
-3
/
+3
*
freezer: Move entry finding to its own function
Lioncash
2020-08-06
2
-12
/
+21
*
freezer: Take address values by value
Lioncash
2020-08-06
1
-3
/
+3
*
freezer: Make use of std::erase_if
Lioncash
2020-08-06
1
-4
/
+1
*
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-28
2
-6
/
+7
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-16
2
-7
/
+8
*
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-16
1
-4
/
+5
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-4
/
+4
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
2
-6
/
+6
*
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2020-02-12
1
-1
/
+2
*
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-27
1
-4
/
+4
*
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-27
1
-4
/
+4
*
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-27
2
-8
/
+13
*
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-27
2
-2
/
+3
*
freezer: Update documentation
Zach Hilman
2019-06-21
1
-1
/
+8
*
core: Move Freezer class to tools namespace
Zach Hilman
2019-06-21
2
-0
/
+263