index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
frontend_common
/
config.cpp
Age
Commit message (
Expand
)
Author
2024-02-16
config: Reset per-game profile name on load if empty
t895
2024-02-11
Merge pull request #12756 from liamwhite/applet-multiprocess-hwc
Narr the Reg
2024-02-11
config: Always delete control settings in ClearControlPlayerValues
t895
2024-02-09
general: add default configurations for applet mode
Liam
2024-01-28
service: hid: Fully implement touch resource
Narr the Reg
2024-01-28
Merge pull request #12555 from flodavid/fix-gamemode-setting
liamwhite
2024-01-08
Save profile name used
flodavid
2024-01-05
hid_core: Move hid to it's own subproject
Narr the Reg
2024-01-04
Merge pull request #12575 from t895/inconsistent-settings-application
liamwhite
2024-01-03
frontend_common: config: Only write setting related to opened config file
t895
2024-01-03
frontend_common: config: Move WriteIntegerSetting definition to header
t895
2024-01-02
fix linux config values not saved
flodavid
2023-12-30
frontend_common: config: Refactor WriteSetting to stricter types
t895
2023-12-12
frontend_common: Fix settings reload bug
t895
2023-11-27
android: Multi directory UI
t895
2023-11-23
frontend_common: Don't specify default value for screenshot_path
t895
2023-11-23
frontend_common: Don't load config files that we fail to open
t895
2023-11-21
frontend_common: Add option to read unsigned integers
t895
2023-11-21
frontend_common: Set config array size to 0 if the array is ended without cha...
t895
2023-11-21
frontend_common: Manually handle opening config file
t895
2023-11-21
frontend_common: Add special config case for unmapped windows network drives
t895
2023-11-21
frontend_common: Disable UTF-8 BOM in config
t895
2023-11-21
config: Unify config handling under frontend_common
t895