index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu_detect: Refactor cpu/manufacturer identification
Wunkolo
2022-03-09
2
-24
/
+38
*
cpu_detect: Update array-types to `span` and `array`
Wunkolo
2022-03-09
1
-11
/
+13
*
cpu_detect: Utilize `Bit<N>` utility function
Wunkolo
2022-03-09
1
-32
/
+20
*
cpu_detect: Compact capability fields
Wunkolo
2022-03-09
1
-20
/
+21
*
bit_util: Add `bit` utility function
Wunkolo
2022-03-09
1
-0
/
+7
*
Merge pull request #7973 from Morph1984/debug-crash
Fernando S
2022-03-06
1
-2
/
+2
|
\
|
*
host_memory: Fix fastmem crashes in debug builds
Morph
2022-03-02
1
-2
/
+2
*
|
Merge pull request #7935 from Wunkolo/logging-join-fix
bunnei
2022-03-02
1
-13
/
+5
|
\
\
|
|
/
|
/
|
|
*
logging: Convert `backend_thread` into an `std::jthread`
Wunkolo
2022-02-27
1
-13
/
+5
*
|
dynarmic: Inline exclusive memory accesses
merry
2022-02-27
2
-0
/
+4
|
/
*
settings: Add a new "use_extended_memory_layout" setting.
bunnei
2022-02-21
2
-0
/
+2
*
fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
bunnei
2022-02-19
2
-16
/
+16
*
core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
bunnei
2022-02-18
2
-6
/
+76
*
common: Add NullVisitor default constructor
Wunkolo
2022-02-17
1
-0
/
+3
*
Merge pull request #7878 from german77/mnpp
bunnei
2022-02-16
2
-0
/
+2
|
\
|
*
service/mnpp: Stub mnpp_app
Narr the Reg
2022-02-10
2
-0
/
+2
*
|
common: fs_util: Add buffer to string view utility functions
Morph
2022-02-13
2
-0
/
+26
*
|
common: uuid: Use sizeof(u64) instead of 8 in Hash()
Morph
2022-02-10
1
-5
/
+5
*
|
common: uuid: Return an invalid UUID if conversion from string fails
Morph
2022-02-05
1
-14
/
+39
*
|
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
6
-434
/
+256
*
|
common: uuid: Add AsU128()
Morph
2022-02-05
2
-0
/
+9
*
|
input/hid: Migrate to the new UUID implementation
Morph
2022-02-05
1
-4
/
+4
*
|
common: Implement NewUUID
Morph
2022-02-05
3
-0
/
+322
|
/
*
common_types: Remove NonCopyable struct
Lioncash
2022-02-02
1
-10
/
+0
*
general: Replace NonCopyable struct with equivalents
Lioncash
2022-02-02
1
-9
/
+17
*
Merge pull request #7807 from german77/moar-buttons
bunnei
2022-02-01
1
-0
/
+2
|
\
|
*
input_common: Add home and hard touch press buttons to UDP controllers
german77
2022-01-30
1
-0
/
+2
*
|
Merge pull request #7809 from Morph1984/clock-constants
bunnei
2022-02-01
3
-11
/
+19
|
\
\
|
*
|
common: wall_clock: Check precision against the emulated CPU and CNTFRQ
Morph
2022-01-30
2
-8
/
+12
|
*
|
common: wall_clock: Utilize constants for ms, us, and ns ratios
Morph
2022-01-30
3
-5
/
+9
|
|
/
*
/
common/file: Remove [[nodiscard]] from Open()
Lioncash
2022-02-01
1
-3
/
+2
|
/
*
Merge pull request #7791 from german77/wall_clock
Morph
2022-01-28
1
-1
/
+3
|
\
|
*
wall_clock: use standard wall clock if rtsc frequency is too low
german77
2022-01-27
1
-1
/
+3
*
|
common/xbyak_api: Make BuildRegSet() constexpr
Lioncash
2022-01-26
1
-8
/
+8
*
|
yuzu: Add setting to disable controller navigation
german77
2022-01-23
1
-0
/
+1
|
/
*
Merge pull request #7695 from Morph1984/is-pow2
bunnei
2022-01-20
1
-0
/
+6
|
\
|
*
common: bit_util: Add IsPow2 helper function
Morph
2022-01-11
1
-0
/
+6
*
|
Merge pull request #7725 from german77/mouse_in_motion
bunnei
2022-01-18
1
-0
/
+7
|
\
\
|
*
|
input_common: Reintroduce motion from mouse and use button names
german77
2022-01-16
1
-0
/
+7
|
|
/
*
/
common: fiber: YieldTo: Avoid hard crash on nullptr previous_fiber.
bunnei
2022-01-14
1
-1
/
+4
|
/
*
logging/log.h: move enum class formatter to a separate file ...
liushuyu
2022-01-09
3
-15
/
+25
*
logging/log: use `underlying_type` instead of hardcoding types
liushuyu
2022-01-08
1
-2
/
+4
*
logging: adapt to changes in fmt 8.1
liushuyu
2022-01-08
1
-1
/
+14
*
ShaderDecompiler: Add a debug option to dump the game's shaders.
Fernando Sahmkow
2022-01-04
1
-0
/
+1
*
Allow overriding SCM version info
Andrew Udvare
2021-12-20
1
-0
/
+5
*
Merge pull request #7558 from Morph1984/unused-cpu-family-model
Mai M
2021-12-14
1
-12
/
+0
|
\
|
*
common/cpu_detect: Remove CPU family and model
Morph
2021-12-13
1
-12
/
+0
*
|
common/input: Avoid numerous large copies of CallbackStatus
Lioncash
2021-12-13
1
-2
/
+2
*
|
common/input: Remove unnecessary returns
Lioncash
2021-12-13
1
-6
/
+2
*
|
input_engine: Pass LedStatus by const reference
Lioncash
2021-12-13
1
-1
/
+1
[next]