mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 14:25:37 +00:00
CPU: Drop cache control log to dev level
This commit is contained in:
parent
52dbcbaca5
commit
9089c97339
|
@ -1291,7 +1291,7 @@ ALWAYS_INLINE_RELEASE static void WriteICache(VirtualMemoryAddress address, u32
|
||||||
|
|
||||||
static void WriteCacheControl(u32 value)
|
static void WriteCacheControl(u32 value)
|
||||||
{
|
{
|
||||||
Log_WarningPrintf("Cache control <- 0x%08X", value);
|
Log_DevPrintf("Cache control <- 0x%08X", value);
|
||||||
|
|
||||||
CacheControl changed_bits{g_state.cache_control.bits ^ value};
|
CacheControl changed_bits{g_state.cache_control.bits ^ value};
|
||||||
g_state.cache_control.bits = value;
|
g_state.cache_control.bits = value;
|
||||||
|
|
Loading…
Reference in a new issue