First decompile of pfDrawFonts
This commit is contained in:
parent
c21da819d8
commit
5dae0e2ce6
3 changed files with 156 additions and 9 deletions
|
|
@ -173,6 +173,7 @@ cflags_runtime = [
|
|||
cflags_rel = [
|
||||
*cflags_base,
|
||||
"-O0,s",
|
||||
"-enum int",
|
||||
"-char unsigned",
|
||||
"-sdata 0",
|
||||
"-sdata2 0",
|
||||
|
|
@ -183,6 +184,7 @@ cflags_rel = [
|
|||
cflags_game = [
|
||||
*cflags_base,
|
||||
"-O0,p",
|
||||
"-enum int",
|
||||
"-char unsigned",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue