Add target_init
This commit is contained in:
parent
8d2d5df65f
commit
8929941d13
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue