yuzu-emu
/
yuzu-android
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu-android/src/yuzu/util
Lioncash a6830e61b8 configure_system: Contrain profile usernames to 32 characters
Previously, we would let a user enter an unbounded name and then
silently truncate away characters that went over the 32-character limit.
This is kind of bad from the UX point of view, because we're essentially
not doing what the user intended in certain scenarios.

Instead, we clamp it to 32 characters and make that visually apparent in
the dialog box to provide a name for a user.
2018-10-31 02:05:00 -04:00
..
limitable_input_dialog.cpp configure_system: Contrain profile usernames to 32 characters 2018-10-31 02:05:00 -04:00
limitable_input_dialog.h configure_system: Contrain profile usernames to 32 characters 2018-10-31 02:05:00 -04:00
spinbox.cpp qt: Migrate to Qt 5 signal/slot connection syntax where applicable 2018-01-18 20:09:40 -05:00
spinbox.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
util.cpp yuzu/util: Antialias game list compatibility pixmaps 2018-09-17 06:01:14 -04:00
util.h Show game compatibility within yuzu 2018-08-29 15:42:53 +02:00