mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 16:35:41 -04: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…
x
Reference in New Issue
Block a user