Skip to content

Commit

Permalink
Change media website
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed May 2, 2024
1 parent 6cfd0f4 commit c0c558b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/retro_achievements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ void retro_achievements_initialize(void* state)
// RetroAchievements doesn't enable CORS, so we use a reverse proxy
#ifdef SE_PLATFORM_WEB
rc_api_set_host("https://api.achieve.skyemoo.pandasemi.co");
rc_api_set_image_host("https://media.retroachievements.org");
rc_api_set_image_host("https://api.achieve.skyemoo.pandasemi.co");
#endif

std::string path = se_get_pref_path();
Expand Down

0 comments on commit c0c558b

Please sign in to comment.