yuzu-android/src
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
..
audio_core cubeb_sink: ignore null-name device when selecting 2018-10-27 00:43:04 +02:00
common logging/backend: Add missing services to the log filters 2018-10-23 22:35:59 -04:00
core configure_system: Contrain profile usernames to 32 characters 2018-10-31 02:05:00 -04:00
input_common
tests
video_core Correct bpp value for ASTC_2D_8X5 2018-10-28 19:49:10 +01:00
web_service Merge pull request #1542 from lioncash/project 2018-10-23 18:44:08 -04:00
yuzu configure_system: Contrain profile usernames to 32 characters 2018-10-31 02:05:00 -04:00
yuzu_cmd acc: Fix account UUID duplication error 2018-10-23 19:31:28 -04:00
.clang-format
CMakeLists.txt