index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
applets
/
profile_select.cpp
Age
Commit message (
Expand
)
Author
2021-07-14
applets: Append qt_ prefix to Qt frontend applets
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2020-12-05
applets: Resolve variable shadowing
Morph
2020-10-25
applets/profile_select: Resolve a warning in exec()
Morph
2020-10-22
Don't ask for profile when there's only one.
Kewlan
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-04-16
General: Resolve warnings related to missing declarations
Lioncash
2019-06-07
constants: Extract backup JPEG used by account services
Zach Hilman
2019-06-05
Merge pull request #2527 from lioncash/index
Zach Hilman
2019-05-30
Merge pull request #1931 from DarkLordZach/mii-database-1
bunnei
2019-05-29
profile_select: Remove unnecessary GetStatus() member function
Lioncash
2019-05-29
profile_select: Return int instead of u32 for GetIndex()
Lioncash
2019-05-19
yuzu/applets/profile_select: Mark header string as translatable
Lioncash
2019-04-25
profile_select: Port Service::Account::UUID to Common::UUID
Zach Hilman
2019-04-09
Merge pull request #2132 from FearlessTobi/port-4437
bunnei
2019-04-03
yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of...
Lioncash
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-03-16
yuzu: Make hotkeys configurable via the GUI
Adityarup Laha
2018-12-03
qt: Implement GUI dialog frontend for ProfileSelector
Zach Hilman