index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
startup_checks: Resolve -Wstringop-truncation
Morph
2022-10-22
1
-1
/
+2
*
startup_checks: Resolve -Wformat
Morph
2022-10-22
1
-7
/
+7
*
general: Resolve -Wunused-but-set-variable
Morph
2022-10-22
1
-2
/
+2
*
general: Resolve -Wunused-lambda-capture and C5233
Morph
2022-10-22
4
-29
/
+24
*
general: Resolve -Wclass-memaccess
Morph
2022-10-22
3
-3
/
+3
*
ipc_helpers: Ignore GCC compiler warnings only on GCC
Morph
2022-10-22
1
-2
/
+2
*
CMakeLists: Enforce C5233 on MSVC
Morph
2022-10-22
1
-0
/
+1
*
CMakeLists: Disable C4100 and C4324
Morph
2022-10-22
5
-19
/
+5
*
CMakeLists: Remove redundant warnings
Morph
2022-10-22
4
-12
/
+0
*
decoders: Use 2's complement instead of unary -
Morph
2022-10-22
1
-1
/
+1
*
CMakeLists: Treat MSVC warnings as errors
Morph
2022-10-22
4
-3
/
+2
*
general: Enforce C4800 everywhere except in video_core
Morph
2022-10-22
14
-41
/
+57
*
CMakeLists: Remove all redundant warnings
Morph
2022-10-22
7
-45
/
+4
*
CMakeLists: Consolidate all unused warnings into -Wunused
Morph
2022-10-22
1
-3
/
+3
*
CMakeLists: Treat -Wall and -Wextra as errors
Morph
2022-10-22
1
-3
/
+3
*
Merge pull request #9095 from FernandoS27/meat-good-vegetable-bad
Fernando S
2022-10-22
2
-13
/
+9
|
\
|
*
Maxwell3D/Puller: Fix regressions and syncing issues.
Fernando Sahmkow
2022-10-19
2
-13
/
+9
*
|
Merge pull request #9106 from lioncash/copy-err
liamwhite
2022-10-21
1
-2
/
+3
|
\
\
|
*
|
hid/npad: Fix copy size in GetSupportedNpadIdTypes
Lioncash
2022-10-21
1
-2
/
+3
*
|
|
Merge pull request #9108 from Morph1984/r32-b24g8
liamwhite
2022-10-21
1
-0
/
+2
|
\
\
\
|
*
|
|
format_lookup_table: Implement R32_B24G8 with D32_FLOAT_S8_UINT
Morph
2022-10-21
1
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #9109 from lioncash/session
liamwhite
2022-10-21
1
-16
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
k_session_request: Add missing override specifier
Lioncash
2022-10-21
1
-1
/
+1
|
*
|
k_session_request: Turn C-style array into std::array
Lioncash
2022-10-21
1
-1
/
+3
|
*
|
k_session_request: Simplify constructor initialization
Lioncash
2022-10-21
1
-14
/
+11
|
/
/
*
|
Merge pull request #9088 from Fdawgs/chore/images
bunnei
2022-10-20
25
-0
/
+0
|
\
\
|
*
|
general: compress png images
Frazer Smith
2022-10-17
25
-0
/
+0
*
|
|
Merge pull request #9078 from liamwhite/session-request
liamwhite
2022-10-20
17
-200
/
+608
|
\
\
\
|
*
|
|
kernel: remove most SessionRequestManager handling from KServerSession
Liam
2022-10-19
6
-138
/
+119
|
*
|
|
kernel: add KSessionRequest
Liam
2022-10-19
13
-62
/
+489
*
|
|
|
Merge pull request #9099 from Docteh/undocked
liamwhite
2022-10-20
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Controller Applet had instance of Undocked, make Handheld
Kyle Kienapfel
2022-10-20
1
-1
/
+1
*
|
|
|
|
Merge pull request #9096 from Kelebek1/audio_15
bunnei
2022-10-20
5
-33
/
+114
|
\
\
\
\
\
|
*
|
|
|
|
Update audio_core for firmware 15.0.0
Kelebek1
2022-10-19
5
-33
/
+114
*
|
|
|
|
|
Merge pull request #9094 from lioncash/fixed
liamwhite
2022-10-19
2
-115
/
+80
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
fixed_point: Mark default constructor as constexpr
Lioncash
2022-10-18
1
-2
/
+2
|
*
|
|
|
|
fixed_point: Mark copy/move assignment operators and constructors as constexpr
Lioncash
2022-10-18
1
-3
/
+6
|
*
|
|
|
|
fixed_point: Mark std::swap and move constructor as noexcept
Lioncash
2022-10-18
1
-2
/
+2
|
*
|
|
|
|
fixed_point: Mark relevant member function [[nodiscard]]
Lioncash
2022-10-18
1
-14
/
+14
|
*
|
|
|
|
fixed_point: Make to_uint() non-const
Lioncash
2022-10-18
1
-2
/
+2
|
*
|
|
|
|
fixed_point: Use defaulted comparisons
Lioncash
2022-10-18
1
-23
/
+1
|
*
|
|
|
|
fixed_point: Use variable templates and concepts where applicable
Lioncash
2022-10-18
2
-72
/
+56
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #9082 from Morph1984/future
liamwhite
2022-10-19
3
-13
/
+59
|
\
\
\
\
\
|
*
|
|
|
|
savedata_factory: Detect future save data paths
Morph
2022-10-16
3
-13
/
+59
*
|
|
|
|
|
Merge pull request #9083 from liamwhite/take-a-chance-on-me
liamwhite
2022-10-19
1
-10
/
+17
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel: fix slab heap ABA
Liam
2022-10-17
1
-10
/
+17
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #9071 from bunnei/mp-mm
liamwhite
2022-10-19
41
-1239
/
+2441
|
\
\
\
\
\
\
|
*
|
|
|
|
|
core: hle: kernel: Migrate ProcessState to enum class.
bunnei
2022-10-19
2
-17
/
+17
|
*
|
|
|
|
|
core: Initialize: Add missing braces.
bunnei
2022-10-18
1
-2
/
+4
|
*
|
|
|
|
|
core: core_timing: Re-initialize if single/multicore state changes.
bunnei
2022-10-18
3
-14
/
+36
[next]