mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-03 03:29:59 +03:00
unpack PSP eboot.pbp to ISO file
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void out_begin(const char* name, int zipped);
|
||||
void out_end(void);
|
||||
void out_add_folder(const char* path);
|
||||
void out_begin_file(const char* name);
|
||||
void out_end_file(void);
|
||||
void out_write(const void* buffer, uint32_t size);
|
||||
Reference in New Issue
Block a user