Skip to content

Commit

Permalink
Define URLs properly in wwfcPatch.s
Browse files Browse the repository at this point in the history
  • Loading branch information
mkwcat committed Nov 30, 2023
1 parent 27249e2 commit 440dcca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions patch/wwfcPatch.s
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
#include <wwfcError.h>

#ifndef WWFC_DOMAIN
# define WWFC_DOMAIN "wiilink24.com"

# ifdef PROD
# define WWFC_DOMAIN "wiilink24.com"
# else
# define WWFC_DOMAIN "nwfc.wiinoma.com" // Points to localhost
# endif

#endif

#define IBAT4U 560
Expand Down Expand Up @@ -200,5 +206,5 @@ GCT_STRING_END(AvailableURLOverride)


GCT_STRING(ADDRESS_NASWII_AC_URL + 0x4, AuthURLOverride) // 0x8027A42C
.ascii "://naswii." WWFC_DOMAIN "/p0\0"
.ascii "://nas." WWFC_DOMAIN "/p0\0"
GCT_STRING_END(AuthURLOverride)

0 comments on commit 440dcca

Please sign in to comment.