Commit 5648d4e8 authored by Rafaël Carré's avatar Rafaël Carré

Fix inverted logic

We should still default to multimedia clock instead of performance
parent a54c03c5
......@@ -725,7 +725,7 @@ static void SelectClockSource (vlc_object_t *obj)
return;
}
#if !VLC_WINSTORE_APP
#if VLC_WINSTORE_APP
const char *name = "perf";
#else
const char *name = "multimedia";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment