Skip to content

Commit

Permalink
JKRDecompressFromDVD seems to be global
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrkol committed Dec 27, 2024
1 parent ab56ad5 commit 68a51c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JSystem/JKernel/JKRDvdRipper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <dolphin/vi.h>
#include "macros.h"

static int JKRDecompressFromDVD(JKRDvdFile*, void*, u32, u32, u32, u32);
int JKRDecompressFromDVD(JKRDvdFile*, void*, u32, u32, u32, u32);
static int decompSZS_subroutine(u8*, u8*);
static u8* firstSrcData();
static u8* nextSrcData(u8*);
Expand Down Expand Up @@ -225,7 +225,7 @@ static u32 fileOffset;
static u32 readCount;
static u32 maxDest;

static int JKRDecompressFromDVD(JKRDvdFile* dvdFile, void* dst, u32 fileSize,
int JKRDecompressFromDVD(JKRDvdFile* dvdFile, void* dst, u32 fileSize,
u32 inMaxDest, u32 inFileOffset,
u32 inSrcOffset)
{
Expand Down

0 comments on commit 68a51c6

Please sign in to comment.