mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Turn off I/O logging, oops
This commit is contained in:
parent
9b56c9e1f8
commit
3564333582
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ constexpr bool SIMULATE_SLOW_IO = false;
|
|||
#else
|
||||
constexpr bool SIMULATE_SLOW_IO = false;
|
||||
#endif
|
||||
constexpr bool LOG_IO = true;
|
||||
constexpr bool LOG_IO = false;
|
||||
|
||||
#ifndef S_ISDIR
|
||||
#define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue