mirror of
https://github.com/libretro/Play-.git
synced 2025-02-26 14:35:38 +00:00
Cleanup.
This commit is contained in:
parent
622b5e3845
commit
dbd019dbd9
@ -5,14 +5,6 @@
|
||||
|
||||
using namespace PS2;
|
||||
|
||||
CPsfDevice::CPsfDevice()
|
||||
{
|
||||
}
|
||||
|
||||
CPsfDevice::~CPsfDevice()
|
||||
{
|
||||
}
|
||||
|
||||
void CPsfDevice::AppendArchive(const CPsfBase& archive)
|
||||
{
|
||||
m_fileSystem.AppendArchive(archive);
|
||||
|
@ -11,11 +11,11 @@ namespace PS2
|
||||
class CPsfDevice : public Iop::Ioman::CDevice
|
||||
{
|
||||
public:
|
||||
CPsfDevice();
|
||||
virtual ~CPsfDevice();
|
||||
CPsfDevice() = default;
|
||||
virtual ~CPsfDevice() = default;
|
||||
|
||||
void AppendArchive(const CPsfBase&);
|
||||
virtual Framework::CStream* GetFile(uint32, const char*);
|
||||
Framework::CStream* GetFile(uint32, const char*) override;
|
||||
|
||||
private:
|
||||
CPsfFs m_fileSystem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user