Skip to content

Commit

Permalink
fix this define
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtleP committed Apr 23, 2024
1 parent 1d05266 commit 060d4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 060d4d1

Please sign in to comment.