summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns_types.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-17 18:09:07 +0100
committerLiam <byteslice@airmail.cc>2024-02-18 16:32:21 +0100
commitbb59940b038e9f089646727f720111b216c9886b (patch)
treedb359d2957f2c5a1bf381cb725207fb36da0ed14 /src/core/hle/service/ns/ns_types.h
parentns: rewrite IContentManagementInterface (diff)
downloadyuzu-bb59940b038e9f089646727f720111b216c9886b.tar
yuzu-bb59940b038e9f089646727f720111b216c9886b.tar.gz
yuzu-bb59940b038e9f089646727f720111b216c9886b.tar.bz2
yuzu-bb59940b038e9f089646727f720111b216c9886b.tar.lz
yuzu-bb59940b038e9f089646727f720111b216c9886b.tar.xz
yuzu-bb59940b038e9f089646727f720111b216c9886b.tar.zst
yuzu-bb59940b038e9f089646727f720111b216c9886b.zip
Diffstat (limited to 'src/core/hle/service/ns/ns_types.h')
-rw-r--r--src/core/hle/service/ns/ns_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/hle/service/ns/ns_types.h b/src/core/hle/service/ns/ns_types.h
index b39181856..d7c16eac0 100644
--- a/src/core/hle/service/ns/ns_types.h
+++ b/src/core/hle/service/ns/ns_types.h
@@ -73,4 +73,9 @@ struct ApplicationOccupiedSize {
std::array<ApplicationOccupiedSizeEntity, 4> entities;
};
+struct ContentPath {
+ u8 file_system_proxy_type;
+ u64 program_id;
+};
+
} // namespace Service::NS