diff options
| author | Clement Sibille <clements+github@lisible.xyz> | 2024-06-09 18:08:51 +0900 |
|---|---|---|
| committer | Clement Sibille <clements+github@lisible.xyz> | 2024-06-09 18:08:51 +0900 |
| commit | ff11942fb7abfc68e2f04350f7d0a2dde51b1d9e (patch) | |
| tree | 38f5c1c074665e3b5c9727b0f6fd7e3f0c5edd60 /cross | |
| parent | 4c88f44d42c5aace3264bfc656ae656b6b3e7373 (diff) | |
Make LisPng_decode use a u8* instead of a FILE*
Diffstat (limited to 'cross')
| -rw-r--r-- | cross/playdate.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cross/playdate.txt b/cross/playdate.txt index c54b4ba..c843775 100644 --- a/cross/playdate.txt +++ b/cross/playdate.txt @@ -9,3 +9,6 @@ system = 'none' cpu_family = 'arm' cpu = 'cortex-m7' endian = 'little' + +[properties] +is_playdate_build = true |
