summaryrefslogtreecommitdiffstats
path: root/src/core/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r--src/core/main.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp
index 7d8bdb5e..9083646d 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -303,7 +303,12 @@ PluginAttach(void)
return FALSE;
}
-
+#ifndef LIBRW
+ if (!RtAnimInitialize())
+ {
+ return FALSE;
+ }
+#endif
if( !RpHAnimPluginAttach() )
{
printf("Couldn't attach RpHAnim plugin\n");