summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_metadata.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-04-05 21:20:04 +0200
committerLioncash <mathew1800@gmail.com>2019-04-05 21:20:07 +0200
commita1868286b0fead2c2974c15308a278b924242fce (patch)
treed92ff69d610544b68c8d2225214f423239db43e7 /src/core/file_sys/nca_metadata.h
parentMerge pull request #2282 from bunnei/gpu-asynch-v2 (diff)
downloadyuzu-a1868286b0fead2c2974c15308a278b924242fce.tar
yuzu-a1868286b0fead2c2974c15308a278b924242fce.tar.gz
yuzu-a1868286b0fead2c2974c15308a278b924242fce.tar.bz2
yuzu-a1868286b0fead2c2974c15308a278b924242fce.tar.lz
yuzu-a1868286b0fead2c2974c15308a278b924242fce.tar.xz
yuzu-a1868286b0fead2c2974c15308a278b924242fce.tar.zst
yuzu-a1868286b0fead2c2974c15308a278b924242fce.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/nca_metadata.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/file_sys/nca_metadata.h b/src/core/file_sys/nca_metadata.h
index a05d155f4..50bf38471 100644
--- a/src/core/file_sys/nca_metadata.h
+++ b/src/core/file_sys/nca_metadata.h
@@ -29,9 +29,6 @@ enum class TitleType : u8 {
DeltaTitle = 0x83,
};
-bool operator>=(TitleType lhs, TitleType rhs);
-bool operator<=(TitleType lhs, TitleType rhs);
-
enum class ContentRecordType : u8 {
Meta = 0,
Program = 1,