Change location of create fs factory for Symbian!
svn-id: r34362
This commit is contained in:
parent
2c36f00ff2
commit
f88ad12952
1 changed files with 1 additions and 2 deletions
|
@ -137,6 +137,7 @@ OSystem_SDL_Symbian::zoneDesc OSystem_SDL_Symbian::_zones[TOTAL_ZONES] = {
|
|||
};
|
||||
OSystem_SDL_Symbian::OSystem_SDL_Symbian() :_channels(0),_stereo_mix_buffer(0) {
|
||||
_RFs = &CEikonEnv::Static()->FsSession();
|
||||
_fsFactory = new SymbianFilesystemFactory();
|
||||
}
|
||||
|
||||
void OSystem_SDL_Symbian::initBackend() {
|
||||
|
@ -160,8 +161,6 @@ void OSystem_SDL_Symbian::initBackend() {
|
|||
actions->initInstanceMain(this);
|
||||
actions->loadMapping();
|
||||
initZones();
|
||||
|
||||
_fsFactory = new SymbianFilesystemFactory();
|
||||
}
|
||||
|
||||
OSystem_SDL_Symbian::~OSystem_SDL_Symbian() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue