Skip to content

Commit 3bfb52e

Browse files
committed
Release 1.04
+ Fixed missing string in Chinese and Turkish Systems (Again) + Now plugins will only be installed to ur0:tai/config.txt . + Added support to Reload onfig.txt for userland plugins (Only for plugins which not require reboot). + Now the section where each plugin would be installed to config.txt is added at plugins list, under plugin description. + Now plugins list can be sorted by: alfabetic or section, by pressing L/R.
1 parent b948669 commit 3bfb52e

34 files changed

Lines changed: 450 additions & 337 deletions

AUTOPLUG2/git/shared.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"
44
APP_FOLDER = "AUTOPLUG2"
55

66
APP_VERSION_MAJOR = 0x01 -- major.minor
7-
APP_VERSION_MINOR = 0x03
7+
APP_VERSION_MINOR = 0x04
88
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary

AUTOPLUG2/lang/CHINESE_S.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ CHINESE_S["TRANSIMPOSE_LEVEL"] = "设置级别"
190190

191191
--Translate
192192
CHINESE_S["TRANSLATE_ENGLISH_TITLE"] = "英文方案: "
193-
CHINESE_S["TRANSLATE_CURRENT_TITLE"] = "当前方案: "
193+
CHINESE_S["TRANSLATE_CURRENT_TITLE"] = "System Language: "
194+
CHINESE_S["TRANSLATE_CURRENT_AUTOPLUGIN"] = "AutoPlugin Language: "
194195
CHINESE_S["TRANSLATE_YOUR_TITLE"] = "您的方案: "
195196
CHINESE_S["SAVE_TRANSLATIONS"] = "保存翻译"
196197
CHINESE_S["EXIT_SAVE_TRANSLATIONS"] = "翻译尚未保存. 是否在退出前保存?"
@@ -327,6 +328,7 @@ CHINESE_S["INSTALLP_DESC_QASCREEN"] = "适用于 PSVita 的高
327328
CHINESE_S["INSTALLP_DESC_NOSHAREDFB"] = "对于在系统模式下运行但使用标准帧缓冲实现的自制应用程序,允许您在挂起恢复周期之后绕过共享的帧缓冲问题的插件."
328329
CHINESE_S["INSTALLP_DESC_TRIMPOSE"] = "PS Vita 插件,用于使强制菜单 (长按 PS 按钮出现的那个) 透明."
329330
CHINESE_S["INSTALLP_DESC_QUIETSHOT"] = "在截屏,录像,拍照及拍摄全景照时,关闭快门音效.适用于 Playstation Vita 以及 PlayStation TV."
331+
CHINESE_S["INSTALLP_DESC_FTPEVERYWHERE"] = "ftpeverywhere - Always running background FTP server plugin."
330332

331333
--ALL
332334
CHINESE_S["INSTALLP_DESC_YAMT"] = "适用于 PSVita/PSTV 的又一款分区重新挂载内核插件 (依赖 Enso, 仅兼容 3.60 及 3.65 固件)"
@@ -356,6 +358,7 @@ CHINESE_S["INSTALLP_DESC_TRACKPLUGMOD"] = "适用于 PSV 的游戏
356358
CHINESE_S["INSTALLP_DESC_PSONESCROT"] = "为PS1游戏拍摄PNG格式截屏. [在快捷菜单中打开设置,如果使用 Adrenaline 请打开官方设置,选择截屏(screenshot)]"
357359
CHINESE_S["INSTALLP_DESC_CPUAFFCHANGER"] = "此插件将 PSVita 系统应用程序的 CPU 亲和力掩码指定为所有用户核心,从而提高程序的性能."
358360
CHINESE_S["INSTALLP_DESC_SHARPSCALE"] = "此插件令 PSTV 支持原生 960x544 HDMI 输出."
361+
CHINESE_S["INSTALLP_DESC_RAPIDMENU"] = "Reduce quick menu open time from 2 seconds to 200 milliseconds."
359362

360363
--*NPXS10013
361364
CHINESE_S["INSTALLP_DESC_PS4LINK"] = "大变革插件,用于强制选择喜欢的遥控操作按键配置方案"

AUTOPLUG2/lang/ENGLISH_US.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ ENGLISH_US["TRANSIMPOSE_LEVEL"] = "Level Set"
190190

191191
--Translate
192192
ENGLISH_US["TRANSLATE_ENGLISH_TITLE"] = "English: "
193-
ENGLISH_US["TRANSLATE_CURRENT_TITLE"] = "Current: "
193+
ENGLISH_US["TRANSLATE_CURRENT_TITLE"] = "System Language: "
194+
ENGLISH_US["TRANSLATE_CURRENT_AUTOPLUGIN"] = "AutoPlugin Language: "
194195
ENGLISH_US["TRANSLATE_YOUR_TITLE"] = "Yours: "
195196
ENGLISH_US["SAVE_TRANSLATIONS"] = "Save Translations"
196197
ENGLISH_US["EXIT_SAVE_TRANSLATIONS"] = "Translation not saved. Save before exiting?"
@@ -327,6 +328,7 @@ ENGLISH_US["INSTALLP_DESC_QASCREEN"] = "High quality screenshot
327328
ENGLISH_US["INSTALLP_DESC_NOSHAREDFB"] = "Allows you to bypass shared framebuffer issues after suspend-resume cycle for homebrew applications that run in system mode. but use standard framebuffer implementation."
328329
ENGLISH_US["INSTALLP_DESC_TRIMPOSE"] = "Plugin for PS Vita that makes impose menu (the one that appears after long PS button press) transparent."
329330
ENGLISH_US["INSTALLP_DESC_QUIETSHOT"] = "Silences the shutter sound when taking a screenshot, photo, video, or panoramic photo. Works on both the Playstation Vita and PlayStation TV."
331+
ENGLISH_US["INSTALLP_DESC_FTPEVERYWHERE"] = "ftpeverywhere - Always running background FTP server plugin."
330332

331333
--ALL
332334
ENGLISH_US["INSTALLP_DESC_YAMT"] = "Yet another (re)mount tool kernel plugin for PSVita/PSTV (Requires Enso, compatible ONLY with firmware 3.60 and 3.65"
@@ -356,6 +358,7 @@ ENGLISH_US["INSTALLP_DESC_TRACKPLUGMOD"] = "Playtime tracker plugin
356358
ENGLISH_US["INSTALLP_DESC_PSONESCROT"] = "Take proper PNG screenshots for PS1 games (Open settings in the quick menu, Open official settings if using adrenaline, Select screenshot)."
357359
ENGLISH_US["INSTALLP_DESC_CPUAFFCHANGER"] = "This plugin changes CPU affinity mask of PS Vita system applications to all user core,which increases their performance."
358360
ENGLISH_US["INSTALLP_DESC_SHARPSCALE"] = "Native 960x544 HDMI output for PSTV."
361+
ENGLISH_US["INSTALLP_DESC_RAPIDMENU"] = "Reduce quick menu open time from 2 seconds to 200 milliseconds."
359362

360363
--*NPXS10013
361364
ENGLISH_US["INSTALLP_DESC_PS4LINK"] = "taiHEN plugin that allows to force preferred Remote Play button configuration"

AUTOPLUG2/lang/FRENCH.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ FRENCH["TRANSIMPOSE_LEVEL"] = "Définition du niveau de tr
190190

191191
--Translate
192192
FRENCH["TRANSLATE_ENGLISH_TITLE"] = "Anglais : "
193-
FRENCH["TRANSLATE_CURRENT_TITLE"] = "Actuel : "
193+
FRENCH["TRANSLATE_CURRENT_TITLE"] = "System Language: "
194+
FRENCH["TRANSLATE_CURRENT_AUTOPLUGIN"] = "AutoPlugin Language: "
194195
FRENCH["TRANSLATE_YOUR_TITLE"] = "Le votre: "
195196
FRENCH["SAVE_TRANSLATIONS"] = "Enregistrer la traduction"
196197
FRENCH["EXIT_SAVE_TRANSLATIONS"] = "Traduction non enregistré. Enregistrer avant de quitter ?"
@@ -327,6 +328,7 @@ FRENCH["INSTALLP_DESC_QASCREEN"] = "Plugin de capture d'écran
327328
FRENCH["INSTALLP_DESC_NOSHAREDFB"] = "Permet de contourner les problèmes de framebuffer partagé après le cycle de mise en veille-reprise pour les applications et homebrews qui s'exécutent en mode système, mais utilisent une implémentation de framebuffer standard."
328329
FRENCH["INSTALLP_DESC_TRIMPOSE"] = "Plugin pour PS Vita qui rend le menu imposé (celui qui apparaît après une longue pression sur le bouton PS) transparent."
329330
FRENCH["INSTALLP_DESC_QUIETSHOT"] = "Désactive le son de l'obturateur lors de la prise d'une capture d'écran, d'une photo, d'une vidéo ou d'une photo panoramique. Fonctionne à la fois sur la Playstation Vita et la PlayStation TV."
331+
FRENCH["INSTALLP_DESC_FTPEVERYWHERE"] = "ftpeverywhere - Always running background FTP server plugin."
330332

331333
--ALL
332334
FRENCH["INSTALLP_DESC_YAMT"] = "Encore un autre plugin Kernel de l'outil de (re)montage pour PSVita/PSTV (nécessite Enso, compatible UNIQUEMENT avec les firmware 3.60 et 3.65"
@@ -356,6 +358,7 @@ FRENCH["INSTALLP_DESC_TRACKPLUGMOD"] = "Plugin PSVita qui calcule l
356358
FRENCH["INSTALLP_DESC_PSONESCROT"] = "Faites des captures d'écran PNG appropriées pour les jeux PS1 (Ouvrez les paramètres dans le menu rapide, Ouvrez les paramètres officiels si vous utilisez l'adrénaline, Sélectionnez la capture d'écran)."
357359
FRENCH["INSTALLP_DESC_CPUAFFCHANGER"] = "Ce plugin modifie le masque d'affinité de l'unité centrale des applications du système PS Vita pour tous les noyaux d'utilisateurs, ce qui augmente leurs performances."
358360
FRENCH["INSTALLP_DESC_SHARPSCALE"] = "Sortie HDMI 960x544 pour les PSTV."
361+
FRENCH["INSTALLP_DESC_RAPIDMENU"] = "Reduce quick menu open time from 2 seconds to 200 milliseconds."
359362

360363
--*NPXS10013
361364
FRENCH["INSTALLP_DESC_PS4LINK"] = "plugin taiHEN qui permet de forcer la configuration préférée des boutons de lecture à distance"

AUTOPLUG2/lang/GERMAN.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ GERMAN["TRANSIMPOSE_LEVEL"] = "Tranzparenzstufe eingestell
190190

191191
--Translate
192192
GERMAN["TRANSLATE_ENGLISH_TITLE"] = "Englisch: "
193-
GERMAN["TRANSLATE_CURRENT_TITLE"] = "Aktuell: "
193+
GERMAN["TRANSLATE_CURRENT_TITLE"] = "System Language: "
194+
GERMAN["TRANSLATE_CURRENT_AUTOPLUGIN"] = "AutoPlugin Language: "
194195
GERMAN["TRANSLATE_YOUR_TITLE"] = "Deine: "
195196
GERMAN["SAVE_TRANSLATIONS"] = "Übersetzung speichern"
196197
GERMAN["EXIT_SAVE_TRANSLATIONS"] = "Übersetzung nicht gespeichert. Vor dem verlassen Speichern?"
@@ -327,6 +328,7 @@ GERMAN["INSTALLP_DESC_QASCREEN"] = "Hochwertiges Screenshot Plu
327328
GERMAN["INSTALLP_DESC_NOSHAREDFB"] = "Ermöglicht das Umgehen von Problemen mit gemeinsam genutzten Bildspeichern nach dem Anhalten des Wiederaufnahmezyklus für Homebrew Anwendungen, die im Systemmodus ausgeführt werden. Verwenden Sie jedoch die Standard Bildspeicher Implementierung."
328329
GERMAN["INSTALLP_DESC_TRIMPOSE"] = "Ein Plugin für PS Vita, dass das Schnellmenü (das nach langem Drücken der PS-Taste angezeigt wird) transparent macht."
329330
GERMAN["INSTALLP_DESC_QUIETSHOT"] = "Silences the shutter sound when taking a screenshot, photo, video, or panoramic photo. Works on both the Playstation Vita and PlayStation TV."
331+
GERMAN["INSTALLP_DESC_FTPEVERYWHERE"] = "ftpeverywhere - Always running background FTP server plugin."
330332

331333
--ALL
332334
GERMAN["INSTALLP_DESC_YAMT"] = "Ein anderes Kernel Plugin um den Speicher einer Partition zu zuweisen, für PSVita/PSTV (Benötigt Enso, NUR mit der Firmware 3.60 und 3.65"
@@ -356,6 +358,7 @@ GERMAN["INSTALLP_DESC_TRACKPLUGMOD"] = "Playtime tracker plugin for
356358
GERMAN["INSTALLP_DESC_PSONESCROT"] = "Take proper PNG screenshots for PS1 games (Open settings in the quick menu, Open official settings if using adrenaline, Select screenshot)."
357359
GERMAN["INSTALLP_DESC_CPUAFFCHANGER"] = "This plugin changes CPU affinity mask of PS Vita system applications to all user core,which increases their performance."
358360
GERMAN["INSTALLP_DESC_SHARPSCALE"] = "Native 960x544 HDMI output for PSTV."
361+
GERMAN["INSTALLP_DESC_RAPIDMENU"] = "Reduce quick menu open time from 2 seconds to 200 milliseconds."
359362

360363
--*NPXS10013
361364
GERMAN["INSTALLP_DESC_PS4LINK"] = "taiHEN Plugin, mit dem die bevorzugte Tasten Konfiguration für Remote Play erzwungen werden kann."

AUTOPLUG2/lang/ITALIAN.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ ITALIAN["TRANSIMPOSE_LEVEL"] = "Modifica livello"
190190

191191
--Translate
192192
ITALIAN["TRANSLATE_ENGLISH_TITLE"] = "Inglese: "
193-
ITALIAN["TRANSLATE_CURRENT_TITLE"] = "Attuale: "
193+
ITALIAN["TRANSLATE_CURRENT_TITLE"] = "System Language: "
194+
ITALIAN["TRANSLATE_CURRENT_AUTOPLUGIN"] = "AutoPlugin Language: "
194195
ITALIAN["TRANSLATE_YOUR_TITLE"] = "La tua traduzione: "
195196
ITALIAN["SAVE_TRANSLATIONS"] = "Salva le traduzioni"
196197
ITALIAN["EXIT_SAVE_TRANSLATIONS"] = "Traduzione non salvata. Salvare prima di uscire?"
@@ -327,6 +328,7 @@ ITALIAN["INSTALLP_DESC_QASCREEN"] = "Plugin che permette di
327328
ITALIAN["INSTALLP_DESC_NOSHAREDFB"] = "Consente di aggirare i problemi di framebuffer condivisi dopo il ciclo di sospensione/ripresa per le applicazioni homebrew eseguite in modalità di sistema. ma usa l'implementazione standard di framebuffer."
328329
ITALIAN["INSTALLP_DESC_TRIMPOSE"] = "Plugin per PS Vita che rende trasparente il menu RAPIDO (quello che appare dopo aver premuto a lungo il pulsante PS)."
329330
ITALIAN["INSTALLP_DESC_QUIETSHOT"] = "Silenzia il suono di default quando si scatta uno screenshot, una foto, un video o una foto panoramica. Funziona sia su Playstation Vita che su PlayStation TV."
331+
ITALIAN["INSTALLP_DESC_FTPEVERYWHERE"] = "ftpeverywhere - Always running background FTP server plugin."
330332

331333
--ALL
332334
ITALIAN["INSTALLP_DESC_YAMT"] = "Ancora un altro plugin(SD2VITA) per PSVita/PSTV (richiede Enso, compatibile SOLO con firmware 3.60 e 3.65)"
@@ -356,6 +358,7 @@ ITALIAN["INSTALLP_DESC_TRACKPLUGMOD"] = "Semplice plugin che ti
356358
ITALIAN["INSTALLP_DESC_PSONESCROT"] = "Take proper PNG screenshots for PS1 games (Open settings in the quick menu, Open official settings if using adrenaline, Select screenshot)."
357359
ITALIAN["INSTALLP_DESC_CPUAFFCHANGER"] = "This plugin changes CPU affinity mask of PS Vita system applications to all user core,which increases their performance."
358360
ITALIAN["INSTALLP_DESC_SHARPSCALE"] = "Native 960x544 HDMI output for PSTV."
361+
ITALIAN["INSTALLP_DESC_RAPIDMENU"] = "Reduce quick menu open time from 2 seconds to 200 milliseconds."
359362

360363
--*NPXS10013
361364
ITALIAN["INSTALLP_DESC_PS4LINK"] = "Questo plugin consente di forzare la configurazione preferita del pulsante di Riproduzione remota"

AUTOPLUG2/lang/JAPANESE.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ JAPANESE["TRANSIMPOSE_LEVEL"] = "Level Set"
190190

191191
--Translate
192192
JAPANESE["TRANSLATE_ENGLISH_TITLE"] = "英語: "
193-
JAPANESE["TRANSLATE_CURRENT_TITLE"] = "現在: "
193+
JAPANESE["TRANSLATE_CURRENT_TITLE"] = "System Language: "
194+
JAPANESE["TRANSLATE_CURRENT_AUTOPLUGIN"] = "AutoPlugin Language: "
194195
JAPANESE["TRANSLATE_YOUR_TITLE"] = "Yours: "
195196
JAPANESE["SAVE_TRANSLATIONS"] = "翻訳を保存"
196197
JAPANESE["EXIT_SAVE_TRANSLATIONS"] = "翻訳内容は保存されませんでした。 終了する前に保存しますか?"
@@ -327,6 +328,7 @@ JAPANESE["INSTALLP_DESC_QASCREEN"] = "PSVita用の高品質
327328
JAPANESE["INSTALLP_DESC_NOSHAREDFB"] = "システムモードで実行される自作アプリケーションのサスペンドと再開のサイクル後、共有フレームバッファの問題を回避できます。 ただし、標準のフレームバッファ実装を使用します"
328329
JAPANESE["INSTALLP_DESC_TRIMPOSE"] = "長押しメニュー(PSボタンを長く押した後に表示されるメニュー)を透明にするPSVitaのプラグイン"
329330
JAPANESE["INSTALLP_DESC_QUIETSHOT"] = "Silences the shutter sound when taking a screenshot, photo, video, or panoramic photo. Works on both the Playstation Vita and PlayStation TV."
331+
JAPANESE["INSTALLP_DESC_FTPEVERYWHERE"] = "ftpeverywhere - Always running background FTP server plugin."
330332

331333
--ALL
332334
JAPANESE["INSTALLP_DESC_YAMT"] = "PSVita/PSTV用の別の(再)マウントツールカーネルプラグイン (Ensoが必要、ファームウェア3.60および3.65とのみ互換性あり)"
@@ -356,6 +358,7 @@ JAPANESE["INSTALLP_DESC_TRACKPLUGMOD"] = "Playtime tracker plugin
356358
JAPANESE["INSTALLP_DESC_PSONESCROT"] = "Take proper PNG screenshots for PS1 games (Open settings in the quick menu, Open official settings if using adrenaline, Select screenshot)."
357359
JAPANESE["INSTALLP_DESC_CPUAFFCHANGER"] = "This plugin changes CPU affinity mask of PS Vita system applications to all user core,which increases their performance."
358360
JAPANESE["INSTALLP_DESC_SHARPSCALE"] = "Native 960x544 HDMI output for PSTV."
361+
JAPANESE["INSTALLP_DESC_RAPIDMENU"] = "Reduce quick menu open time from 2 seconds to 200 milliseconds."
359362

360363
--*NPXS10013
361364
JAPANESE["INSTALLP_DESC_PS4LINK"] = "優先リモート再生ボタンの設定を強制することができるtaiHENプラグイン"

AUTOPLUG2/lang/Langdatabase.lua

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Langs = {
2-
{ id = "ENGLISH_US", version = "01.07", author = "Yoti" },
3-
{ id = "ITALIAN", version = "01.09", author = "TheHeroGAC" },
4-
{ id = "JAPANESE", version = "01.07", author = "Kouchan" },
5-
{ id = "SPANISH", version = "01.10", author = "gvaldebenit" },
6-
{ id = "CHINESE_S", version = "01.11", author = "yexun1995" },
7-
{ id = "FRENCH", version = "01.11", author = "Chronoss09" },
8-
{ id = "GERMAN", version = "01.07", author = "Schn1ek3" },
9-
{ id = "RUSSIAN", version = "01.10", author = "Yoti" },
10-
{ id = "POLISH", version = "01.06", author = "Gameplay World's" }
2+
{ id = "ENGLISH_US", version = "01.08", author = "Yoti" },
3+
{ id = "ITALIAN", version = "01.10", author = "TheHeroGAC" },
4+
{ id = "JAPANESE", version = "01.08", author = "Kouchan" },
5+
{ id = "SPANISH", version = "01.11", author = "gvaldebenit" },
6+
{ id = "CHINESE_S", version = "01.12", author = "yexun1995" },
7+
{ id = "FRENCH", version = "01.12", author = "Chronoss09" },
8+
{ id = "GERMAN", version = "01.08", author = "Schn1ek3" },
9+
{ id = "RUSSIAN", version = "01.11", author = "Yoti" },
10+
{ id = "POLISH", version = "01.07", author = "Gameplay World's" },
1111
}

AUTOPLUG2/lang/POLISH.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ POLISH["TRANSIMPOSE_LEVEL"] = "Level Set"
190190

191191
--Translate
192192
POLISH["TRANSLATE_ENGLISH_TITLE"] = "Polski: "
193-
POLISH["TRANSLATE_CURRENT_TITLE"] = "Obecny: "
193+
POLISH["TRANSLATE_CURRENT_TITLE"] = "System Language: "
194+
POLISH["TRANSLATE_CURRENT_AUTOPLUGIN"] = "AutoPlugin Language: "
194195
POLISH["TRANSLATE_YOUR_TITLE"] = "Twoje: "
195196
POLISH["SAVE_TRANSLATIONS"] = "Zapisano tłumaczenie"
196197
POLISH["EXIT_SAVE_TRANSLATIONS"] = "Tłumaczenie nie zapisane, czy napewno chcesz wyjść?"
@@ -327,6 +328,7 @@ POLISH["INSTALLP_DESC_QASCREEN"] = "Wtyczka wysokiej jakości z
327328
POLISH["INSTALLP_DESC_NOSHAREDFB"] = "Pozwala ominąć wspólne problemy z buforowaniem ramki po cyklu zawieszenia-wznowienia dla aplikacji homebrew, które działają w trybie systemowym. Ale używa standardowej implementacji bufora ramki."
328329
POLISH["INSTALLP_DESC_TRIMPOSE"] = "Wtyczka do PS Vita, która sprawia, że nakładka menu (to, które pojawia się po długim naciśnięciu przycisku PS) jest przezroczyste."
329330
POLISH["INSTALLP_DESC_QUIETSHOT"] = "Silences the shutter sound when taking a screenshot, photo, video, or panoramic photo. Works on both the Playstation Vita and PlayStation TV."
331+
POLISH["INSTALLP_DESC_FTPEVERYWHERE"] = "ftpeverywhere - Always running background FTP server plugin."
330332

331333
--ALL
332334
POLISH["INSTALLP_DESC_YAMT"] = "Yet another (re)mount tool kernel plugin for PSVita/PSTV (Requires Enso, compatible ONLY with firmware 3.60 and 3.65"
@@ -356,6 +358,7 @@ POLISH["INSTALLP_DESC_TRACKPLUGMOD"] = "Playtime tracker plugin for
356358
POLISH["INSTALLP_DESC_PSONESCROT"] = "Take proper PNG screenshots for PS1 games (Open settings in the quick menu, Open official settings if using adrenaline, Select screenshot)."
357359
POLISH["INSTALLP_DESC_CPUAFFCHANGER"] = "This plugin changes CPU affinity mask of PS Vita system applications to all user core,which increases their performance."
358360
POLISH["INSTALLP_DESC_SHARPSCALE"] = "Native 960x544 HDMI output for PSTV."
361+
POLISH["INSTALLP_DESC_RAPIDMENU"] = "Reduce quick menu open time from 2 seconds to 200 milliseconds."
359362

360363
--*NPXS10013
361364
POLISH["INSTALLP_DESC_PS4LINK"] = "taiHEN plugin that allows to force preferred Remote Play button configuration"

0 commit comments

Comments
 (0)