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_gamelist.cpp
Age
Commit message (
Expand
)
Author
2020-01-24
yuzu/configuration: create UI tab and move gamelist settings there
FearlessTobi
2020-01-19
GUI/gamelist: add "None" as an option for second row and remove dynamically d...
Bartosz Kaszubowski
2019-08-09
yuzu/CMakeLists: Remove qt5_wrap_ui macro usage
Lioncash
2019-06-05
yuzu/configuration: Make all widgets and dialogs aware of language changes
Lioncash
2019-06-05
yuzu/configuration: Make function naming consistent
Lioncash
2019-05-19
yuzu/configuration/configure_gamelist: Specify string conversions explicitly
Lioncash
2018-11-18
Merge pull request #1640 from DarkLordZach/game-list-reload
bunnei
2018-11-03
game_list: Only reload game list after relevant settings changed
Zach Hilman
2018-11-01
game_list: Make add-ons column optional
Zach Hilman
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-12
yuzu/configure_gamelist: Make combo box strings translatable
Lioncash
2018-09-12
yuzu/configure_gamelist: Use std::array instead of std::vector for translatab...
Lioncash
2018-09-12
yuzu/configure_gamelist: Move combo box initializtion to their own functions
Lioncash
2018-08-07
configure_gamelist: Use explicit QVariant constructor
Zach Hilman
2018-08-06
Use const where applicable
Zach Hilman
2018-08-06
Avoid parsing RomFS to directory in NCA
Zach Hilman