server list colors, unicode parse bug

fixes bug in parsing names from the server file, double s letters wouldnt parse correctly
attempted to add color parsing to server list text but it appears that buttons dont accept color? i left the code in for anyone who is interested to take a look
This commit is contained in:
DrPerkyLegit
2026-06-28 15:18:10 -04:00
parent 606d09a4e8
commit 2eb55af875
3 changed files with 32 additions and 8 deletions
@@ -270,6 +270,8 @@ private:
void BeginAddServer();
void AppendServerToFile(const wstring& ip, const wstring& port, const wstring& name);
static int AddServerKeyboardCallback(LPVOID lpParam, bool bRes);
void RefreshServerListHtmlPatch();
#endif
#if defined(__PS3__) || defined(__PSVITA__) || defined(__ORBIS__)