mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
IPHONE: Use OSystem's _fsFactory slot
This commit is contained in:
parent
c74c8a59d9
commit
0a0c6ac07d
backends/platform/iphone
@ -72,7 +72,6 @@ OSystem_IPHONE::OSystem_IPHONE() :
|
||||
OSystem_IPHONE::~OSystem_IPHONE() {
|
||||
AudioQueueDispose(s_AudioQueue.queue, true);
|
||||
|
||||
delete _fsFactory;
|
||||
delete _mixer;
|
||||
delete _offscreen;
|
||||
delete _fullscreen;
|
||||
|
@ -108,7 +108,6 @@ protected:
|
||||
bool _fullScreenIsDirty;
|
||||
bool _fullScreenOverlayIsDirty;
|
||||
int _screenChangeCount;
|
||||
FilesystemFactory *_fsFactory;
|
||||
|
||||
public:
|
||||
|
||||
@ -171,7 +170,6 @@ public:
|
||||
virtual int getScreenChangeID() const { return _screenChangeCount; }
|
||||
virtual void quit();
|
||||
|
||||
FilesystemFactory *getFilesystemFactory() { return _fsFactory; }
|
||||
virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0);
|
||||
virtual void getTimeAndDate(TimeDate &t) const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user