pf2: add open/close partition

This commit is contained in:
Michael Scire
2020-11-26 01:08:42 -08:00
parent 75f006b002
commit f9c5470ac9
6 changed files with 238 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ namespace ams::prfile2::pdm {
Disk *lock_handle;
DiskInfo disk_info;
InitDisk *init_disk_table;
Partition *current_partition;
HandleType current_partition_handle;
DiskCallback erase_callback;
bool is_inserted;
volatile NonBlockingProtocolType nbc;