summaryrefslogtreecommitdiff
path: root/src/common/file_util.h
diff options
context:
space:
mode:
authorGravatar Subv2015-01-01 12:39:27 -0500
committerGravatar Subv2015-01-02 21:13:54 -0500
commitaade417b143a756da10b69747793c707ef8316fd (patch)
treed5fd49926dbfb4e7c289a8fa060df9c1e4401fde /src/common/file_util.h
parentSaveDataCheck: Preliminary work in this archive. (diff)
downloadyuzu-aade417b143a756da10b69747793c707ef8316fd.tar.gz
yuzu-aade417b143a756da10b69747793c707ef8316fd.tar.xz
yuzu-aade417b143a756da10b69747793c707ef8316fd.zip
Archives: Reduced duplicate code in RomFS and SaveCheck.
Fixed a few warnings and cleaned up the code
Diffstat (limited to 'src/common/file_util.h')
-rw-r--r--src/common/file_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h
index ec2415473..c83ecd87d 100644
--- a/src/common/file_util.h
+++ b/src/common/file_util.h
@@ -29,6 +29,7 @@ enum {
29 D_SDMC_IDX, 29 D_SDMC_IDX,
30 D_EXTSAVEDATA, 30 D_EXTSAVEDATA,
31 D_SAVEDATA_IDX, 31 D_SAVEDATA_IDX,
32 D_SAVEDATACHECK_IDX,
32 D_SYSDATA_IDX, 33 D_SYSDATA_IDX,
33 D_SYSSAVEDATA_IDX, 34 D_SYSSAVEDATA_IDX,
34 D_HIRESTEXTURES_IDX, 35 D_HIRESTEXTURES_IDX,