1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-19 05:02:02 +00:00
Ryujinx/src/Ryujinx.UI.Common
MutantAura 44dbab3848
discordRPC: Truncate game title and details if they exceed discord byte limit. (#6581)
* Truncate game title and details if they exceed DiscordRPC limit.

* Update implementation to a byte total check.

* Track if the string has actually been modified correctly.

* Allow an early function return and simplify logic.

* Better handling of large input strings and minimise loop opportunities.

* Remove unused using.

* Update to `applicationName` over `titleName`.
2024-05-14 16:36:44 +02:00
..
App Infra: Capitalisation Consistency (#6296) 2024-02-11 03:09:18 +01:00
Configuration UI: Fix some MainWindow bugs and implement menubar items to change window size. (#6750) 2024-05-01 18:21:24 +02:00
Extensions
Helper Disable CLI setting persistence for HW-accelerated GUI. (#6620) 2024-04-07 20:58:05 -03:00
Models
Resources New gamecard icons (#6557) 2024-03-23 21:33:27 +01:00
SystemInfo
DiscordIntegrationModule.cs discordRPC: Truncate game title and details if they exceed discord byte limit. (#6581) 2024-05-14 16:36:44 +02:00
Ryujinx.UI.Common.csproj
UserError.cs