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
...
|
*
|
Configuration: Add per-game input profiles
ameerj
2022-11-20
1
-0
/
+1
*
|
|
Merge pull request #9344 from liamwhite/null
bunnei
2022-12-03
1
-1
/
+2
|
\
\
\
|
*
|
|
video_core: add null backend
Liam
2022-11-28
1
-1
/
+2
*
|
|
|
Merge pull request #9300 from ameerj/pch
liamwhite
2022-12-03
4
-2
/
+28
|
\
\
\
\
|
*
|
|
|
CMake: Consolidate common PCH headers
ameerj
2022-11-30
3
-8
/
+16
|
*
|
|
|
string_util: Fix Mingw compile error
ameerj
2022-11-30
1
-2
/
+2
|
*
|
|
|
CMake: Use precompiled headers
ameerj
2022-11-29
2
-0
/
+18
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #9289 from liamwhite/fruit-company
liamwhite
2022-12-03
9
-4
/
+865
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
general: fix compile for Apple Clang
Liam
2022-11-22
9
-4
/
+865
*
|
|
|
Merge pull request #9339 from lioncash/cacheheader
Morph
2022-11-28
2
-4
/
+3
|
\
\
\
\
|
*
|
|
|
common/cache_management: Amend header includes
Lioncash
2022-11-28
2
-4
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
common/input: Add helpers functions for creating input and output devices
Lioncash
2022-11-28
1
-0
/
+34
*
|
|
|
common/input: Pass ParamPackage by const reference in CreateDevice
Lioncash
2022-11-28
1
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #9276 from goldenx86/fsrSlider
bunnei
2022-11-27
2
-0
/
+3
|
\
\
\
|
*
|
|
settings: Reset FSR sharpening global state with the others
lat9nq
2022-11-25
1
-0
/
+1
|
*
|
|
FSR Sharpening Slider part 1 - only a global slider
Matías Locatti
2022-11-24
2
-0
/
+2
|
|
/
/
*
|
|
Oops
Matías Locatti
2022-11-26
1
-1
/
+1
*
|
|
Replace GLSL as the default OpenGL shader backend
Matías Locatti
2022-11-26
1
-1
/
+1
|
/
/
*
|
Merge pull request #9234 from liamwhite/data-cash-money
bunnei
2022-11-18
3
-0
/
+89
|
\
\
|
*
|
common: add cache management functions
Liam
2022-11-12
3
-0
/
+89
*
|
|
Merge pull request #9229 from Docteh/achy_breaky_heart
Morph
2022-11-17
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add break for default cases
Kyle Kienapfel
2022-11-13
1
-0
/
+1
|
|
/
*
/
Add CPU core count to log files
Matías Locatti
2022-11-11
2
-3
/
+60
|
/
*
Merge pull request #9198 from liamwhite/arm64
bunnei
2022-11-10
2
-1
/
+9
|
\
|
*
Initial ARM64 support
Liam
2022-11-09
2
-1
/
+9
*
|
Add break statement in default cases
Enrico Mancuso
2022-11-09
1
-0
/
+1
|
/
*
concepts: Use the std::contiguous_iterator concept
Morph
2022-10-26
2
-19
/
+9
*
Merge pull request #9107 from german77/gidoly_rules
liamwhite
2022-10-25
1
-1
/
+4
|
\
|
*
input_common: cache vibration tests
german77
2022-10-21
1
-1
/
+4
*
|
CMakeLists: Disable C4100 and C4324
Morph
2022-10-22
1
-9
/
+0
*
|
CMakeLists: Remove redundant warnings
Morph
2022-10-22
1
-2
/
+0
*
|
CMakeLists: Treat MSVC warnings as errors
Morph
2022-10-22
1
-1
/
+0
*
|
general: Enforce C4800 everywhere except in video_core
Morph
2022-10-22
2
-4
/
+17
*
|
CMakeLists: Remove all redundant warnings
Morph
2022-10-22
1
-2
/
+0
|
/
*
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 #9054 from Docteh/just_lz4
bunnei
2022-10-17
1
-1
/
+5
|
\
|
*
CMake: Try add library "LZ4::lz4_shared" if "lz4::lz4" is unavailable
Kyle Kienapfel
2022-10-13
1
-1
/
+5
*
|
fixed_point: Replace CONSTEXPR14 with constexpr
Morph
2022-10-17
1
-50
/
+42
*
|
general: Add missing pragma once
Morph
2022-10-17
1
-4
/
+1
|
/
*
settings: Update aspect_ratio range
Morph
2022-10-13
1
-1
/
+1
*
input_common: have an unique vector in callback status
german77
2022-10-09
1
-2
/
+3
*
General: address feedback
Fernando Sahmkow
2022-10-06
1
-4
/
+4
*
general: rework usages of UNREACHABLE macro
Liam
2022-10-06
1
-15
/
+16
*
address_space: Rename va_start to virt_start
Morph
2022-10-06
2
-5
/
+5
[prev]
[next]