Add target_init

This commit is contained in:
Alexander Batalov 2023-09-02 18:07:37 +03:00
parent 8d2d5df65f
commit 8929941d13

View File

@ -77,7 +77,8 @@ void target_make_path(char* path, int pid)
// 0x49B424
int target_init()
{
// TODO: Incomplete.
target_remove_all();
target_header_load();
return 0;
}