From 07006fd093836ea42089e5f8a09b587c16347292 Mon Sep 17 00:00:00 2001 From: raven02 Date: Thu, 19 Jun 2014 05:20:27 +0800 Subject: [PATCH] Add comment --- rpcs3/Emu/GS/sysutil_video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/Emu/GS/sysutil_video.h b/rpcs3/Emu/GS/sysutil_video.h index 6dd5197d0a..800196e60c 100644 --- a/rpcs3/Emu/GS/sysutil_video.h +++ b/rpcs3/Emu/GS/sysutil_video.h @@ -232,8 +232,8 @@ static const CellVideoOutResolution ResolutionTable[] = {1440, 1080}, //11 - 6 {1280, 1080}, //12 - 7 {960, 1080}, //13 - 8 - {960, 540}, //14 - 9 - {1024,768}, //15 - 10 + {960, 540}, //14 - 9 (Terraria [BLES01938]) + {1024,768}, //15 - 10 (Eskiss Homebrew) }; inline static u32 ResolutionIdToNum(u32 id)