diff --git a/.flask/banner.t3x b/.flask/banner.t3x deleted file mode 100644 index aa56d2d..0000000 Binary files a/.flask/banner.t3x and /dev/null differ diff --git a/.flask/icon.t3x b/.flask/icon.t3x deleted file mode 100644 index 1eeaad7..0000000 Binary files a/.flask/icon.t3x and /dev/null differ diff --git a/.flask/meta.json b/.flask/meta.json deleted file mode 100644 index 7d93a49..0000000 --- a/.flask/meta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "user": "astronautlevel2", - "name": "Anemone3DS", - "description": "A theme and boot splash manager for the Nintendo 3DS console" -} \ No newline at end of file diff --git a/include/camera.h b/include/camera.h index 07beefa..912da53 100644 --- a/include/camera.h +++ b/include/camera.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/colors.h b/include/colors.h index cb70081..1b2b90d 100644 --- a/include/colors.h +++ b/include/colors.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/common.h b/include/common.h index a8b54d3..c820376 100644 --- a/include/common.h +++ b/include/common.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/draw.h b/include/draw.h index b35dd6f..e60c9f9 100644 --- a/include/draw.h +++ b/include/draw.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/fs.h b/include/fs.h index 161ada4..72a9370 100644 --- a/include/fs.h +++ b/include/fs.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/instructions.h b/include/instructions.h index d37ed99..58f13f2 100644 --- a/include/instructions.h +++ b/include/instructions.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/loading.h b/include/loading.h index 430b066..b072ec4 100644 --- a/include/loading.h +++ b/include/loading.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/music.h b/include/music.h index 2d3c06e..6eae180 100644 --- a/include/music.h +++ b/include/music.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/remote.h b/include/remote.h index ce7266c..ebaba4f 100644 --- a/include/remote.h +++ b/include/remote.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/splashes.h b/include/splashes.h index df7fbd0..9488dd0 100644 --- a/include/splashes.h +++ b/include/splashes.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/themes.h b/include/themes.h index 48790d8..dcb0031 100644 --- a/include/themes.h +++ b/include/themes.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/unicode.h b/include/unicode.h index 5a40441..ea31026 100644 --- a/include/unicode.h +++ b/include/unicode.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/camera.c b/source/camera.c index 1cf3189..b68db76 100644 --- a/source/camera.c +++ b/source/camera.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/colors.c b/source/colors.c index 94c684f..95986e8 100644 --- a/source/colors.c +++ b/source/colors.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/draw.c b/source/draw.c index 2fa33dd..20991dd 100644 --- a/source/draw.c +++ b/source/draw.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/fs.c b/source/fs.c index 3b15a24..4ad6b1b 100644 --- a/source/fs.c +++ b/source/fs.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/loading.c b/source/loading.c index 0963154..3c4baf0 100644 --- a/source/loading.c +++ b/source/loading.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/main.c b/source/main.c index e97b039..aed495b 100644 --- a/source/main.c +++ b/source/main.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/music.c b/source/music.c index d7ba291..c7afe41 100644 --- a/source/music.c +++ b/source/music.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/remote.c b/source/remote.c index 769e705..eeeb6ab 100644 --- a/source/remote.c +++ b/source/remote.c @@ -280,10 +280,7 @@ static bool load_remote_preview(Entry_s * entry, C2D_Image * preview_image, int Result res = http_get(preview_url, NULL, &preview_png, &preview_size, INSTALL_LOADING_REMOTE_PREVIEW, "image/png"); free(preview_url); if (R_FAILED(res)) - { - free(preview_png); return false; - } } if (!preview_size) @@ -330,10 +327,7 @@ static void load_remote_bgm(Entry_s * entry) Result res = http_get(bgm_url, NULL, &bgm_ogg, &bgm_size, INSTALL_LOADING_REMOTE_BGM, "application/ogg, audio/ogg"); free(bgm_url); if (R_FAILED(res)) - { - free(bgm_ogg); return; - } u16 path[0x107] = { 0 }; strucat(path, entry->path); diff --git a/source/splashes.c b/source/splashes.c index dad2735..b764f43 100644 --- a/source/splashes.c +++ b/source/splashes.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/themes.c b/source/themes.c index 3603e2e..6d28503 100644 --- a/source/themes.c +++ b/source/themes.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/unicode.c b/source/unicode.c index cdbe897..57bbd2d 100644 --- a/source/unicode.c +++ b/source/unicode.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md +* Copyright (C) 2016-2020 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by