fix on other platforms

This commit is contained in:
Serena 2023-02-06 22:34:27 +03:00
parent cfe6ac5e03
commit 070194ef92
3 changed files with 3 additions and 2 deletions

View file

@ -60,6 +60,8 @@ SDLJoystick *joystick = NULL;
#if PPSSPP_PLATFORM(MAC) || PPSSPP_PLATFORM(IOS)
#include "UI/DarwinFileSystemServices.h"
#else
#define PostDarwinNotificationIfPossible(name, value)
#endif
#if PPSSPP_PLATFORM(MAC)