Skip to content

Commit

Permalink
Match some jpeg functions (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
cadmic authored Oct 2, 2024
1 parent b78c8bd commit 2d85ac9
Show file tree
Hide file tree
Showing 2 changed files with 919 additions and 20 deletions.
4 changes: 2 additions & 2 deletions include/emulator/rsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ typedef struct Rsp {
/* 0x39B0 */ s16* QYTable;
/* 0x39B4 */ s16* QCbTable;
/* 0x39B8 */ s16* QCrTable;
/* 0x39BC */ s32* Zigzag;
/* 0x39BC */ int* Zigzag;
/* 0x39C0 */ struct __anon_0x58360* rgbaBuf;
/* 0x39C4 */ struct __anon_0x583EE* yuvBuf;
/* 0x39C8 */ s32* dctBuf;
/* 0x39C8 */ int* dctBuf;
} Rsp; // size = 0x39CC

typedef struct __anon_0x5ED4F {
Expand Down
Loading

0 comments on commit 2d85ac9

Please sign in to comment.