From 0fc6a9bb4568c10e35019cd0928f641202808ed2 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Wed, 1 Dec 2010 12:23:37 +0000 Subject: WII: Add system language auto-detection. svn-id: r54697 --- backends/platform/wii/osystem.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'backends/platform/wii/osystem.h') diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h index ed33b43a81..ddfa905a77 100644 --- a/backends/platform/wii/osystem.h +++ b/backends/platform/wii/osystem.h @@ -213,7 +213,10 @@ public: virtual Common::TimerManager *getTimerManager(); virtual FilesystemFactory *getFilesystemFactory(); virtual void getTimeAndDate(TimeDate &t) const; + +#ifndef GAMECUBE + virtual Common::String getSystemLanguage() const; +#endif // GAMECUBE }; #endif - -- cgit v1.2.3