[Scummvm-cvs-logs] scummvm-test master -> 49622c3c1067dd0a48525badc3306a12ccd94bbb

ScummVM git noreply at scummvm.org
Sat Feb 12 14:36:42 CET 2011


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


Commit: 49622c3c1067dd0a48525badc3306a12ccd94bbb
    https://github.com/scummvm/scummvm-test/commit/49622c3c1067dd0a48525badc3306a12ccd94bbb
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-02-12T05:31:07-08:00

Commit Message:
WII: test

Changed paths:
    backends/platform/wii/main.cpp
    backends/platform/wii/options.cpp
    backends/platform/wii/osystem.cpp
    backends/platform/wii/osystem_events.cpp
    backends/platform/wii/osystem_gfx.cpp
    backends/platform/wii/osystem_sfx.cpp


diff --git a/backends/platform/wii/main.cpp b/backends/platform/wii/main.cpp
index aa68853..9bbd43b 100644
--- a/backends/platform/wii/main.cpp
+++ b/backends/platform/wii/main.cpp
@@ -244,3 +244,4 @@ int main(int argc, char *argv[]) {
 }
 #endif
 
+
diff --git a/backends/platform/wii/options.cpp b/backends/platform/wii/options.cpp
index ffabc5a..68cb181 100644
--- a/backends/platform/wii/options.cpp
+++ b/backends/platform/wii/options.cpp
@@ -316,3 +316,4 @@ void WiiOptionsDialog::save() {
 	ConfMan.flushToDisk();
 }
 
+
diff --git a/backends/platform/wii/osystem.cpp b/backends/platform/wii/osystem.cpp
index 2aefe48..dbcd2ce 100644
--- a/backends/platform/wii/osystem.cpp
+++ b/backends/platform/wii/osystem.cpp
@@ -365,3 +365,4 @@ Common::String OSystem_Wii::getSystemLanguage() const {
 	}
 }
 #endif // !GAMECUBE
+
diff --git a/backends/platform/wii/osystem_events.cpp b/backends/platform/wii/osystem_events.cpp
index 5d0bca4..57aa7fd 100644
--- a/backends/platform/wii/osystem_events.cpp
+++ b/backends/platform/wii/osystem_events.cpp
@@ -449,3 +449,4 @@ bool OSystem_Wii::pollEvent(Common::Event &event) {
 	return false;
 }
 
+
diff --git a/backends/platform/wii/osystem_gfx.cpp b/backends/platform/wii/osystem_gfx.cpp
index 09575bb..47366c9 100644
--- a/backends/platform/wii/osystem_gfx.cpp
+++ b/backends/platform/wii/osystem_gfx.cpp
@@ -758,3 +758,4 @@ void OSystem_Wii::setMouseCursor(const byte *buf, uint w, uint h, int hotspotX,
 		_cursorPaletteDirty = true;
 }
 
+
diff --git a/backends/platform/wii/osystem_sfx.cpp b/backends/platform/wii/osystem_sfx.cpp
index 33397f0..220b5a3 100644
--- a/backends/platform/wii/osystem_sfx.cpp
+++ b/backends/platform/wii/osystem_sfx.cpp
@@ -130,3 +130,4 @@ void OSystem_Wii::deinitSfx() {
 	}
 }
 
+






More information about the Scummvm-git-logs mailing list