diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-02-20 19:04:21 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-03-30 08:20:21 +0200 |
| commit | 4765653cb3af905a9b20f1e5f2277e50d801c43b (patch) | |
| tree | 9c9f914e5ea9b19f2312cd43221df37d19dec2f3 /CMakeLists.txt | |
| parent | c9754ac4300abad20d942ad18bc5bf611a0b3a2e (diff) | |
Add metadata header to media files
The following properties are supported:
- Sound: "loop". Must be either 0 or 1
- Images: "transparent". Must be either 0 or 1
These headers are only used for non-PS1 builds, since .TIM and .VAG
files do already implement such information.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 758d0a0..eb39a79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,6 +104,7 @@ set(components game gfx gui + header instance pad player |
