diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index 120c493b04..307f56fef9 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -73,7 +73,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_LOAD_DISC, - "Eine physische Medien-Disc laden. Zuerst sollte der Core ausgewählt werden (Core laden), welcher mit der Disc genutzt werden soll." + "Eine physische Medien-Disc laden. Zuerst sollte der Core ausgewählt werden (\"Core laden\"), welcher mit der Disc genutzt werden soll." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_DUMP_DISC, @@ -145,7 +145,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CONFIGURATIONS_LIST, - "Konfigurationen" + "Konfiguration" ) MSG_HASH( MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST, @@ -173,7 +173,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_QUIT_RETROARCH, - "Das Programm verlassen." + "Das Programm schließen." ) /* Main Menu > Load Core */ @@ -226,7 +226,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_GOTO_FAVORITES, - "Zu 'Favoriten' hinzugefügte Inhalte werden hier erscheinen." + "Zu \"Favoriten\" hinzugefügte Inhalte werden hier erscheinen." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_GOTO_MUSIC, @@ -2278,12 +2278,20 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO, - "Controller-Kombination zum Umschalten des Menüs" + "Controller-Kombination 'Menü'" ) MSG_HASH( MENU_ENUM_SUBLABEL_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO, "Controller-Tastenkombination, mit der das Menü aufgerufen wird." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_QUIT_GAMEPAD_COMBO, + "Controller-Kombination 'Beenden'" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_QUIT_GAMEPAD_COMBO, + "Controller-Tastenkombination, mit der RetroArch geschlossen wird." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BLOCK_DELAY, "Hotkey-Aktivierungsverzögerung (Frames)" diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index 956b6465a2..57685af77c 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -2360,6 +2360,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO, "Asigna una combinación de botones en el mando para mostrar el menú." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_QUIT_GAMEPAD_COMBO, + "Combinación de mando para cerrar" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_QUIT_GAMEPAD_COMBO, + "Asigna una combinación de botones en el mando para cerrar RetroArch." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BLOCK_DELAY, "Retraso para activar teclas rápidas (en fotogramas)" @@ -9967,11 +9975,11 @@ MSG_HASH( ) MSG_HASH( MSG_GOT_CONNECTION_FROM, - "Conexión recibida desde: \"%s\"" + "Conexión recibida desde: «%s»" ) MSG_HASH( MSG_GOT_CONNECTION_FROM_NAME, - "Conexión recibida desde: \"%s (%s)\"" + "Conexión recibida desde: «%s (%s)»" ) MSG_HASH( MSG_PUBLIC_ADDRESS, diff --git a/intl/msg_hash_fi.h b/intl/msg_hash_fi.h index b96be129af..dc1c8d1dfd 100644 --- a/intl/msg_hash_fi.h +++ b/intl/msg_hash_fi.h @@ -10401,6 +10401,14 @@ MSG_HASH( MSG_DISCONNECT_DEVICE_FROM_A_VALID_PORT, "Irrota laite kelvollisesta portista." ) +MSG_HASH( + MSG_DISK_CLOSED, + "Suljettiin virtuaalinen levyasema." + ) +MSG_HASH( + MSG_DISK_EJECTED, + "Avattiin virtuaalinen levyasema." + ) MSG_HASH( MSG_DOWNLOADING, "Ladataan" @@ -11033,6 +11041,10 @@ MSG_HASH( MSG_UNPAUSED, "Jatkuu." ) +MSG_HASH( + MSG_UNRECOGNIZED_COMMAND, + "Tuntematon komento \"%s\" vastaanotettu.\n" + ) MSG_HASH( MSG_USING_CORE_NAME_FOR_NEW_CONFIG, "Käytetään ytimen nimeä uudelle kokoonpanolle." @@ -11065,6 +11077,14 @@ MSG_HASH( MSG_VIEWPORT_SIZE_CALCULATION_FAILED, "Ikkunan koon laskenta epäonnistui! jatketaan raakadatan käyttöä. Tämä ei varmaan toimi oikein..." ) +MSG_HASH( + MSG_VIRTUAL_DISK_TRAY_EJECT, + "Virtuaalisen levyaseman avaaminen epäonnistui." + ) +MSG_HASH( + MSG_VIRTUAL_DISK_TRAY_CLOSE, + "Virtuaalisen levyaseman sulkeminen epäonnistui." + ) MSG_HASH( MSG_DEVICE_NOT_CONFIGURED, "ei määritelty" diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index 4b64f5f10d..e6afc07fe4 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -2348,6 +2348,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO, "Combinaison de touches de la manette pour afficher/masquer le menu." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_QUIT_GAMEPAD_COMBO, + "Combinaison manette pour quitter" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_QUIT_GAMEPAD_COMBO, + "Combinaison de touches de la manette pour quitter RetroArch." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BLOCK_DELAY, "Délai d'activation de la touche de raccourcis (en images)" diff --git a/intl/msg_hash_it.h b/intl/msg_hash_it.h index 33ac126b04..59a8ac405d 100644 --- a/intl/msg_hash_it.h +++ b/intl/msg_hash_it.h @@ -562,7 +562,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_DPI, - "Visualizza DPI (Punti per Pollice)" + "Valore DPI" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBRETRODB_SUPPORT, @@ -2336,6 +2336,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO, "Combinazione pulsante controller per attivare il menu." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_QUIT_GAMEPAD_COMBO, + "Abbandona Combo Controller" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_QUIT_GAMEPAD_COMBO, + "Combinazione pulsante controller per uscire da RetroArch." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BLOCK_DELAY, "Ritardo per l'Attivazione della Scorciatoia (in Fotogrammi)" diff --git a/intl/msg_hash_ja.h b/intl/msg_hash_ja.h index 0e0530edc5..150873b5c4 100644 --- a/intl/msg_hash_ja.h +++ b/intl/msg_hash_ja.h @@ -1268,6 +1268,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SCALING_SETTINGS, "ビデオスケーリングの設定を変更します." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_HDR_SETTINGS, + "HDRの設定を変更します。" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_SYNCHRONIZATION_SETTINGS, "同期" @@ -1330,6 +1334,10 @@ MSG_HASH( "バイリニア (双線形)" ) #if defined(RS90) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_VIDEO_DINGUX_RS90_SOFTFILTER_POINT, + "ニアレストネイバー" + ) #endif #endif MSG_HASH( @@ -1438,6 +1446,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_GPU_INDEX, "GPUインデックス" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_GPU_INDEX, + "使用するグラフィックカードを選択します。" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE, "リフレッシュレート" @@ -1515,6 +1527,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_FULLSCREEN_Y, "フルスクリーンモードの高さを設定します. 設定しないとデスクトップの解像度を使用します." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_FORCE_RESOLUTION, + "解像度をフルスクリーンサイズに強制します。0に設定すると、3840 x 2160が使用されます。" + ) /* Settings > Video > Windowed Mode */ diff --git a/intl/msg_hash_ko.h b/intl/msg_hash_ko.h index 6e7ded327d..54781e80c3 100644 --- a/intl/msg_hash_ko.h +++ b/intl/msg_hash_ko.h @@ -2388,6 +2388,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO, "메뉴를 호출하는 버튼 조합입니다." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_QUIT_GAMEPAD_COMBO, + "종료 버튼 조합" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_QUIT_GAMEPAD_COMBO, + "RetroArch를 종료하는 버튼 조합입니다." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BLOCK_DELAY, "핫키 지연 시간 (프레임)" diff --git a/intl/msg_hash_pl.h b/intl/msg_hash_pl.h index 891e424b4b..c55ba529f5 100644 --- a/intl/msg_hash_pl.h +++ b/intl/msg_hash_pl.h @@ -2312,6 +2312,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO, "Kombinacja przycisków kontrolera do przełączania menu." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_QUIT_GAMEPAD_COMBO, + "Kombinacja przycisków kontrolera aby wyjść z RetroArch." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BLOCK_DELAY, "Opóźnienie aktywacji klawisza skrótu (w ramkach)" @@ -11888,26 +11892,10 @@ MSG_HASH( MSG_3DS_BOTTOM_MENU_ASSET_NOT_FOUND, "nie znaleziono bottom_menu.png\nw folderze /ctr" ) -MSG_HASH( - MSG_3DS_BOTTOM_MENU_NO_STATE_DATA, - "Br.\ndan." - ) -MSG_HASH( - MSG_3DS_BOTTOM_MENU_NO_STATE_THUMBNAIL, - "Brak\nzrz. ekr." - ) MSG_HASH( MSG_3DS_BOTTOM_MENU_RESUME, "Wznów grę" ) -MSG_HASH( - MSG_3DS_BOTTOM_MENU_SAVE_STATE, - "Utwórz\npunkt przyw." - ) -MSG_HASH( - MSG_3DS_BOTTOM_MENU_LOAD_STATE, - "Załaduj\npkt przywr." - ) #endif #ifdef HAVE_QT MSG_HASH( diff --git a/intl/msg_hash_pt_br.h b/intl/msg_hash_pt_br.h index 3f1a33986c..991d517670 100644 --- a/intl/msg_hash_pt_br.h +++ b/intl/msg_hash_pt_br.h @@ -1458,6 +1458,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_GPU_INDEX, "Índice da GPU" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_GPU_INDEX, + "Escolha qual a placa de vídeo será usada." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE, "Taxa de atualização vertical" @@ -2332,6 +2336,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO, "Combinação de botões do controle para alternar o menu." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_QUIT_GAMEPAD_COMBO, + "Encerre o controlador combo" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_QUIT_GAMEPAD_COMBO, + "A combinação dos botões do controle para encerrar o RetroArch." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BLOCK_DELAY, "Atraso da tecla de atalho (quadros)" @@ -11479,6 +11491,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION, "Resolução da tela" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_SCREEN_RESOLUTION, + "Escolha o modo de exibição." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_SHUTDOWN, "Desligar" diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index 95d152dc12..9ad86ee1df 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -2309,7 +2309,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_USER_BINDS, - "Управление порта %u" + "Порт %u привязки" ) MSG_HASH( MENU_ENUM_SUBLABEL_INPUT_USER_BINDS, @@ -2380,6 +2380,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO, "Комбинация кнопок контроллера для вызова меню." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_QUIT_GAMEPAD_COMBO, + "Комбинация кнопок для выхода" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_QUIT_GAMEPAD_COMBO, + "Комбинация кнопок контроллера для выхода из RetroArch." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BLOCK_DELAY, "Задержка включения горячей клавиши (в кадрах)" @@ -3068,7 +3076,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_AUTO_REMAPS_ENABLE, - "Загружать изменения схем управления при запуске." + "Загружать пользовательские привязки ввода при запуске." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_AUTO_SHADERS_ENABLE, @@ -6431,7 +6439,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_CORE_INPUT_REMAPPING_OPTIONS, - "Настройки управления для текущего загруженного контента." + "Настройка управления для текущего контента." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CORE_CHEAT_OPTIONS, @@ -7034,7 +7042,7 @@ MSG_HASH( MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_SAVE_REFERENCE, - "Сохранять пресет шейдера со ссылкой на оригинальный пресет и набором параметров, изменённых пользователем." + "Сохранять пресеты шейдеров в виде ссылки на оригинальный пресет с набором параметров, изменённых пользователем." ) MSG_HASH( diff --git a/intl/msg_hash_tr.h b/intl/msg_hash_tr.h index 1f6a26a2ef..9a2c93c95a 100644 --- a/intl/msg_hash_tr.h +++ b/intl/msg_hash_tr.h @@ -1096,7 +1096,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_RETRO_ACHIEVEMENTS_SETTINGS, - "Başarılar" + "Başarımlar" ) MSG_HASH( MENU_ENUM_SUBLABEL_RETRO_ACHIEVEMENTS_SETTINGS, @@ -1124,7 +1124,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_USER_SETTINGS, - "Hesap, kullanıcı adı ve dil ayarlarını değiştir." + "Hesap, kullanıcı adı veya dil ayarlarını değiştir." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_DIRECTORY_SETTINGS, @@ -2356,6 +2356,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO, "Geçiş menüsüne kontrolcü düğmesi kombinasyonu." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_QUIT_GAMEPAD_COMBO, + "Çıkmak İçin Denetleyici Kombinasyonu" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_QUIT_GAMEPAD_COMBO, + "RetroArch üstünden çıkmak için denetleyici düğme kombinasyonu." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BLOCK_DELAY, "Kısayol Tuşu Etkinleştirme Gecikmesi (Çerçeveler)" diff --git a/intl/msg_hash_uk.h b/intl/msg_hash_uk.h index 9e49ad9621..736356b13c 100644 --- a/intl/msg_hash_uk.h +++ b/intl/msg_hash_uk.h @@ -2248,6 +2248,14 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_QUIT_PRESS_TWICE, "Підтвердити вихід" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_QUIT_GAMEPAD_COMBO, + "Комбінація кнопок для виходу" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_QUIT_GAMEPAD_COMBO, + "Комбінація кнопок контролера для виходу з RetroArch." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_META_FAST_FORWARD_KEY, "Перемотування (перемикач)" diff --git a/intl/steam_hu.json b/intl/steam_hu.json index 012f982e9c..59790bcff4 100644 --- a/intl/steam_hu.json +++ b/intl/steam_hu.json @@ -8,7 +8,7 @@ "mgba-desc": "[img]{STEAM_APP_IMAGE}/extras/mgba.png[/img]\n\nAz mGBA egy gyors, pontos emulátor az egyik legnépszerűbb és legkedveltebb hordozható konzolhoz, amely kompatibilis számos kedvelt 8- és 16-bites játékkal. A gyorsaság és a hűséges reprodukció iránti elkötelezettség mellett az mGBA rengeteg nagyszerű kiegészítő funkcióval is rendelkezik, beleértve az eredetileg szürkeárnyalatos játékok egyedi palettáinak támogatását, valamint az azokat tartalmazó játékok határainak megjelenítését.\n\nEz a DLC lehetővé teszi az mGBA RetroArch-ból történő futtatását, amely hozzáteszi a fejlesztéseket, valamint a funkciókat, beleértve a valós idejű visszatekerést, kiterjedt utófeldolgozási effekteket és alacsony késleltetésű bemenetet a klasszikus címek modern játékélményéért.", "pcsx-rearmed-desc": "[img]{STEAM_APP_IMAGE}/extras/PCSX.png[/img]\r\n\r\nPCSX ReARMed is part of a long line of emulators that includes PCSX-Reloaded, PCSX-df and, of course, the original PCSX. This particular fork was originally heavily optimized for devices with ARM CPUs, hence the name, but we've added back in quite a few things to make it work well on typical PC hardware, as well.\r\n\r\nAs a libretro core, this DLC requires the RetroArch interface, where it can be loaded as a core to run games and software that are compatible with the PCSX ReARMed emulator. This core requires a BIOS image (not included) for each region of the software to be placed in RetroArch's \"system\" directory in order to function properly.", "sameboy-desc": "[img]{STEAM_APP_IMAGE}/extras/SAMEBOY_(Phone).png[/img]\r\nSameBoy is a highly accurate emulator known for successfully running a few games that cause other emulators to stumble. In addition to this high accuracy, SameBoy also sports some nice features like the ability to pick which device model to emulate regardless of what model the game is designed for, user-selectable colorization palettes, built-in HLE BIOS and the ability to load borders on the games that support them.", - "stella-desc": "[img]{STEAM_APP_IMAGE}/extras/stealla.png[/img]\r\n\r\nStella is a free, open-source emulator for one of the most popular and influential home video game consoles of the 1970s and '80s. This emulator was originally developed for use on the GNU/Linux operating system but has, over time, been ported to many different platforms, including libretro, which allows it to play through the RetroArch gaming and multimedia system.\r\n\r\n[img]{STEAM_APP_IMAGE}/extras/2600.png[/img]\r\n\r\nOver the past couple of years, the Stella development team has made great strides in mimicking the many quirks of Stella's target console, making it compatible with many difficult-to-emulate games, homebrew software and demos.\r\n\r\nThrough RetroArch, you can bring a modern touch to this classic emulator, with support for real-time rewind and RetroAchievements, as well as RetroArch's best-in-class shaders for CRT display emulation and more.", - "requirements": "CPU: Intel Pentium 4 and up (CPU with SSE2 instructions required) \nCPU-recommended:Intel Core series or AMD equivalent \nGraphics: Any compliant OpenGL 2.x or Direct3D11 GPU. For shaders to work properly, should support at least Shader Model 2.0. \nGraphics-recommended: Intel: At least Intel HD 4K required for OpenGL, any compliant D3D11 GPU for Direct3D 11. Should support at least Shader Model 3.0 and/or 4.0. \nAdditional notes: For OpenGL: Intel HD 2K/3K GPUs on Windows 10 will have to fall back to an OpenGL 1.1 driver.", + "stella-desc": "[img]{STEAM_APP_IMAGE}/extras/stealla.png[/img]\n\nA Stella egy ingyenes, nyílt forráskódú emulátor az 1970-es és 80-as évek egyik legnépszerűbb és legbefolyásosabb otthoni videojáték-konzoljához. Ez az emulátor eredetileg a GNU/Linux operációs rendszeren való használatra lett kifejlesztve, de idővel számos különböző platformra került, beleértve a libretro -t, amely lehetővé teszi, hogy játsszon a RetroArch játék- és multimédiás rendszeren.\n\n[img]{STEAM_APP_IMAGE}/extras/2600.png[/img]\n\nAz elmúlt néhány évben a Stella fejlesztőcsapata nagy lépéseket tett a Stella célkonzoljának sok különlegességeinek utánzásában, így kompatibilis a sok nehezen emulálható játékkal, a homebrew szoftverrel és a demókkal.\n\nA RetroArch révén modern megjelenést kölcsönöz ennek a klasszikus emulátornak, támogatva a valós idejű visszajátszást és a RetroAchievements-t, valamint a RetroArch osztályának legjobb árnyékolóit a CRT kijelző emulációhoz és így tovább.", + "requirements": "Processzor: Intel Pentium 4 és újabb (CPU SSE2 utasításokkal).\nAjánlott processzor: Intel Core sorozat vagy AMD-vel egyenértékű.\nGrafika: Bármilyen OpenGL 2.x vagy Direct3D11 kompatibilis videokártya(GPU). Ahhoz, hogy a shader-ek (árnyékolók) megfelelően működjenek, legalább a Shader Model 2.0 szabványt kell támogatnia.\nAjánlott-grafika: Intel-hez:Legalább Intel HD 4K szükséges az OpenGL-hez, minden kompatibilis D3D11 GPU a Direct3D 11-hez. Legalább a Shader 3.0 és/vagy 4.0 szabványt kell támogatnia\nTovábbi megjegyzések: OpenGL esetén: A Windows 10 -es Intel HD 2K/3K videokártyáknak(GPU-nak) vissza kell térniük az OpenGL 1.1 illesztőprogramra.", "legal-limits": "A RetroArch ingyenes/nyílt forráskódú szoftver, amely a GNU GPL 3.0 licenc alatt érhető el. \nNem tartalmaz harmadik fél által szerzői joggal védett anyagot. A RetroArch semmilyen módon nem támogatja a kalózkodást." }