TRX/scripts
rr- fa1593f01a memory: assert non-null pointer
In 99% of the cases the function is supposed to be used like this:

    Memory_FreePointer(&var);

to be able to assign NULL to var, so rather than doing a no-op in case
the function receives null, I chose to make an assertion.
2022-03-06 18:00:47 +01:00
..
bin scripts: update icon 2021-12-13 14:19:38 +01:00
analyze_memleaks misc: add a script to analyze memory leaks 2022-02-03 20:35:21 +01:00
analyze_memleaks.patch memory: assert non-null pointer 2022-03-06 18:00:47 +01:00
generate_icons scripts: update icon 2021-12-13 14:19:38 +01:00
generate_init gameflow: fix fallback game strings not working (#335) 2022-01-18 22:40:08 +01:00
generate_version misc: add icon 2021-12-07 18:19:14 +01:00
ida_import.py docs: remove progress; update docs 2021-11-05 12:59:30 +01:00
inspect_save scripts: add a script to inspect files 2022-02-06 21:43:18 +01:00
update_functions build: simplify build pipeline a bit 2021-10-19 17:24:18 +02:00