[Scummvm-git-logs] scummvm master -> 68fe8f77da9b01d00bad745db1b53aca22f8d1ce

ccawley2011 noreply at scummvm.org
Wed Mar 6 23:43:51 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
68fe8f77da DS: Remove duplicaFilesystemFactory creation


Commit: 68fe8f77da9b01d00bad745db1b53aca22f8d1ce
    https://github.com/scummvm/scummvm/commit/68fe8f77da9b01d00bad745db1b53aca22f8d1ce
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2024-03-06T23:37:20Z

Commit Message:
DS: Remove duplicaFilesystemFactory creation

Changed paths:
    backends/platform/ds/osystem_ds.cpp


diff --git a/backends/platform/ds/osystem_ds.cpp b/backends/platform/ds/osystem_ds.cpp
index 390b21d6e89..2292569c40f 100644
--- a/backends/platform/ds/osystem_ds.cpp
+++ b/backends/platform/ds/osystem_ds.cpp
@@ -54,7 +54,6 @@ OSystem_DS::OSystem_DS()
 	_instance = this;
 
 	nitroFSInit(NULL);
-	_fsFactory = new DevoptabFilesystemFactory();
 
 	DevoptabFilesystemFactory *fsFactory = new DevoptabFilesystemFactory();
 




More information about the Scummvm-git-logs mailing list