mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
Update CdStreamPosix.cpp
This commit is contained in:
parent
21e1e7a474
commit
4b6cc0188b
@ -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 New Issue
Block a user