mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 02:39:02 +00:00
Update CdStreamPosix.cpp
This commit is contained in:
parent
21e1e7a474
commit
4b6cc0188b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue