mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Don't crash on really long release notes
Also wrap URLs and such and don't scroll past the end
This commit is contained in:
@@ -91,6 +91,9 @@ namespace StoreUtils {
|
||||
void SortHandle(bool &asc, SortType &st);
|
||||
|
||||
/* Release Notes. */
|
||||
size_t FindSplitPoint(const std::string &str, const std::vector<std::string> splitters);
|
||||
void ProcessReleaseNotes(std::string ReleaseNotes);
|
||||
|
||||
void DrawReleaseNotes(const int &scrollIndex, const std::unique_ptr<StoreEntry> &entry);
|
||||
void ReleaseNotesLogic(int &scrollIndex, int &storeMode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user