From 1e5e47f75e8bcad25f5793f0fddaa5c6f4b417fe Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 26 Jul 2017 23:13:01 -0500 Subject: [PATCH] winport - fix RGB/BGR of OSD rendering (all bpp's) --- desmume/src/frontend/modules/osd/agg/aggdraw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/frontend/modules/osd/agg/aggdraw.h b/desmume/src/frontend/modules/osd/agg/aggdraw.h index 16d4c91c9..2cc385622 100644 --- a/desmume/src/frontend/modules/osd/agg/aggdraw.h +++ b/desmume/src/frontend/modules/osd/agg/aggdraw.h @@ -220,7 +220,7 @@ namespace agg typedef PixFormatSetDeclaration > T_AGG_PF_RGB555; #if defined(WIN32) -typedef PixFormatSetDeclaration > T_AGG_PF_RGBA; +typedef PixFormatSetDeclaration > T_AGG_PF_RGBA; #else typedef PixFormatSetDeclaration > T_AGG_PF_RGBA; #endif