mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
don't log idle by default
This commit is contained in:
parent
6ce90725a1
commit
1555935b8a
1 changed files with 1 additions and 1 deletions
|
@ -805,7 +805,7 @@ static __inline int isspace_(int c)
|
|||
# ifdef __x86_64__ // HACK
|
||||
# define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY)
|
||||
# else
|
||||
# define EL_LOGMASK (EL_STATUS|EL_IDLE)
|
||||
# define EL_LOGMASK (EL_STATUS)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue