neue Datei: include/core1/eeprom.h neue Datei: include/core1/pfsmanager.h neue Datei: include/core1/ucode.h umbenannt: src/core1/code_18110.c -> src/core1/eeprom.c umbenannt: src/core1/code_10A00.c -> src/core1/pfsmanager.c umbenannt: src/core1/code_13640.c -> src/core1/stub_13640.c umbenannt: src/core1/code_1D590.c -> src/core1/stub_1D590.c umbenannt: src/core1/code_18210.c -> src/core1/ucode.c umbenannt: src/core1/code_EAF0.c -> src/core1/viewport.c
10 lines
234 B
C
10 lines
234 B
C
#ifndef BANJO_KAZOOIE_EEPROM_H
|
|
#define BANJO_KAZOOIE_EEPROM_H
|
|
|
|
#include <ultra64.h>
|
|
|
|
s32 eeprom_writeBlocks(s32 file, s32 offset, void *buffer, s32 count);
|
|
s32 eeprom_readBlocks(s32 file, s32 offset, void *buffer, s32 count);
|
|
|
|
#endif
|