ThemezerNX/LayoutDocsPublic NotificationsYou must be signed in to change notification settings Fork4 Star2 main 2BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit Migushthe2nd Update main.yml Jun 12, 2023 ...
Make sure your switch is connected to the internet (if you're looking to connect online without connecting to nintendo, see90DNS) Open the app in the homebrew menu When you select "Install theme" the app will queue the install until you exit via + or via the 'exit themezer-nx' button...
themezer-nx/build/ *.elf *.nacp *.nro 10 changes: 10 additions & 0 deletions 10 Makefile Original file line numberDiff line numberDiff line change @@ -0,0 +1,10 @@ .PHONY: all clean all: @$(MAKE) -C JAGL/ @$(MAKE) -C themezer-nx/ clean: @$(MAKE) -C JAGL/ clean ...
The app now starts up with the all target selected. Better error screens have been implemented Notice Some people are unable to connect to the themezer server using this app. If this happens, please check out issue #2 Assets 3 themezer-nx.nro 8.3 MB 2020-08-23T18:40:20Z Source ...
The app now uses the thumb images (smaller resolution images) for the grid overview, and downloads the full preview in the background while in the detail menuAssets 3 themezer-nx.nro 8.3 MB 2020-08-21T21:00:18Z Source code (zip) 2020-08-21T16:45:10Z Source code (tar.gz)...
2 changes: 1 addition & 1 deletion 2 themezer-nx/Makefile Original file line numberDiff line numberDiff line change @@ -39,7 +39,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--- APP_TITLE := Themezer-NX APP_AUTHOR := Such Meme, Many Skill APP_VERSION := 1.1.2 APP_VERSION ...
suchmememanyskill released this 16 Nov 17:17 · 30 commits to master since this release 1.1.2 42fd8c3 Themezer-nx now auto starts at the Packs tab, rather than the All tab The LR buttons can now be used to navigate between pages...
4 changes: 1 addition & 3 deletions 4 themezer-nx/source/design.c Original file line numberDiff line numberDiff line change @@ -36,7 +36,7 @@ void SetInstallButtonState(int state){ InstallButtonState = state; } SDL_Texture *menuIcon, *searchIcon, *setIcon, *sortIcon, *arrowLIcon...
suchmememanyskill released this 21 Aug 14:21 · 47 commits to master since this release 1.0.0 d383d91 Initial release. Read readme for usage. The app is best enjoyed with the NXThemesInstaller.nro in the switch folderAssets 3 themezer-nx.nro 8.3 MB 2020-08-21T14:21:05Z ...
A switch theme downloader that pulls from https://themezer.net/ - Add jagl submodule · suchmememanyskill/themezer-nx@198599c