rpcsx/rpcs3/Emu/HDD
Lioncash 479ef45aec Fix a case where m_hdd_file is passed to m_file uninitialized.
Due to the way initializations work in C++, despite the order of the initializations in the initialization list, it will actually do the initializing in the order the class variables are defined.
2014-03-30 00:08:16 -04:00
..
HDD.cpp Fixed cellFsOpen & cellFsOpendir 2014-02-16 17:37:32 +02:00
HDD.h Fix a case where m_hdd_file is passed to m_file uninitialized. 2014-03-30 00:08:16 -04:00