Turn off ultra logging

This commit is contained in:
starfrost013
2025-04-12 14:53:42 +01:00
parent 15f49638e0
commit 371a2d269b
2 changed files with 6 additions and 1 deletions

View File

@@ -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)

View File

@@ -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
{
}