aboutsummaryrefslogtreecommitdiff
path: root/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'core.c')
-rw-r--r--core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core.c b/core.c
index 6be799f..29544b6 100644
--- a/core.c
+++ b/core.c
@@ -623,6 +623,7 @@ int core_load_content(struct content *content) {
sample_rate = av_info.timing.sample_rate;
frame_rate = av_info.timing.fps;
aspect_ratio = av_info.geometry.aspect_ratio;
+ plat_reinit();
#ifdef MMENU
content_based_name(content, save_template_path, MAX_PATH, save_dir, NULL, ".st%i");