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:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user