Skip to content

Commit

Permalink
Versión 1.8
Browse files Browse the repository at this point in the history
Agrega Favoritos y elimina descarga.
  • Loading branch information
darkxex committed Jan 7, 2021
1 parent 252a550 commit f56c941
Show file tree
Hide file tree
Showing 19 changed files with 132,269 additions and 136,134 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ include $(DEVKITPRO)/libnx/switch_rules
# - <libnx folder>/default_icon.jpg
#---------------------------------------------------------------------------------
VERSION_MAJOR := 1
VERSION_MINOR := 7
VERSION_MICRO := 6
VERSION_MINOR := 8
VERSION_MICRO := 0

APP_TITLE := RipJKAnime NX
APP_AUTHOR := AngelXex
Expand Down Expand Up @@ -68,7 +68,8 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++17
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-no-as-needed,-Map,$(notdir $*.map)

LIBS := -lSDL2_ttf -lSDL2_gfx -lSDL2_image -lpng -lwebp -ljpeg `sdl2-config --libs` `freetype-config --libs` -lcurl -lmbedtls -lmbedx509 -lmbedcrypto -lz -lnx
LIBS := -lSDL2_ttf -lSDL2_gfx -lSDL2_image -lpng -lwebp -ljpeg `sdl2-config --libs` `freetype-config --libs` -lcurl -lmbedtls -lmbedx509 -lmbedcrypto -lz -lnx `$(PREFIX)pkg-config --libs sdl2 SDL2_mixer SDL2_image SDL2_ttf` \
-lnx
#LIBS := -lSDL2_ttf -lSDL2_image -lSDL2_mixer -lSDL2 -lSDL2_gfx \
# -lpng -ljpeg \
# -lglad -lEGL -lglapi -ldrm_nouveau \
Expand Down
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
# RipJKNX
app de JKAnime para Nintendo Switch
----------------------------------------
para ejecutar esta aplicación se necesita usar la memoria completa de la consola, por ende no debes abrirla desde el albúm. necesitas tener homebrew menu (actualizado.)

Otros CFW: instala un NSP del homebrew menu actualizado, ábrelo y ejecuta RipJKAnimeNX.

En Atmosphere: abre cualquier juego que tengas mientras mantienes presionado el botón R. en vez de abrirse tu juego se ejecutará homebrew menu, entonces desde ahí abres RipJKAnimeNX.

En SX OS: abre cualquier juego que tengas mientras mantienes presionado el botón R. en vez de abrirse tu juego se ejecutará homebrew menu, entonces desde ahí abres RipJKAnimeNX.

Ver Online
----------------------------------------
Ver Online funciona bien en Atmosphere, en SX OS debes desactivar Stealth Mode y para que funcione debes instalar el RipJKForwader.nsp y ejecutar el homebrew desde ahí.

Advertencia:
----------------------------------------
Si la app se cierra al intentar abrirla, es porque se cayó JKAnime y debes intentar más tarde.
Esta aplicación es para ver Anime Online a través de la nintendo Switch.
solo debes hacer dos cosas:
instalar el RipJKForwader.nsp y copiar el archivo RipJKAnime_NX.nro a la carpeta llamada "Switch" en la SD.
49,730 changes: 24,002 additions & 25,728 deletions build/RipJKAnime_NX.lst

Large diffs are not rendered by default.

217,822 changes: 107,719 additions & 110,103 deletions build/RipJKAnime_NX.map

Large diffs are not rendered by default.

Loading

0 comments on commit f56c941

Please sign in to comment.