mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
don't do idle log - it's not useful
This commit is contained in:
parent
98a3d79ba2
commit
91be5ebd10
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ static __inline int isspace_(int c)
|
|||
// emulation event logging
|
||||
#ifndef EL_LOGMASK
|
||||
# ifdef __x86_64__ // HACK
|
||||
# define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY)
|
||||
# define EL_LOGMASK (EL_STATUS|EL_ANOMALY)
|
||||
# else
|
||||
# define EL_LOGMASK (EL_STATUS)
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue