mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(OSX) Buildfix for Discord
This commit is contained in:
parent
9b73f2a38c
commit
cff87ab1e0
5
deps/discord-rpc/src/discord_register_osx.m
vendored
5
deps/discord-rpc/src/discord_register_osx.m
vendored
@ -3,6 +3,11 @@
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
int get_process_id(void)
|
||||
{
|
||||
return getpid();
|
||||
}
|
||||
|
||||
static void RegisterCommand(const char* applicationId, const char* command)
|
||||
{
|
||||
/* There does not appear to be a way to register arbitrary commands on OSX, so instead we'll save the command
|
||||
|
Loading…
Reference in New Issue
Block a user