mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
It never ends...
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
class VirtualDiscFileSystem: public IFileSystem {
|
||||
public:
|
||||
VirtualDiscFileSystem(IHandleAllocator *_hAlloc, std::string _basePath);
|
||||
VirtualDiscFileSystem(IHandleAllocator *_hAlloc, const Path &_basePath);
|
||||
~VirtualDiscFileSystem();
|
||||
|
||||
void DoState(PointerWrap &p) override;
|
||||
|
||||
Reference in New Issue
Block a user