From cbfdc9cf97f6bf9bc809c255733b8c3af9f24e2e Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Fri, 16 Dec 2011 18:54:12 +0100 Subject: [PATCH] (Libxenon) Changed texture size to 512x512 - stop libxenon development for now - no double buffering/triple buffering available - return to it when it's more mature --- xenon/xenon360_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xenon/xenon360_video.c b/xenon/xenon360_video.c index ed1708a95d..fdd8369569 100644 --- a/xenon/xenon360_video.c +++ b/xenon/xenon360_video.c @@ -31,8 +31,8 @@ #include "config.h" #endif -#define XE_W 1024 -#define XE_H 1024 +#define XE_W 512 +#define XE_H 512 #define UV_BOTTOM 0 #define UV_TOP 1