mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Actually implement IDisposable on DirectoryHandle
This commit is contained in:
parent
17b8bc5b62
commit
1744e0a562
@ -1,8 +1,9 @@
|
||||
using LibHac.Fs.Fsa;
|
||||
using System;
|
||||
using LibHac.Fs.Fsa;
|
||||
|
||||
namespace LibHac.Fs
|
||||
{
|
||||
public readonly struct DirectoryHandle
|
||||
public readonly struct DirectoryHandle : IDisposable
|
||||
{
|
||||
internal readonly Impl.DirectoryAccessor Directory;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user