mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Diff fssrv::storage with FS 16
This commit is contained in:
parent
b79619cb48
commit
2b69ec6cf9
3 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ internal struct GameCardServiceGlobals : IDisposable
|
|||
/// <summary>
|
||||
/// Contains functions for interacting with the game card storage device.
|
||||
/// </summary>
|
||||
/// <remarks>Based on nnSdk 14.3.0 (FS 14.1.0)</remarks>
|
||||
/// <remarks>Based on nnSdk 16.2.0 (FS 16.0.0)</remarks>
|
||||
internal static class GameCardService
|
||||
{
|
||||
private static ulong MakeAttributeId(OpenGameCardAttribute attribute) => (ulong)attribute;
|
||||
|
|
|
@ -15,7 +15,7 @@ namespace LibHac.FsSrv.Storage;
|
|||
/// <summary>
|
||||
/// Contains global MMC-storage-related functions.
|
||||
/// </summary>
|
||||
/// <remarks>Based on nnSdk 14.3.0 (FS 14.1.0)</remarks>
|
||||
/// <remarks>Based on nnSdk 16.2.0 (FS 16.0.0)</remarks>
|
||||
public static class MmcServiceGlobalMethods
|
||||
{
|
||||
public static Result GetAndClearPatrolReadAllocateBufferCount(this FileSystemServer fsSrv, out long successCount,
|
||||
|
@ -28,7 +28,7 @@ public static class MmcServiceGlobalMethods
|
|||
/// <summary>
|
||||
/// Contains functions for interacting with the MMC storage device.
|
||||
/// </summary>
|
||||
/// <remarks>Based on nnSdk 14.3.0 (FS 14.1.0)</remarks>
|
||||
/// <remarks>Based on nnSdk 16.2.0 (FS 16.0.0)</remarks>
|
||||
internal static class MmcService
|
||||
{
|
||||
private static int MakeOperationId(MmcManagerOperationIdValue operation) => (int)operation;
|
||||
|
|
|
@ -17,7 +17,7 @@ namespace LibHac.FsSrv.Storage;
|
|||
/// <summary>
|
||||
/// Contains functions for interacting with the SD card storage device.
|
||||
/// </summary>
|
||||
/// <remarks>Based on nnSdk 14.3.0 (FS 14.1.0)</remarks>
|
||||
/// <remarks>Based on nnSdk 16.2.0 (FS 16.0.0)</remarks>
|
||||
internal static class SdCardService
|
||||
{
|
||||
private static int MakeOperationId(SdCardManagerOperationIdValue operation) => (int)operation;
|
||||
|
|
Loading…
Reference in a new issue