libnx/nx/include/switch/services/caps.h
2019-02-08 19:47:13 -05:00

20 lines
337 B
C

/**
* @file caps.h
* @brief Common caps (caps:*) service IPC header.
* @author yellows8
* @copyright libnx Authors
*/
#pragma once
#include "../types.h"
#include "../services/sm.h"
typedef struct {
u32 unk_x0;
u8 unk_x4[0x3c];
} CapsScreenShotAttribute;
typedef struct {
u8 unk_x0[0x20];
} CapsApplicationAlbumEntry;