mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
[decomp] ramdisk, load-dgo and rpc-h (#496)
* decompile ramdisk load-dgo and rpc-h * add a bunch of offline tests * clang-format
This commit is contained in:
@@ -222,8 +222,8 @@ u64 new_structure(u32 heap, u32 type) {
|
||||
/*!
|
||||
* Allocate a structure with a dynamic size
|
||||
*/
|
||||
u64 new_dynamic_structure(u32 heap, u32 type, u32 size) {
|
||||
return alloc_from_heap(heap, type, size);
|
||||
u64 new_dynamic_structure(u32 heap_symbol, u32 type, u32 size) {
|
||||
return alloc_from_heap(heap_symbol, type, size);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user