mirror of
https://github.com/Thesola10/umd-livepatch.git
synced 2025-04-16 05:13:22 +00:00
23 lines
244 B
C
23 lines
244 B
C
#include "io_funcs.h"
|
|
#include "patch.h"
|
|
|
|
umdiff_Command cmd_buffer[CMD_BUFFER_SIZE];
|
|
|
|
umdiff_File
|
|
lp_PatchSet_open(const char *path)
|
|
{
|
|
|
|
}
|
|
|
|
int
|
|
lp_PatchSet_covered(umdiff_Command *ps, u32 offset)
|
|
{
|
|
|
|
}
|
|
|
|
int
|
|
lp_loadCmdsForIndex(long sector)
|
|
{
|
|
|
|
}
|