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