mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37: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
|
// emulation event logging
|
||||||
#ifndef EL_LOGMASK
|
#ifndef EL_LOGMASK
|
||||||
# ifdef __x86_64__ // HACK
|
# ifdef __x86_64__ // HACK
|
||||||
# define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY)
|
# define EL_LOGMASK (EL_STATUS|EL_ANOMALY)
|
||||||
# else
|
# else
|
||||||
# define EL_LOGMASK (EL_STATUS)
|
# define EL_LOGMASK (EL_STATUS)
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue