mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-01 02:41:54 +02: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