From 9599a84e4b0340257dedba05e4cc5b0654c86a89 Mon Sep 17 00:00:00 2001 From: TakaRikka Date: Tue, 31 Mar 2026 00:47:41 -0700 Subject: [PATCH] enable hyrule field speedhack for now --- src/d/d_map_path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/d_map_path.cpp b/src/d/d_map_path.cpp index a07f681f45..b5ecee95b3 100644 --- a/src/d/d_map_path.cpp +++ b/src/d/d_map_path.cpp @@ -455,7 +455,7 @@ dMpath_n::dTexObjAggregate_c dMpath_n::m_texObjAgg; * make the map look worse for extra speed in the emulator, especially in large * areas such as hyrule field. */ -// #define HYRULE_FIELD_SPEEDHACK +#define HYRULE_FIELD_SPEEDHACK void dRenderingFDAmap_c::renderingDecoration(dDrawPath_c::line_class const* p_line) { s32 width = getDecorationLineWidth(p_line->field_0x1);