mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Web file system implementation + fixes
This commit is contained in:
@@ -22,7 +22,7 @@ namespace PortabilityLayer
|
||||
bool SeekEnd(GpUFilePos_t loc) override;
|
||||
GpUFilePos_t Size() const override;
|
||||
GpUFilePos_t Tell() const override;
|
||||
void Close() override;
|
||||
void GP_ASYNCIFY_PARANOID_NAMED(Close)() override;
|
||||
void Flush() override;
|
||||
|
||||
private:
|
||||
@@ -222,7 +222,7 @@ namespace PortabilityLayer
|
||||
return m_decompressedPos;
|
||||
}
|
||||
|
||||
void InflateStreamImpl::Close()
|
||||
void InflateStreamImpl::GP_ASYNCIFY_PARANOID_NAMED(Close)()
|
||||
{
|
||||
this->~InflateStreamImpl();
|
||||
free(this);
|
||||
|
Reference in New Issue
Block a user