From f56a0849b0cd594234941c24a99e8eb6da7100a5 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Fri, 7 Mar 2025 18:42:30 -0600 Subject: Fixed compilation error --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8998c8c15..847c9c16d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,11 +94,8 @@ set(VERSION us) set(USE_NETWORKING ON) set(SKIP_XCODE_VERSION_CHECK ON) -if(CMAKE_SYSTEM_NAME STREQUAL "NintendoSwitch") +# TODO: Sorry i broke this set(GFX_DEBUG_DISASSEMBLER OFF) -else() -set(GFX_DEBUG_DISASSEMBLER ON) -endif() # Add compile definitions for the target add_compile_definitions( -- cgit v1.2.3