[Scummvm-cvs-logs] scummvm master -> b6e5865fcebfbacaa401fe3ecb1e1951613263ab

digitall dgturner at iee.org
Sun Jan 26 12:16:37 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b6e5865fce WII: Add missing dvd interface header for Gamecube build.


Commit: b6e5865fcebfbacaa401fe3ecb1e1951613263ab
    https://github.com/scummvm/scummvm/commit/b6e5865fcebfbacaa401fe3ecb1e1951613263ab
Author: D G Turner (digitall at scummvm.org)
Date: 2014-01-26T03:19:53-08:00

Commit Message:
WII: Add missing dvd interface header for Gamecube build.

Changed paths:
    backends/fs/wii/wii-fs-factory.cpp



diff --git a/backends/fs/wii/wii-fs-factory.cpp b/backends/fs/wii/wii-fs-factory.cpp
index 1c67ae4..f234c1e 100644
--- a/backends/fs/wii/wii-fs-factory.cpp
+++ b/backends/fs/wii/wii-fs-factory.cpp
@@ -33,6 +33,9 @@
 #ifdef USE_WII_DI
 #include <di/di.h>
 #include <iso9660.h>
+#ifdef GAMECUBE
+#include <ogc/dvd.h>
+#endif
 #endif
 
 #ifdef USE_WII_SMB






More information about the Scummvm-git-logs mailing list