mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2025-01-03 15:15:37 +00:00
I knew I shouldn't have checked in this dll
This commit is contained in:
parent
a5a56bcf68
commit
e7cdfaa64e
Binary file not shown.
|
@ -211,9 +211,9 @@ bool RegisterForEvent(const char* evtName)
|
||||||
}
|
}
|
||||||
|
|
||||||
DISCORD_EXPORT void Discord_Initialize(const char* applicationId,
|
DISCORD_EXPORT void Discord_Initialize(const char* applicationId,
|
||||||
DiscordEventHandlers* handlers,
|
DiscordEventHandlers* handlers,
|
||||||
int autoRegister,
|
int autoRegister,
|
||||||
const char* optionalSteamId)
|
const char* optionalSteamId)
|
||||||
{
|
{
|
||||||
if (autoRegister) {
|
if (autoRegister) {
|
||||||
if (optionalSteamId && optionalSteamId[0]) {
|
if (optionalSteamId && optionalSteamId[0]) {
|
||||||
|
|
Loading…
Reference in a new issue