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
Age
Commit message (
Expand
)
Author
2024-02-17
Merge pull request #13047 from anpilley/import-firmware
liamwhite
2024-02-18
Add check for corrupted firmware files after install.
Andrew Pilley
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-25
Address review comments and fix compilation problems
FearlessTobi
2024-01-25
fs: Replace Mode enum by OpenMode enum
FearlessTobi
2024-01-25
frontend_common: Consistently use references
t895
2024-01-25
frontend_common: Remove key rederivation and keep key check
t895
2024-01-21
frontend_common: Remove default value for installer callbacks
t895
2024-01-21
frontend_common: Move integrity verification to content_manager
t895
2024-01-19
frontend_common: Add documentation for content_mananger
t895
2024-01-19
android: Add addon delete button
t895
2024-01-19
frontend_common: Add content manager utility functions
t895
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: Do not count "." as a special character
t895
2023-12-30
frontend_common: config: Refactor WriteSetting to stricter types
t895
2023-12-12
frontend_common: Fix settings reload bug
t895
2023-11-29
Merge pull request #12204 from t895/config-migration
liamwhite
2023-11-27
android: Multi directory UI
t895
2023-11-26
cmake: prefer system simpleini library
Alexandre Bouvier
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