summaryrefslogtreecommitdiff
path: root/src/frontend_common/config.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-16config: Reset per-game profile name on load if emptyGravatar t8951-0/+1
2024-02-11config: Always delete control settings in ClearControlPlayerValuesGravatar t8951-8/+2
2024-02-09general: add default configurations for applet modeGravatar Liam1-0/+18
2024-01-28service: hid: Fully implement touch resourceGravatar Narr the Reg1-4/+4
2024-01-08Save profile name usedGravatar flodavid1-6/+28
2024-01-05hid_core: Move hid to it's own subprojectGravatar Narr the Reg1-1/+1
2024-01-03frontend_common: config: Only write setting related to opened config fileGravatar t8951-2/+3
2024-01-03frontend_common: config: Move WriteIntegerSetting definition to headerGravatar t8951-11/+0
2024-01-02fix linux config values not savedGravatar flodavid1-0/+26
2023-12-30frontend_common: config: Refactor WriteSetting to stricter typesGravatar t8951-82/+112
2023-12-12frontend_common: Fix settings reload bugGravatar t8951-0/+1
2023-11-27android: Multi directory UIGravatar t8951-0/+2
2023-11-23frontend_common: Don't specify default value for screenshot_pathGravatar t8951-2/+1
2023-11-23frontend_common: Don't load config files that we fail to openGravatar t8951-0/+10
2023-11-21frontend_common: Add option to read unsigned integersGravatar t8951-1/+28
2023-11-21frontend_common: Set config array size to 0 if the array is ended without cha...Gravatar t8951-4/+8
2023-11-21frontend_common: Manually handle opening config fileGravatar t8951-2/+31
2023-11-21frontend_common: Add special config case for unmapped windows network drivesGravatar t8951-1/+9
2023-11-21frontend_common: Disable UTF-8 BOM in configGravatar t8951-1/+1
2023-11-21config: Unify config handling under frontend_commonGravatar t8951-0/+931