mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 04:20:30 +00:00
* BugFix: Corrections to the Unix file IO to allow for compilation on ARM Unix devics.
This commit is contained in:
parent
ac3126765f
commit
dd03af5041
4 changed files with 94 additions and 84 deletions
|
|
@ -175,9 +175,4 @@ bool MacFileSystemChangeNotifier::internalRemoveNotification( const Torque::Path
|
|||
Torque::FS::FileSystemRef Platform::FS::createNativeFS( const String &volume )
|
||||
{
|
||||
return new MacFileSystem( volume );
|
||||
}
|
||||
|
||||
bool Torque::FS::VerifyWriteAccess(const Torque::Path &path)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue