add missing member to this struct

This commit is contained in:
CasualPokePlayer 2024-01-16 22:04:30 -08:00
parent 1b7fe8e7fd
commit 62afd3c747
1 changed files with 2 additions and 0 deletions

View File

@ -273,6 +273,8 @@ namespace BizHawk.Client.EmuHawk
public readonly string api_token = api_token;
public readonly uint game_id = game_id;
[MarshalAs(UnmanagedType.LPUTF8Str)]
public readonly string rich_presence = rich_presence;
[MarshalAs(UnmanagedType.LPUTF8Str)]
public readonly string game_hash = game_hash;
[MarshalAs(UnmanagedType.Bool)]
public readonly bool hardcore = hardcore;