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
/
settings.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
settings: Log the cache, config, and mod load directories
Morph
2021-02-02
1
-0
/
+3
*
core: settings: Untangle multicore from asynchronous GPU.
bunnei
2020-12-29
1
-5
/
+0
*
yuzu: Remove gdbstub configuration
FearlessTobi
2020-12-19
1
-2
/
+0
*
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-27
1
-10
/
+7
*
settings: Remove global vibration strength modifier
Morph
2020-11-16
1
-1
/
+0
*
configure_input: Hook up the vibration percentage spinbox
Morph
2020-11-16
1
-0
/
+1
*
settings: Preparation for per-game input settings
Morph
2020-11-16
1
-1
/
+7
*
settings: log value of CPU_Accuracy
lat9nq
2020-11-07
1
-0
/
+1
*
core/settings: Move configuring_global behind an API
Lioncash
2020-11-04
1
-6
/
+14
*
video_core: NVDEC Implementation
ameerj
2020-10-27
1
-0
/
+2
*
Project Mjölnir: Part 1
Morph
2020-08-26
1
-50
/
+0
*
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
1
-2
/
+2
*
configure_graphics: Remove Force 30 FPS mode
Morph
2020-07-28
1
-1
/
+0
*
Drop settings namespace
David Marcec
2020-07-17
1
-2
/
+1
*
Rebase for per game settings
David Marcec
2020-07-17
1
-0
/
+3
*
Merge pull request #4347 from lioncash/logging
David
2020-07-17
1
-38
/
+39
|
\
|
*
settings: Resolve a sign conversion warning within GetTimeZoneString()
Lioncash
2020-07-15
1
-5
/
+5
|
*
settings: Make use of std::string_view over std::string for logging
Lioncash
2020-07-15
1
-33
/
+34
*
|
clang-format
lat9nq
2020-07-14
1
-2
/
+1
*
|
settings: Move settings sanitization to its own function
lat9nq
2020-07-14
1
-0
/
+6
|
/
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-10
1
-21
/
+63
*
Add a "Mute Audio" hotkey
Kewlan
2020-06-26
1
-0
/
+7
*
yuzu: Add frontend settings for assembly shaders
ReinUsesLisp
2020-05-19
1
-0
/
+1
*
core: settings: Add a setting for time zone.
bunnei
2020-05-11
1
-0
/
+16
*
settings: Add anisotropic filtering level to the yuzu configuration log (#3875)
Morph
2020-05-03
1
-0
/
+1
*
Correct Linux Compile Error.
Fernando Sahmkow
2020-04-22
1
-0
/
+8
*
UI: Replasce accurate GPU option for GPU Accuracy Level
Fernando Sahmkow
2020-04-22
1
-1
/
+1
*
set: implement GetRegionCode
Dan
2020-03-19
1
-0
/
+1
*
core: settings: Add setting to enable vsync, which is on by default.
bunnei
2020-02-26
1
-0
/
+1
*
settings: Add option to set BCAT backend
Zach Hilman
2019-09-30
1
-0
/
+2
*
settings: Update LogSettings to show NAND/SDMC paths from FileUtil
Zach Hilman
2019-09-21
1
-2
/
+3
*
yuzu: Remove setting for using Unicorn
Lioncash
2019-07-11
1
-1
/
+0
*
yuzu: Remove CPU Jit setting from the UI
fearlessTobi
2019-07-04
1
-1
/
+1
*
rasterizer_opengl: Remove OpenGL core profile
ReinUsesLisp
2019-05-30
1
-1
/
+0
*
Allow picking a Compatibility Profile for OpenGL.
Fernando Sahmkow
2019-04-20
1
-0
/
+1
*
core/yuzu: Remove enable_nfc setting
fearlessTobi
2019-03-29
1
-1
/
+0
*
clang fix
Hexagon12
2019-03-09
1
-1
/
+2
*
Log 2 new setting values
Hexagon12
2019-03-09
1
-0
/
+2
*
citra_qt: Log settings on launch
zhupengfei
2019-01-22
1
-0
/
+29
*
hid: Use player-defined controller type as PREFERRED_CONTROLLER
Zach Hilman
2018-11-19
1
-0
/
+50
*
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
2018-08-11
1
-5
/
+1
*
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
1
-2
/
+4
*
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-08-02
1
-5
/
+3
*
Remove references to PICA and rasterizers in video_core
James Rowe
2018-01-13
1
-6
/
+0
*
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-10-10
1
-2
/
+0
*
SidebySide Layout (#2859)
ThaMighty90
2017-08-25
1
-1
/
+1
*
Core: Fix some out-of-style includes
Yuri Kunde Schlesner
2017-05-28
1
-1
/
+1
*
ir: implement new 3ds HID via ir:rst
wwylele
2017-05-04
1
-1
/
+1
*
ir: implement circle pad pro
wwylele
2017-05-03
1
-0
/
+2
*
HID: use ButtonDevice
wwylele
2017-03-01
1
-0
/
+3
*
removed the possibly uneeded cast on values.gdbstub_port
noah the goodra
2017-01-31
1
-1
/
+1
*
config: Add option for specifying screen resolution scale factor.
bunnei
2017-01-07
1
-1
/
+0
*
core: Move emu_window and key_map into core
MerryMage
2016-12-23
1
-1
/
+1
*
Implement Frame rate limiter (#2223)
emmauss
2016-12-06
1
-0
/
+1
*
Support additional screen layouts.
James Rowe
2016-11-05
1
-0
/
+7
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-1
/
+0
*
configure_audio: User-configuratble option to enable/disable audio stretching
MerryMage
2016-08-31
1
-0
/
+1
*
Audio: Add sink selection to configuration files
MerryMage
2016-04-30
1
-0
/
+5
*
Config: Add scaled resolution option
tfarley
2016-04-21
1
-1
/
+1
*
CitraQt: Apply config at startup
Jannik Vogel
2016-04-11
1
-0
/
+14
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Added configuration file system.
archshift
2014-10-08
1
-0
/
+11