From 060d4d16e5a1cadd2461d26ad1ddc9ec0fcdf93b Mon Sep 17 00:00:00 2001 From: TurtleP Date: Tue, 23 Apr 2024 16:30:02 -0400 Subject: [PATCH] fix this define --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14757c53..86a89c55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ if(NINTENDO_3DS) target_compile_definitions(${PROJECT_NAME} PRIVATE __CONSOLE__="3DS" __OS__="Horizon" - __RENDERER_NAME__="citro3d" __RENDERER_VERSION__ = "1.7.0" + __RENDERER_NAME__="citro3d" __RENDERER_VERSION__="1.7.0" __RENDERER_VENDOR__="devkitPro" __RENDERER_DEVICE__="DMP PICA200" )