summaryrefslogtreecommitdiff
path: root/src/utils/Decompressor.h
diff options
context:
space:
mode:
authorLywx <kiritodev01@gmail.com>2024-03-22 09:59:49 -0600
committerGitHub <noreply@github.com>2024-03-22 09:59:49 -0600
commitaaa68d2ebcb732d7d18af1a41a292c50182e7fd5 (patch)
tree4b93c2a1899e6b2ebfcfe7cf4c2c06e8461c6aa4 /src/utils/Decompressor.h
parent6e9f82312178d1fbc002a04ce97cf8b5add1f402 (diff)
Cleanup (#49)
* Auto debug info generation and some cleanup * Cleaned dry code from segments * Fixed gCurrentCompressionType bss bs
Diffstat (limited to 'src/utils/Decompressor.h')
-rw-r--r--src/utils/Decompressor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/Decompressor.h b/src/utils/Decompressor.h
index 4e84cde..0cb5a01 100644
--- a/src/utils/Decompressor.h
+++ b/src/utils/Decompressor.h
@@ -8,10 +8,10 @@
#include <cstdint>
enum class CompressionType {
+ None,
MIO0,
YAY0,
YAZ0,
- None,
};