index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
configuration
/
configure_per_game.cpp
Age
Commit message (
Expand
)
Author
2023-07-21
configure_cpu: Generate UI
lat9nq
2023-07-21
configuration: Use a mapping of setting value to name
lat9nq
2023-07-21
configure_audio: Implement ui generation
lat9nq
2023-07-21
configure_system: Implement with for loop
lat9nq
2023-07-21
per_game: Remove general tab
lat9nq
2023-07-21
configure_general: Generate UI using containers
lat9nq
2023-07-21
configure_graphics: Partial runtime implementation
lat9nq
2023-07-21
configure_graphics_advance: Generate UI at runtime
lat9nq
2023-07-21
configure_per_game: Rename group to tab_group
lat9nq
2023-07-21
configuration: Add base class to tabs
lat9nq
2023-06-06
yuzu-qt: Load Vulkan device info at startup
lat9nq
2023-05-07
yuzu-qt/config: Add option to disable compute on Intel
lat9nq
2023-01-25
main: Globally disable the "?" button on dialogs
Morph
2022-11-28
config: Custom profile detection fixes
ameerj
2022-11-20
Configuration: Add per-game input profiles
ameerj
2022-09-04
yuzu: Use a debugger to generate minidumps
lat9nq
2022-06-14
configure_per_game: Eliminate variable shadowing
Morph
2022-06-13
yuzu: Eliminate variable shadowing
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-20
yuzu: Reduce unused includes
ameerj
2022-01-04
configure_per_game: Initialize tabs after loading custom configuration
lat9nq
2021-10-25
Geometry property removal and rewording
Moonlacer
2021-10-07
yuzu qt: Remove global system instances from config, WaitTree, main
lat9nq
2021-06-23
Simple resizing of the Per-Game configuration window and removal of useless H...
OZtistic
2021-06-02
yuzu qt: Revert some usages of string_view
lat9nq
2021-06-01
Merge pull request #6361 from lat9nq/per-hb-cfg
bunnei
2021-05-27
Merge pull request #6346 from lat9nq/apply-config-pgc
Ameer J
2021-05-25
yuzu qt: Restore const qualifiers
lat9nq
2021-05-25
yuzu qt: Handle per-game configs for title id 0
lat9nq
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-25
yuzu qt: Add an Apply button to configuration dialogs
lat9nq
2021-05-16
configuration: Add CPU tab to game properties
lat9nq
2021-04-14
common: Move settings to common from core.
bunnei
2020-11-27
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-15
input_profiles: Implement input profiles
Morph
2020-11-04
core/settings: Move configuring_global behind an API
Lioncash
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq