CMake: Swap USE_ and WITH_ for ENABLE_
Consistency.
This commit is contained in:
@ -479,7 +479,7 @@ void UpdateMemorySaveStateSettings();
|
||||
bool LoadRewindState(u32 skip_saves = 0, bool consume_state = true);
|
||||
void SetRunaheadReplayFlag();
|
||||
|
||||
#ifdef WITH_DISCORD_PRESENCE
|
||||
#ifdef ENABLE_DISCORD_PRESENCE
|
||||
/// Called when rich presence changes.
|
||||
void UpdateDiscordPresence();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user