Fetch translations from Crowdin

This commit is contained in:
github-actions 2022-05-07 00:10:07 +00:00
parent d2e7674e3e
commit 8475bcbab3
14 changed files with 532 additions and 16 deletions

4
intl/googleplay_en.json Normal file
View File

@ -0,0 +1,4 @@
{
"main-desc": "RetroArch is an open-source project that makes use of a powerful development interface called Libretro. Libretro is an interface that allows you to make cross-platform applications that can use rich features such as OpenGL, cross-platform camera support, location support, and more in the future.\n\nIt comes with its own built-in collection of applications to provide you with a 'one-stop-shop' for entertainment.\n\nLibretro and RetroArch are perfectly suited for creating games, emulators and multimedia programs. If you want to learn more, go to our website (listed below).\nIMPORTANT!!!\n\nRetroArch is a multi-versatile program, that means that in order for it to do anything, you need modular programs that we call 'cores'. These cores DO NOT COME OUT OF THE BOX. You need to go to \"Online Updater -> Core Updater\" from within the app to download them.\n\nFEATURES:\n* Eye-candy menus to choose from!\n* Scan files / directories and add them to game system collections!\n* View database information about each game once added to a collection!\n* Download programs ('cores') online\n* Update everything!\n* Download Game & Watch games and play them with our exclusive Game & Watch emulator!\n* Built-in input remapping\n* Ability to remap controls\n* Ability to enter and load cheats\n* Multi-language support!\n* Over 80+ programs('cores') now and counting!\n* Play multiplayer with NetPlay!\n* Take screenshots, save states and more!\n\n* No DRM\n* No restrictions on usage\n* Open-source\n* No push ads\n* No spying\n* No ads period\n\nJoin us on discord for support and netplay matchmaking\nhttps://discord.gg/C4amCeV\n\nVisit our Youtube channel here for tutorials, gameplays, news and development progress!\nhttps://www.youtube.com/user/libretro\nhttps://www.youtube.com/RetroArchOfficial\n\nFor info and help, see our documentation site -\nhttps://docs.libretro.com/\n\nVisit our website!\nhttps://www.retroarch.com/\n\nwww.libretro.com",
"short-desc": "Retro games and emulators on your device!"
}

View File

@ -3329,6 +3329,10 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_ADD_CONTENT_ENTRY_DISPLAY_MAIN_TAB,
"Menú Principal"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHOW_CONTENTLESS_CORES_ALL,
"Tots"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHOW_CONTENTLESS_CORES_CUSTOM,
"Personalitzat"
@ -3459,6 +3463,10 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_CORE,
"Nucli:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED,
"Darrera partida:"
)
/* Settings > Playlists > Playlist Management */
@ -4099,6 +4107,10 @@ MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_DECREASE_BY_VALUE,
"Disminueixi per valor de vibració"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_16,
"Tots"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_TYPE_DISABLED,
"<Desactivat>"
@ -4317,6 +4329,22 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_VOLCANIC_RED,
"Vermell volcànic"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_DRACULA,
"Dràcula"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_HACKING_THE_KERNEL,
"Hackejant el kernel"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_SOLARIZED_DARK,
"Solaritzat fosc"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_SOLARIZED_LIGHT,
"Solaritzat clar"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_TANGO_DARK,
"Tango fosc"
@ -4652,6 +4680,14 @@ MSG_HASH(
/* MaterialUI: Settings Options */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_SOLARIZED_DARK,
"Solaritzat fosc"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_HACKING_THE_KERNEL,
"Hackejant el kernel"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_GRAY_DARK,
"Gris fosc"
@ -4727,6 +4763,10 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_INFORMATION,
"Informació"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_ITEMS_COUNT,
"%1 elements"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_STOP,
"Atura"

View File

@ -11286,6 +11286,10 @@ MSG_HASH(
MSG_NETPLAY_FAILED,
"Nepodařilo se inicializovat netplay."
)
MSG_HASH(
MSG_NETPLAY_UNSUPPORTED,
"Jádro nepodporuje hraní po síti."
)
MSG_HASH(
MSG_NO_CONTENT_STARTING_DUMMY_CORE,
"Žádný obsah, počáteční atrapy jádra."

View File

@ -888,10 +888,6 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_NARRATIVE,
"Handlung"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_PACING,
"Geschwindigkeitssteuerung"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_PERSPECTIVE,
"Perspektive"
@ -1778,7 +1774,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_ASPECT_RATIO,
"Fließkommawert für Videoseitenverhältnis (Breite / Höhe)."
"Gleitkommawert für Videoseitenverhältnis (Breite:Höhe)."
)
#if defined(DINGUX)
MSG_HASH(
@ -2312,7 +2308,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_BUTTON_AXIS_THRESHOLD,
"Wie weit eine Achse gekippt werden muss, um einen Tastendruck zu bewirken, wenn „Analog zu Digital“ verwendet wird."
"Wie weit eine Achse gekippt werden muss, um einen Tastendruck zu bewirken, wenn \"Analog zu Digital\" verwendet wird."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_DEADZONE,
@ -2320,7 +2316,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_ANALOG_DEADZONE,
"Analogstickbewegungen unterhalb Deadzone-Wert ignorieren."
"Analogstickbewegungen unterhalb des Deadzone-Wertes ignorieren."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_SENSITIVITY,
@ -3243,11 +3239,11 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REMAP_SAVE_ON_EXIT,
"Remapping-Dateien beim Beenden speichern"
"Remap-Dateien beim Beenden speichern"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_REMAP_SAVE_ON_EXIT,
"Änderungen in jede aktive Eingabe-Remapping-Datei beim Schließen von Inhalten oder Beenden von RetroArch speichern."
"Änderungen an allen aktiven Eingabe-Remap-Dateien beim Schließen von Inhalten oder Beenden von RetroArch speichern."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_SPECIFIC_OPTIONS,
@ -6555,6 +6551,10 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_NARRATIVE,
"Nach Handlung"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_PACING,
"Nach Pacing"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_PERSPECTIVE,
"Nach Perspektive"
@ -6959,11 +6959,11 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REMAP_FILE_FLUSH,
"Eingabe-Remapping-Datei aktualisieren"
"Eingabe-Remap-Datei aktualisieren"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_REMAP_FILE_FLUSH,
"Aktive Remapping-Datei mit den aktuellen Eingabe-Remapping-Optionen überschreiben."
"Aktive Remap-Datei mit den aktuellen Eingabe-Remap-Optionen überschreiben."
)
/* Quick Menu > Controls > Manage Remap Files > Load Remap File */
@ -11170,6 +11170,10 @@ MSG_HASH(
MSG_NETPLAY_FAILED,
"Netzwerkspiel-Initialisierung fehlgeschlagen."
)
MSG_HASH(
MSG_NETPLAY_UNSUPPORTED,
"Core unterstützt kein Netzwerkspiel."
)
MSG_HASH(
MSG_NO_CONTENT_STARTING_DUMMY_CORE,
"Kein Inhalt, starte Dummy-Core."
@ -11560,11 +11564,11 @@ MSG_HASH(
)
MSG_HASH(
MSG_REMAP_FILE_FLUSHED,
"Eingabe-Remapping-Optionen gespeichert in:"
"Eingabe-Remap-Optionen gespeichert in:"
)
MSG_HASH(
MSG_REMAP_FILE_FLUSH_FAILED,
"Fehler beim Speichern der Eingabe-Remapping-Optionen in:"
"Fehler beim Speichern der Eingabe-Remap-Optionen in:"
)
MSG_HASH(
MSG_RUNAHEAD_ENABLED,

418
intl/msg_hash_en.h Normal file
View File

@ -0,0 +1,418 @@
#if defined(_MSC_VER) && !defined(_XBOX) && (_MSC_VER >= 1500 && _MSC_VER < 1900)
#if (_MSC_VER >= 1700)
/* https://support.microsoft.com/en-us/kb/980263 */
#pragma execution_character_set("utf-8")
#endif
#pragma warning(disable:4566)
#endif
/* Top-Level Menu */
/* Main Menu */
#ifdef HAVE_LAKKA
#endif
/* Main Menu > Load Core */
/* Main Menu > Load Content */
/* Main Menu > Load Content > Playlists */
/* Main Menu > Online Updater */
/* Main Menu > Information */
/* Main Menu > Information > Core Information */
/* Main Menu > Information > System Information */
/* Main Menu > Information > Database Manager */
/* Main Menu > Information > Database Manager > Information */
/* Main Menu > Configuration File */
/* Main Menu > Help */
/* Main Menu > Help > Basic Menu Controls */
/* Settings */
#ifdef HAVE_MIST
#endif
/* Settings > Drivers */
/* Settings > Video */
#if defined(DINGUX)
#if defined(RS90) || defined(MIYOO)
#endif
#endif
/* Settings > Video > CRT SwitchRes */
/* Settings > Video > Output */
#if defined (WIIU)
#endif
#if defined(DINGUX) && defined(DINGUX_BETA)
#endif
/* Settings > Video > Fullscreen Mode */
/* Settings > Video > Windowed Mode */
/* Settings > Video > Scaling */
#if defined(DINGUX)
#endif
/* Settings > Video > HDR */
/* Settings > Video > Synchronization */
/* Settings > Audio */
/* Settings > Audio > Output */
/* Settings > Audio > Resampler */
/* Settings > Audio > Synchronization */
/* Settings > Audio > MIDI */
/* Settings > Audio > Mixer Settings > Mixer Stream */
/* Settings > Audio > Menu Sounds */
/* Settings > Input */
#if defined(HAVE_DINPUT) || defined(HAVE_WINRAWINPUT)
#endif
/* Settings > Input > Haptic Feedback/Vibration */
/* Settings > Input > Menu Controls */
/* Settings > Input > Hotkeys */
/* Settings > Input > Port # Controls */
/* Settings > Latency */
/* Settings > Core */
#ifndef HAVE_DYNAMIC
#endif
#ifdef HAVE_MIST
#endif
/* Settings > Configuration */
/* Settings > Saving */
/* Settings > Logging */
/* Settings > File Browser */
/* Settings > Frame Throttle */
/* Settings > Frame Throttle > Rewind */
/* Settings > Frame Throttle > Frame Time Counter */
/* Settings > Recording */
/* Settings > On-Screen Display */
/* Settings > On-Screen Display > On-Screen Overlay */
#if defined(ANDROID)
#endif
/* Settings > On-Screen Display > Video Layout */
/* Settings > On-Screen Display > On-Screen Notifications */
/* Settings > User Interface */
/* Settings > User Interface > Menu Item Visibility */
#ifdef HAVE_LAKKA
#endif
/* Settings > User Interface > Menu Item Visibility > Quick Menu */
/* Settings > User Interface > Views > Settings */
/* Settings > User Interface > Appearance */
/* Settings > AI Service */
/* Settings > Accessibility */
/* Settings > Power Management */
/* Settings > Achievements */
/* Settings > Network */
/* Settings > Network > Updater */
/* Settings > Playlists */
/* Settings > Playlists > Playlist Management */
/* Settings > User */
/* Settings > User > Privacy */
/* Settings > User > Accounts */
/* Settings > User > Accounts > RetroAchievements */
/* Settings > User > Accounts > YouTube */
/* Settings > User > Accounts > Twitch */
/* Settings > User > Accounts > Facebook Gaming */
/* Settings > Directory */
#ifdef HAVE_MIST
/* Settings > Steam */
#endif
/* Music */
/* Music > Quick Menu */
/* Netplay */
/* Netplay > Host */
/* Import Content */
/* Import Content > Scan File */
/* Import Content > Manual Scan */
/* Explore tab */
/* Playlist > Playlist Item */
/* Playlist Item > Set Core Association */
/* Playlist Item > Information */
/* Quick Menu */
/* Quick Menu > Options */
/* Quick Menu > Options > Manage Core Options */
/* - Legacy (unused) */
/* Quick Menu > Controls */
/* Quick Menu > Controls > Manage Remap Files */
/* Quick Menu > Controls > Manage Remap Files > Load Remap File */
/* Quick Menu > Cheats */
/* Quick Menu > Cheats > Start or Continue Cheat Search */
/* Quick Menu > Cheats > Load Cheat File (Replace) */
/* Quick Menu > Cheats > Load Cheat File (Append) */
/* Quick Menu > Cheats > Cheat Details */
/* Quick Menu > Disc Control */
/* Quick Menu > Shaders */
/* Quick Menu > Shaders > Save */
/* Quick Menu > Shaders > Remove */
/* Quick Menu > Shaders > Shader Parameters */
/* Quick Menu > Overrides */
/* Quick Menu > Achievements */
/* Quick Menu > Information */
/* Miscellaneous UI Items */
/* Settings Options */
/* RGUI: Settings > User Interface > Appearance */
/* RGUI: Settings Options */
/* XMB: Settings > User Interface > Appearance */
/* XMB: Settings Options */
/* Ozone: Settings > User Interface > Appearance */
/* MaterialUI: Settings > User Interface > Appearance */
/* MaterialUI: Settings Options */
/* Qt (Desktop Menu) */
/* Unsorted */
/* Unused (Only Exist in Translation Files) */
/* Unused (Needs Confirmation) */
/* Discord Status */
/* Notifications */
/* Lakka */
/* Environment Specific Settings */
#ifdef HAVE_LAKKA_SWITCH
#endif
#if defined(HAVE_LAKKA_SWITCH) || defined(HAVE_LIBNX)
#endif
#ifdef HAVE_LAKKA
#endif
#ifdef GEKKO
#endif
#ifdef HAVE_ODROIDGO2
#else
#endif
#if defined(_3DS)
#endif
#ifdef HAVE_QT
#endif

View File

@ -7064,7 +7064,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_SUBLABEL_REMAP_FILE_MANAGER_LIST,
"Carga, guarda o elimina los archivos de resasignaciones de entrada del contenido actual."
"Carga, guarda o elimina los archivos de reasignaciones de entrada del contenido actual."
)
/* Quick Menu > Controls > Manage Remap Files */
@ -11462,6 +11462,10 @@ MSG_HASH(
MSG_NETPLAY_FAILED,
"Error al iniciar el juego en red."
)
MSG_HASH(
MSG_NETPLAY_UNSUPPORTED,
"El núcleo no soporta el juego en red."
)
MSG_HASH(
MSG_NO_CONTENT_STARTING_DUMMY_CORE,
"No hay contenido, iniciando núcleo vacío."

View File

@ -11450,6 +11450,10 @@ MSG_HASH(
MSG_NETPLAY_FAILED,
"Échec de l'initialisation du jeu en réseau."
)
MSG_HASH(
MSG_NETPLAY_UNSUPPORTED,
"Le cœur ne prend pas en charge le jeu en réseau."
)
MSG_HASH(
MSG_NO_CONTENT_STARTING_DUMMY_CORE,
"Aucun contenu, chargement d'un cœur factice."

View File

@ -11350,6 +11350,10 @@ MSG_HASH(
MSG_NETPLAY_FAILED,
"Impossibile inizializzare il netplay."
)
MSG_HASH(
MSG_NETPLAY_UNSUPPORTED,
"Il core non supporta netplay."
)
MSG_HASH(
MSG_NO_CONTENT_STARTING_DUMMY_CORE,
"Nessun contenuto, avvio dummy core."

View File

@ -11574,6 +11574,10 @@ MSG_HASH(
MSG_NETPLAY_FAILED,
"넷플레이 초기화 실패."
)
MSG_HASH(
MSG_NETPLAY_UNSUPPORTED,
"코어가 넷플레이를 지원하지 않습니다."
)
MSG_HASH(
MSG_NO_CONTENT_STARTING_DUMMY_CORE,
"컨텐츠 없음, 더미 코어 시작."

View File

@ -11166,6 +11166,10 @@ MSG_HASH(
MSG_NETPLAY_FAILED,
"Nie udało się zainicjować gry sieciowej."
)
MSG_HASH(
MSG_NETPLAY_UNSUPPORTED,
"Rdzeń nie obsługuje netplay."
)
MSG_HASH(
MSG_NO_CONTENT_STARTING_DUMMY_CORE,
"Bez zawartości, zaczynając sztuczny rdzeń."

View File

@ -11574,6 +11574,10 @@ MSG_HASH(
MSG_NETPLAY_FAILED,
"Ошибка запуска сетевой игры."
)
MSG_HASH(
MSG_NETPLAY_UNSUPPORTED,
"Ядро не поддерживает сетевую игру."
)
MSG_HASH(
MSG_NO_CONTENT_STARTING_DUMMY_CORE,
"Контент отсутствует, запуск фиктивного ядра."

View File

@ -11566,6 +11566,10 @@ MSG_HASH(
MSG_NETPLAY_FAILED,
"Netplay başlatılamadı."
)
MSG_HASH(
MSG_NETPLAY_UNSUPPORTED,
"Çekirdek üstünde netplay desteği yok."
)
MSG_HASH(
MSG_NO_CONTENT_STARTING_DUMMY_CORE,
"İçerik yok, kukla çekirdek başlatılıyor."

View File

@ -24,12 +24,16 @@
/* German */
#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 86
#define LANGUAGE_PROGRESS_GERMAN_APPROVED 17
#define LANGUAGE_PROGRESS_GERMAN_APPROVED 18
/* Greek */
#define LANGUAGE_PROGRESS_GREEK_TRANSLATED 17
#define LANGUAGE_PROGRESS_GREEK_APPROVED 0
/* English, United Kingdom */
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 0
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_APPROVED 0
/* Esperanto */
#define LANGUAGE_PROGRESS_ESPERANTO_TRANSLATED 1
#define LANGUAGE_PROGRESS_ESPERANTO_APPROVED 0
@ -103,7 +107,7 @@
#define LANGUAGE_PROGRESS_POLISH_APPROVED 18
/* Portuguese, Brazilian */
#define LANGUAGE_PROGRESS_PORTUGUESE_BRAZILIAN_TRANSLATED 100
#define LANGUAGE_PROGRESS_PORTUGUESE_BRAZILIAN_TRANSLATED 99
#define LANGUAGE_PROGRESS_PORTUGUESE_BRAZILIAN_APPROVED 4
/* Portuguese */

14
intl/steam_en.json Normal file
View File

@ -0,0 +1,14 @@
{
"main-desc": "RetroArch is an open source and cross platform frontend/framework for emulators, game engines, video games, media players and other applications.\n\nWhile it can do many things besides this, it is most widely known for enabling you to run classic games on a wide range of computers and consoles through a slick graphical interface. Settings are also unified so configuration is done once and for all.\n\nIn addition to this, you will soon be able to run original game discs (CDs) from RetroArch. We take videogame preservation seriously and want to ensure you can run your originally bought content on modern day PCs.\n\nRetroArch has advanced features like shaders, netplay, rewinding, next-frame response times, run-ahead, and more!",
"final-burn-neo-desc": "[img]{STEAM_APP_IMAGE}/extras/FBN_a2.png[/img]\r\n\r\nFinal Burn Neo (aka FBNeo) is the new official branch of the Final Burn Alpha emulator, which is compatible with hundreds of arcade and console games. The libretro core of FBNeo brings its library of compatible titles to RetroArch, where the core's tight integration with the libretro API allows it to work with RetroArch's advanced time-bending features like rollback-based netplay and run-ahead latency reduction. It includes input presets for automatic mapping of buttons for different games, including fighting game layouts for both modern and old-school arcade controls (aka fightsticks).",
"genesis-plus-gx-desc": "[img]{STEAM_APP_IMAGE}/extras/Genesis_Plus_GX_(Phone).png[/img]\r\n\r\nGenesis Plus GX began as a homebrew port of the Genesis Plus emulator for a hacked console before being ported to libretro. With a focus on speed, accuracy and portability, Genesis Plus GX now appears on a variety of platforms and frontends, and is known as one of the most capable and compatible emulators for the consoles it covers, with support for both cartridge and CD-ROM games. It also works well with many of RetroArch's advanced features, such as real-time rewind, run-ahead latency reduction, cheats and RetroAchievements.",
"kronos-desc": "[img]{STEAM_APP_IMAGE}/extras/main.png[/img]\r\n\r\nKronos is a modern fork of the UoYabause emulator, which is itself a fork of the venerable Yabause emulator. This DLC provides the Kronos-libretro core for use with the RetroArch gaming and multimedia interface, allowing users to load software that is compatible with the Kronos emulator.\r\n\r\nKronos utilizes modern OpenGL capabilities to provide a variety of extra graphical features, such as increased internal resolution, so an up-to-date and reasonably powerful GPU is recommended.\r\n\r\nKronos supports loading games from many different formats, including ISO, BIN/CUE and the compressed CHD format, and it requires external BIOS files (saturn_bios.bin and stvbios.zip) placed either in RetroArch's \"system\" folder or alongside the target software in order to function correctly.",
"mesen-desc": "[img]{STEAM_APP_IMAGE}/extras/mesen2.png[/img]\r\n\r\nMesen is a highly accurate and feature-filled emulator with support for tons of cartridge mappers (even ones used for weird, unauthorized carts), custom color palettes and HD asset packs. As a libretro core, Mesen supports many advanced features, like softpatching and achievements (through the RetroAchievements service).",
"mesen-s-desc": "[img]{STEAM_APP_IMAGE}/extras/mesen2.png[/img][img]{STEAM_APP_IMAGE}/extras/-S2.png[/img]\r\n\r\nMesen S is a highly accurate and feature-filled 16bit console emulator. It has high compatibility, with support for the add-on chips used in many games of the era, while also maintaining high performance. As a libretro core, Mesen S supports many advanced features, like softpatching and achievements (through the RetroAchievements service).",
"mgba-desc": "[img]{STEAM_APP_IMAGE}/extras/mgba.png[/img]\r\n\r\nmGBA is a fast, accurate emulator for one of the most popular and well-loved handheld consoles, and it has compatibility with huge library of beloved 8- and 16-bit style games. On top of the commitment to speed and faithful reproduction, mGBA also has a ton of great enhancement features, including support for custom palettes for games that were originally grayscale and displaying borders for games that include them.\r\n\r\nThis DLC allows mGBA to run through RetroArch, which adds all of its enhancements and features, including real-time rewind, extensive post-processing shaders and low-latency input to provide a modern gaming experience even with classic titles.",
"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.",
"legal-limits": "RetroArch is free/open source software, available under the GNU GPL 3.0 license. \nIt does not contain any copyrighted material by third parties. RetroArch does not condone piracy in any way, shape or form."
}