|
@@ -26,11 +26,17 @@
|
|
|
|
|
|
#ifdef VIVANTE_PLATFORM_GENERIC
|
|
#ifdef VIVANTE_PLATFORM_GENERIC
|
|
|
|
|
|
-int VIVANTE_SetupPlatform(_THIS)
|
|
|
|
|
|
+int
|
|
|
|
+VIVANTE_SetupPlatform(_THIS)
|
|
{
|
|
{
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+void
|
|
|
|
+VIVANTE_CleanupPlatform(_THIS)
|
|
|
|
+{
|
|
|
|
+}
|
|
|
|
+
|
|
#endif /* VIVANTE_PLATFORM_GENERIC */
|
|
#endif /* VIVANTE_PLATFORM_GENERIC */
|
|
|
|
|
|
#endif /* SDL_VIDEO_DRIVER_VIVANTE */
|
|
#endif /* SDL_VIDEO_DRIVER_VIVANTE */
|