From ba153c4b514fce0e16ae71d76a49c59d0ff245db Mon Sep 17 00:00:00 2001 From: windows-server-2003 Date: Fri, 3 Mar 2023 14:39:33 +0900 Subject: [PATCH] Move onto v0.5.3 --- Makefile | 2 +- romfs/yt_decrypter.txt | 48 +++++++++++++++++++----------------------- source/definitions.hpp | 2 +- 3 files changed, 24 insertions(+), 28 deletions(-) diff --git a/Makefile b/Makefile index 180fa339..8fc1204a 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ ROMFS := romfs LIBRARY := library GFXBUILD := $(ROMFS)/gfx #--------------------------------------------------------------------------------- -APP_VER := 82 +APP_VER := 83 APP_TITLE := ThirdTube APP_DESCRIPTION := A YouTube client for the 3DS APP_AUTHOR := windows_server_2003 diff --git a/romfs/yt_decrypter.txt b/romfs/yt_decrypter.txt index 4c7beb5a..f5f90552 100644 --- a/romfs/yt_decrypter.txt +++ b/romfs/yt_decrypter.txt @@ -1,30 +1,26 @@ -# 19345 -s 9 -c 3 -R -s 23 -s 35 -s 8 -c 2 +# 19417 +s 17 +c 1 R +s 65 > -t shift 0aA-_ -e -982641188 +r -800848978 +R +e 330905968 +r -1801395041 +r -45203544 +r 969944705 +s -1266939812 +s 1071587255 +r 2070384319 +t hwadna7 Aa0-_ +s 61910453 +R +t UDjUn 0aA-_ +r -1700764381 +R R -s 24255491 -e 459973519 +r 859083917 +r -2140614363 +r -307172264 R -s 1636924065 -r 594168238 -e 342788075 -s 1232619296 -s -1202923071 -s 297886161 -s 399714127 -t else 0aA-_ -s -2138817396 -s 1123509674 -r -82914077 -r 2061406551 -r 686585324 -s 1968971545 diff --git a/source/definitions.hpp b/source/definitions.hpp index 2bacee18..91d66b57 100644 --- a/source/definitions.hpp +++ b/source/definitions.hpp @@ -9,7 +9,7 @@ #define DEF_SEND_APP_INFO_URL (std::string)"https://script.google.com/macros/s/AKfycbyn_blFyKWXCgJr6NIF8x6ETs7CHRN5FXKYEAAIrzV6jPYcCkI/exec" #define DEF_CHECK_UPDATE_URL (std::string)"https://script.google.com/macros/s/AKfycbwTd3jzV0npUE9MNKmZIv3isazVR5D9_7A8rexsG1vr9SE7iavDBxgtzlph8dZipwu9/exec" #define DEF_HTTP_USER_AGENT (std::string)"video player for 3ds v1.1.0" -#define DEF_CURRENT_APP_VER (std::string)"0.5.2" +#define DEF_CURRENT_APP_VER (std::string)"0.5.3" #define DEF_CURRENT_APP_VER_INT 0 #define GITHUB_URL std::string("https://github.com/windows-server-2003/ThirdTube")