1
0
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
BitPatty
4ea2fc4749 Fixes memory leak caused by J2DTextBox_SetString()
Setting the string on each frame fills up unallocated memory and causes
a hardlock.

Instead, call J2DTextBox_SetString() on stage load (since the memory is
freed level transition) and modify the already set string directly on
each frame.
2017-01-31 01:18:03 +01:00
miluaces
646811b83c Updated library and linker with more functions
Added tools to patch Start.dol
Added more examples
2016-09-25 11:50:37 -07:00
MasterF0x
971cd9f493 Add files via upload 2016-07-07 18:58:43 -05:00
MasterF0x
53c44bbad4 Delete sms.c 2016-07-07 18:58:02 -05:00
MasterF0x
1e08d7a056 Add files via upload 2016-07-07 18:55:28 -05:00