|
Added Daybreak, a system updater homebrew (#1073)
* Implemented a system updater homebrew (titled Daybreak) * git subrepo pull ./troposphere/daybreak/nanovg subrepo: subdir: "troposphere/daybreak/nanovg" merged: "c197ba2f" upstream: origin: "https://github.com/Adubbz/nanovg-deko.git" branch: "master" commit: "c197ba2f" git-subrepo: version: "0.4.1" origin: "???" commit: "???" (+1 squashed commits) Squashed commits: [232dc943] git subrepo clone https://github.com/Adubbz/nanovg-deko.git troposphere/daybreak/nanovg subrepo: subdir: "troposphere/daybreak/nanovg" merged: "52bb784b" upstream: origin: "https://github.com/Adubbz/nanovg-deko.git" branch: "master" commit: "52bb784b" git-subrepo: version: "0.4.1" origin: "???" commit: "???" * daybreak: switch to using hiddbg for home blocking (+1 squashed commits) Squashed commits: [4bfc7b0d] daybreak: block the home button during installation |
|---|
|
|
| .gitignore |
|---|
| troposphere/Makefile |
|---|
| troposphere/daybreak/Makefile 0 → 100644 |
|---|
| troposphere/daybreak/icon.jpg 0 → 100644 |
|---|
|
|
| troposphere/daybreak/nanovg/.gitignore 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/.gitrepo 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/LICENSE 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/Makefile 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/README.md 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/dk_renderer.hpp 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/fontstash.h 0 → 100644 |
|---|
|
Too large (Show diff)
|
| troposphere/daybreak/nanovg/include/nanovg/framework/CApplication.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/framework/CCmdMemRing.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/framework/CDescriptorSet.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/framework/CExternalImage.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/framework/CIntrusiveList.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/framework/CIntrusiveTree.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/framework/CMemPool.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/framework/CShader.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/framework/FileLoader.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/framework/common.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/nanovg_gl_utils.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg/stb_image.h 0 → 100644 |
|---|
|
Too large (Show diff)
|
| troposphere/daybreak/nanovg/include/nanovg/stb_truetype.h 0 → 100644 |
|---|
|
Too large (Show diff)
|
| troposphere/daybreak/nanovg/include/nanovg_dk.h 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/include/nanovg_gl.h 0 → 100644 |
|---|
|
Too large (Show diff)
|
| troposphere/daybreak/nanovg/shaders/fill_aa_fsh.glsl 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/shaders/fill_fsh.glsl 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/shaders/fill_vsh.glsl 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/source/dk_renderer.cpp 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/source/framework/CApplication.cpp 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/source/framework/CExternalImage.cpp 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/source/framework/CIntrusiveTree.cpp 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/source/framework/CMemPool.cpp 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/source/framework/CShader.cpp 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/source/framework/FileLoader.cpp 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/source/framework/LICENSE 0 → 100644 |
|---|
| troposphere/daybreak/nanovg/source/nanovg.c 0 → 100644 |
|---|
|
Too large (Show diff)
|
| troposphere/daybreak/source/ams_su.c 0 → 100644 |
|---|
| troposphere/daybreak/source/ams_su.h 0 → 100644 |
|---|
| troposphere/daybreak/source/assert.hpp 0 → 100644 |
|---|
| troposphere/daybreak/source/main.cpp 0 → 100644 |
|---|
| troposphere/daybreak/source/service_guard.h 0 → 100644 |
|---|
| troposphere/daybreak/source/ui.cpp 0 → 100644 |
|---|
| troposphere/daybreak/source/ui.hpp 0 → 100644 |
|---|
| troposphere/daybreak/source/ui_util.cpp 0 → 100644 |
|---|
| troposphere/daybreak/source/ui_util.hpp 0 → 100644 |
|---|