JKRArchive (#1930)

This commit is contained in:
Jcw87
2023-09-16 20:18:45 +03:00
committed by GitHub
parent 76b94a8916
commit 453eedacfa
6 changed files with 4 additions and 9 deletions
+2 -1
View File
@@ -80,7 +80,8 @@ extern "C" u8 sSystemHeap__7JKRHeap[4];
/* 802D7BF0-802D7C98 2D2530 00A8+00 0/0 1/1 0/0 .text
* __ct__13JKRDvdArchiveFlQ210JKRArchive15EMountDirection */
JKRDvdArchive::JKRDvdArchive(s32 entryNum, JKRArchive::EMountDirection mountDirection)
: JKRArchive(entryNum, MOUNT_DVD), mMountDirection(mountDirection) {
: JKRArchive(entryNum, MOUNT_DVD) {
mMountDirection = mountDirection;
if (!open(entryNum))
return;