mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
use non-HTTPS until everything is converted
This commit is contained in:
parent
bc4a9a3696
commit
41e25902a1
@ -514,6 +514,9 @@ void rcheevos_client_start_session(unsigned game_id)
|
||||
rcheevos_locals->user_agent_core,
|
||||
sizeof(rcheevos_locals->user_agent_core));
|
||||
|
||||
/* force non-HTTPS until everything uses RAPI */
|
||||
rc_api_set_host("http://retroachievements.org");
|
||||
|
||||
/* schedule the first rich presence call in 30 seconds */
|
||||
{
|
||||
rcheevos_async_io_request *request = (rcheevos_async_io_request*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user