mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 19:55:46 -04:00
dep/rcheevos: Update to 3d01191
This commit is contained in:
@ -1150,6 +1150,9 @@ static void rc_api_update_host(char** host, const char* hostname) {
|
||||
}
|
||||
|
||||
void rc_api_set_host(const char* hostname) {
|
||||
if (hostname && strcmp(hostname, RETROACHIEVEMENTS_HOST) == 0)
|
||||
hostname = NULL;
|
||||
|
||||
rc_api_update_host(&g_host, hostname);
|
||||
|
||||
if (!hostname) {
|
||||
|
Reference in New Issue
Block a user