From 371a2d269b15710d884ba74410a50f5ce2286a56 Mon Sep 17 00:00:00 2001 From: starfrost013 Date: Sat, 12 Apr 2025 14:53:42 +0100 Subject: [PATCH] Turn off ultra logging --- CMakeLists.txt | 2 +- src/video/nv/nv3/subsystems/nv3_pramdac.c | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9825b9ef..52f24f4b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,7 +139,7 @@ option(DISCORD "Discord Rich Presence support" option(DEBUGREGS486 "Enable debug register opeartion on 486+ CPUs" OFF) # Remove when merged, should just be -D option(NV_LOG "NVidia RIVA 128 debug logging" ON) -option(NV_LOG_ULTRA "Even more NVidia RIVA 128 debug logging" ON) +option(NV_LOG_ULTRA "Even more NVidia RIVA 128 debug logging" OFF) if (NV_LOG) add_compile_definitions(ENABLE_NV_LOG) diff --git a/src/video/nv/nv3/subsystems/nv3_pramdac.c b/src/video/nv/nv3/subsystems/nv3_pramdac.c index 8f16cb015..5597e2f73 100644 --- a/src/video/nv/nv3/subsystems/nv3_pramdac.c +++ b/src/video/nv/nv3/subsystems/nv3_pramdac.c @@ -405,4 +405,9 @@ void nv3_pramdac_write(uint32_t address, uint32_t value) { nv_log(": Unknown register write (address=0x%08x)\n", address); } +} + +uint32_t nv3_pramdac_read_clut(void) //4bpp/8bpp +{ + } \ No newline at end of file