Loading...
Searching...
No Matches
lzss.h
Go to the documentation of this file.
1
34
#ifndef OPENSNES_LZSS_H
35
#define OPENSNES_LZSS_H
36
37
#include <
snes/types.h
>
38
53
void
LzssDecodeVram
(
u8
*source,
u16
address);
54
55
#endif
/* OPENSNES_LZSS_H */
u16
unsigned short u16
16-bit unsigned integer (0 to 65535)
Definition
types.h:52
u8
unsigned char u8
8-bit unsigned integer (0 to 255)
Definition
types.h:46
LzssDecodeVram
void LzssDecodeVram(u8 *source, u16 address)
Decompress LZ77 data directly to VRAM.
types.h
OpenSNES Standard Types.
lib
include
snes
lzss.h
Generated by
1.9.8