mirror of https://github.com/n64decomp/mk64.git
Created Memory (markdown)
parent
163db61543
commit
2051b6e698
|
|
@ -0,0 +1,3 @@
|
|||
The functionality of the games memory is relatively primitive. It contains unused dynamic memory code from sm64. It's much simpler approach to memory management.
|
||||
|
||||
A block of memory may be added to the left or right side of the memory pool. Removing blocks of memory can only be done at the ends of the memory pool. The exception to this means removing all memory blocks from the nearest end to the removed location.
|
||||
Loading…
Reference in New Issue