aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJack <66967891+ASpoonPlaysGames@users.noreply.github.com>2023-10-07 11:40:31 +0100
committerGitHub <noreply@github.com>2023-10-07 12:40:31 +0200
commit15b3b65fc4e88fe98ba12b4d7603e396fba91fb3 (patch)
tree2bda073e3a7340445dfa8e5b2ea0288ef2efe815 /.github
parent1c3bafd8efd56c4f0bb11a952fb192f60bcf42c0 (diff)
downloadNorthstarMods-15b3b65fc4e88fe98ba12b4d7603e396fba91fb3.tar.gz
NorthstarMods-15b3b65fc4e88fe98ba12b4d7603e396fba91fb3.zip
Display origin auth failure in a dialog (#648)v1.19.5-rc1v1.19.5
Currently, we don't do anything with origin auth failure, meaning the next request just fails, and we get not particularly relevant error messages (player not found, invalid masterserver token)
Diffstat (limited to '.github')
-rw-r--r--.github/nativefuncs.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/nativefuncs.json b/.github/nativefuncs.json
index 6f46095fd..13a7edd3d 100644
--- a/.github/nativefuncs.json
+++ b/.github/nativefuncs.json
@@ -729,6 +729,12 @@
"helpText":"",
"returnTypeString":"void",
"argTypes":"struct presence"
+ },
+ {
+ "name":"NSGetMasterServerAuthResult",
+ "helpText":"",
+ "returnTypeString":"MasterServerAuthResult",
+ "argTypes":""
}
]
} \ No newline at end of file