mirror of
https://github.com/halpz/re3.git
synced 2025-06-26 20:46:21 +00:00
Update CdStreamPosix.cpp
This commit is contained in:
@ -152,7 +152,7 @@ CdStreamInit(int32 numChannels)
|
||||
}
|
||||
#ifdef __linux__
|
||||
_gdwCdStreamFlags = O_RDONLY | O_NOATIME;
|
||||
#elif __FreeBSD__
|
||||
#else
|
||||
_gdwCdStreamFlags = O_RDONLY;
|
||||
#endif
|
||||
// People say it's slower
|
||||
|
Reference in New Issue
Block a user