Don't block local adapter related ips in experimental build.

This commit is contained in:
Mr_Goldberg 2020-04-30 13:36:59 -04:00
parent 0857125d03
commit 0f6ae7f09e
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
3 changed files with 56 additions and 0 deletions

View file

@ -516,6 +516,7 @@ public:
}
};
void set_adapter_ips(uint32_t *from, uint32_t *to, unsigned num_ips);
#ifdef EMU_EXPERIMENTAL_BUILD
bool crack_SteamAPI_RestartAppIfNecessary(uint32 unOwnAppID);
bool crack_SteamAPI_Init();