From 7d71fbeea22e79560db7f09b5eb1c53aae5175a5 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sun, 30 Aug 2009 17:01:03 +0000 Subject: Complete GFX rewrite with new features: - Standard and Dual-strike (240p) video modes, both with or without AA - Distinct textures for the overlay, game buffer and the cursor - Support for HW paletted textures - Less pixel buffer conversions - Cursor scaling - Support for kFeatureAspectRatioCorrection and kFeatureOverlaySupportsAlpha svn-id: r43830 --- backends/platform/wii/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/platform/wii/main.cpp') diff --git a/backends/platform/wii/main.cpp b/backends/platform/wii/main.cpp index c714a2a10e..801778395f 100644 --- a/backends/platform/wii/main.cpp +++ b/backends/platform/wii/main.cpp @@ -37,6 +37,8 @@ #include #endif +#include "gfx.h" + #ifdef __cplusplus extern "C" { #endif @@ -153,6 +155,8 @@ int main(int argc, char *argv[]) { printf("reloading\n"); + gfx_video_deinit(); + return res; } -- cgit v1.2.3