mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Turn off ultra logging
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user