summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/program_metadata.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-04-05 21:52:13 +0200
committerLioncash <mathew1800@gmail.com>2019-04-05 21:57:47 +0200
commit37b23efece7692b36da1009271a964b95780ad32 (patch)
tree5a822fa25b5e968f04852e5baeedd2a70ea5f6ed /src/core/file_sys/program_metadata.h
parentMerge pull request #2282 from bunnei/gpu-asynch-v2 (diff)
downloadyuzu-37b23efece7692b36da1009271a964b95780ad32.tar
yuzu-37b23efece7692b36da1009271a964b95780ad32.tar.gz
yuzu-37b23efece7692b36da1009271a964b95780ad32.tar.bz2
yuzu-37b23efece7692b36da1009271a964b95780ad32.tar.lz
yuzu-37b23efece7692b36da1009271a964b95780ad32.tar.xz
yuzu-37b23efece7692b36da1009271a964b95780ad32.tar.zst
yuzu-37b23efece7692b36da1009271a964b95780ad32.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/program_metadata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/file_sys/program_metadata.h b/src/core/file_sys/program_metadata.h
index 0033ba347..7de5b9cf9 100644
--- a/src/core/file_sys/program_metadata.h
+++ b/src/core/file_sys/program_metadata.h
@@ -58,7 +58,6 @@ public:
void Print() const;
private:
- // TODO(DarkLordZach): BitField is not trivially copyable.
struct Header {
std::array<char, 4> magic;
std::array<u8, 8> reserved;
@@ -85,7 +84,6 @@ private:
static_assert(sizeof(Header) == 0x80, "NPDM header structure size is wrong");
- // TODO(DarkLordZach): BitField is not trivially copyable.
struct AcidHeader {
std::array<u8, 0x100> signature;
std::array<u8, 0x100> nca_modulus;