mirror of
https://github.com/pret/pokestadium.git
synced 2026-04-28 11:07:01 -05:00
rename C970 -> jpegutils
This commit is contained in:
parent
cbbffad95b
commit
0379a7b95e
2
Makefile
2
Makefile
|
|
@ -274,7 +274,7 @@ build/src/hal_libc.o: CFLAGS += -signed
|
||||||
|
|
||||||
build/src/libleo/%.o: CC := $(CC_OLD)
|
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: CC := $(CC_OLD)
|
||||||
build/src/D470.o: OPTFLAGS := -O0
|
build/src/D470.o: OPTFLAGS := -O0
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "5580.h"
|
#include "5580.h"
|
||||||
#include "C970.h"
|
#include "jpegutils.h"
|
||||||
#include "CE80.h"
|
#include "CE80.h"
|
||||||
#include "src/memmap.h"
|
#include "src/memmap.h"
|
||||||
#include "src/memory.h"
|
#include "src/memory.h"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#define _CE80_H_
|
#define _CE80_H_
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "C970.h"
|
#include "jpegutils.h"
|
||||||
|
|
||||||
typedef struct unk_func_80003680_sp27 {
|
typedef struct unk_func_80003680_sp27 {
|
||||||
/* 0x00 */ s32 unk_00;
|
/* 0x00 */ s32 unk_00;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include "C970.h"
|
#include "jpegutils.h"
|
||||||
|
|
||||||
typedef struct JpegHuffmanTableOld {
|
typedef struct JpegHuffmanTableOld {
|
||||||
/* 0x000 */ u8 codeOffs[16];
|
/* 0x000 */ u8 codeOffs[16];
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _C970_H_
|
#ifndef JPEGUTILS_H
|
||||||
#define _C970_H_
|
#define JPEGUTILS_H
|
||||||
|
|
||||||
#include "global.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);
|
s32 JpegUtils_ProcessHuffmanTable(u8*, JpegHuffmanTable*, u8*, u16*, u8);
|
||||||
u16 JpegUtils_SetHuffmanTable(u8* data, JpegHuffmanTable* ht, u16* codes);
|
u16 JpegUtils_SetHuffmanTable(u8* data, JpegHuffmanTable* ht, u16* codes);
|
||||||
|
|
||||||
#endif // _C970_H_
|
#endif // JPEGUTILS_H
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
- [0xC4A0, hasm, abs] # abs function
|
- [0xC4A0, hasm, abs] # abs function
|
||||||
- [0xC4B0, c, libleo/bootdisk]
|
- [0xC4B0, c, libleo/bootdisk]
|
||||||
- [0xC910, hasm, ../../src/libleo/bootstrap]
|
- [0xC910, hasm, ../../src/libleo/bootstrap]
|
||||||
- [0xC970, c]
|
- [0xC970, c, jpegutils]
|
||||||
- [0xCE80, c] #
|
- [0xCE80, c] #
|
||||||
- [0xD470, c] #
|
- [0xD470, c] #
|
||||||
- [0xDDC0, c]
|
- [0xDDC0, c]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user