rename C970 -> jpegutils

This commit is contained in:
alexanderkarlis 2026-02-27 15:28:46 -05:00
parent cbbffad95b
commit 0379a7b95e
6 changed files with 8 additions and 8 deletions

View File

@ -274,7 +274,7 @@ build/src/hal_libc.o: CFLAGS += -signed
build/src/libleo/%.o: CC := $(CC_OLD)
build/src/C970.o: CC := $(CC_OLD)
build/src/jpegutils.o: CC := $(CC_OLD)
build/src/D470.o: CC := $(CC_OLD)
build/src/D470.o: OPTFLAGS := -O0

View File

@ -3,7 +3,7 @@
#include "global.h"
#include "5580.h"
#include "C970.h"
#include "jpegutils.h"
#include "CE80.h"
#include "src/memmap.h"
#include "src/memory.h"

View File

@ -2,7 +2,7 @@
#define _CE80_H_
#include "global.h"
#include "C970.h"
#include "jpegutils.h"
typedef struct unk_func_80003680_sp27 {
/* 0x00 */ s32 unk_00;

View File

@ -1,4 +1,4 @@
#include "C970.h"
#include "jpegutils.h"
typedef struct JpegHuffmanTableOld {
/* 0x000 */ u8 codeOffs[16];

View File

@ -1,5 +1,5 @@
#ifndef _C970_H_
#define _C970_H_
#ifndef JPEGUTILS_H
#define JPEGUTILS_H
#include "global.h"
@ -18,4 +18,4 @@ void JpegUtils_ProcessQuantizationTable(u8* dqt, JpegQuantizationTable* qt, u8 n
s32 JpegUtils_ProcessHuffmanTable(u8*, JpegHuffmanTable*, u8*, u16*, u8);
u16 JpegUtils_SetHuffmanTable(u8* data, JpegHuffmanTable* ht, u16* codes);
#endif // _C970_H_
#endif // JPEGUTILS_H

View File

@ -47,7 +47,7 @@
- [0xC4A0, hasm, abs] # abs function
- [0xC4B0, c, libleo/bootdisk]
- [0xC910, hasm, ../../src/libleo/bootstrap]
- [0xC970, c]
- [0xC970, c, jpegutils]
- [0xCE80, c] #
- [0xD470, c] #
- [0xDDC0, c]