Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Common `-D` flags that can be used with Heaps:
# if unset, the default path is "res"
-D resourcesPath=res

# whether or not the window/process is resizable
# 0 is false | 1 is true
-D windowFixed=1

# other known flags (deprecated/legacy code)
-D heaps_emit_tile_buffering

Expand Down
Loading