From 7ea9bb1ec41971098ba1cf6a3b8923dd65ef9811 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 29 Mar 2026 23:02:49 -0600 Subject: [PATCH] Increase shadow resolution --- src/d/d_drawlist.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/d/d_drawlist.cpp b/src/d/d_drawlist.cpp index ee6b01f9fd..410c7ff477 100644 --- a/src/d/d_drawlist.cpp +++ b/src/d/d_drawlist.cpp @@ -1398,7 +1398,11 @@ void dDlst_shadowSimple_c::set(cXyz* param_0, f32 param_1, f32 param_2, cXyz* pa } void dDlst_shadowControl_c::init() { +#if TARGET_PC + static u16 l_realImageSize[2] = {512, 256}; +#else static u16 l_realImageSize[2] = {192, 64}; +#endif for (int i = 0; i < 2; i++) { u16 size = l_realImageSize[i];