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
...
*
common: Rewrite and move core/frontend/input.h to common
german77
2021-11-24
2
-0
/
+243
*
configure_general: Allow framerate cap to be used in custom game configs
Kewlan
2021-11-21
2
-1
/
+2
*
TextureCache: Refactor and fix linux compiling.
Fernando Sahmkow
2021-11-20
1
-0
/
+7
*
TextureCache: Add automatic anisotropic filtering and refactor code.
Fernando Sahmkow
2021-11-16
1
-1
/
+1
*
Yuzu UI: Add button for Anti Alias
Fernando Sahmkow
2021-11-16
1
-0
/
+1
*
Settings: Add anti-aliasing method setting
Marshall Mohror
2021-11-16
2
-0
/
+7
*
QtGUI: Add buttton to toggle the filter.
FernandoS27
2021-11-16
1
-0
/
+1
*
VideoCore: Add gaussian filtering.
FernandoS27
2021-11-16
1
-2
/
+3
*
VideoCore: Add more rescaling option.
FernandoS27
2021-11-16
2
-4
/
+20
*
Video Core: fix building for GCC.
Fernando Sahmkow
2021-11-16
1
-2
/
+2
*
Presentation: add Nearest Neighbor filter.
Fernando Sahmkow
2021-11-16
1
-4
/
+5
*
vulkan: Implement FidelityFX Super Resolution
Marshall Mohror
2021-11-16
1
-0
/
+1
*
Texture Cahe: Fix downscaling on SMO.
Fernando Sahmkow
2021-11-16
2
-0
/
+3
*
video_core: Refactor resolution scale function
ameerj
2021-11-16
1
-0
/
+14
*
video_core: Misc resolution scaling related refactoring
ameerj
2021-11-16
1
-1
/
+1
*
Renderer: Implement Bicubic and ScaleForce filters.
Fernando Sahmkow
2021-11-16
2
-15
/
+12
*
common/settings: Remove unused scaling options
ReinUsesLisp
2021-11-16
2
-18
/
+7
*
Settings: eliminate rescaling_factor.
Fernando Sahmkow
2021-11-16
2
-2
/
+2
*
Settings: Add resolution scaling to settings.
Fernando Sahmkow
2021-11-16
2
-4
/
+60
*
VideoCore: Initial Setup for the Resolution Scaler.
Fernando Sahmkow
2021-11-16
2
-0
/
+19
*
Merge pull request #7272 from behunin/the-courteous-logger
bunnei
2021-11-13
3
-28
/
+39
|
\
|
*
Refactor Logging Impl
Levi Behunin
2021-11-01
3
-28
/
+39
*
|
common: Implement a subset of P0323 (std::expected)
Morph
2021-11-02
2
-0
/
+988
|
/
*
common/alignment: Fix VS2022 compilation
ameerj
2021-10-20
1
-1
/
+6
*
settings: Remove std::chrono usage
ameerj
2021-10-17
1
-3
/
+2
*
string_util: Make use of std::string_view and add bounds checking
Morph
2021-10-14
2
-5
/
+5
*
string_util: Prevent out of bounds access in u16string_view buffer
Morph
2021-10-14
1
-2
/
+2
*
common/fs/path_util: Slightly refactor PathManagerImpl's constructor
Creak
2021-10-11
1
-12
/
+15
*
Merge pull request #7115 from ameerj/log-compile
bunnei
2021-10-05
7
-18
/
+39
|
\
|
*
common/logging: Reduce scope of fmt include
ameerj
2021-10-01
2
-1
/
+2
|
*
common/logging: Move Log::Entry declaration to a separate header
ameerj
2021-10-01
6
-17
/
+37
*
|
Merge pull request #7102 from Morph1984/remove-boxcat
bunnei
2021-10-01
2
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
settings: Remove BCAT settings
Morph
2021-09-29
2
-4
/
+0
*
|
Fixed invalid iterator usage
Andrew Strelsky
2021-09-29
1
-1
/
+1
|
/
*
general: Update style to clang-format-12
ameerj
2021-09-24
4
-22
/
+28
*
common/uuid: Add validity checking functions to interface
Lioncash
2021-09-22
1
-0
/
+7
*
Merge pull request #7019 from ameerj/videocore-jthread
bunnei
2021-09-18
1
-5
/
+22
|
\
|
*
threadsafe_queue: Add std::stop_token overload to PopWait
ameerj
2021-09-15
1
-5
/
+22
*
|
input_common/tas: Document the main class
german77
2021-09-18
1
-7
/
+4
*
|
input_common/tas: Add swap controller
german77
2021-09-18
1
-1
/
+1
*
|
input_common/tas: Fallback to simple update
MonsterDruide1
2021-09-18
1
-4
/
+3
*
|
config: Move TAS options to it's own menu
german77
2021-09-18
3
-4
/
+3
*
|
core: Hacky TAS syncing & load pausing
MonsterDruide1
2021-09-18
3
-7
/
+6
*
|
settings: File selector & other settings
MonsterDruide1
2021-09-18
3
-0
/
+7
*
|
input_common/tas: Base playback & recording system
MonsterDruide1
2021-09-18
1
-0
/
+7
*
|
Merge pull request #7020 from Moonlacer/remove_audio_stretching
bunnei
2021-09-18
2
-3
/
+0
|
\
\
|
*
|
fix_accidental_deletion
Moonlacer
2021-09-15
1
-1
/
+2
|
*
|
remove-audio-stretching-setting
Moonlacer
2021-09-15
2
-5
/
+1
|
|
/
*
|
Merge pull request #6950 from german77/multiplay
bunnei
2021-09-17
2
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
input_common: Enable steam controllers and 8 player support
german77
2021-09-10
2
-3
/
+6
[prev]
[next]