Download RetroArch Plus 1.16.0_GIT APK
Version: 1.16.0_GIT (1704857287)
Package: com.retroarch.aarch64
Downloads: 959
Target: Android 9.0 (Pie, API 28)
nodpi
What's new in RetroArch Plus 1.16.0_GIT
New Update (v1.16.0)
3DS: Update __system_initArgv
3DS: Update SquirrelJME 3DS Core information along with icons.
ANDROID: Rewrite input handling to better support AINPUT_SOURCE_STYLUS
ANDROID: Prevent the android quick tap mouse click emulation while pressing a button on the on-screen overlay
AUDIO: Fast-Forward Audio Resampling
AUDIO: Reinit audio on audio sync toggle
AUDIO: Count audio samples in stats when rate control is disabled
AUDIO/PULSEAUDIO: Support device list for PulseAudio
AUDIO/WASAPI: WASAPI Frame Delay fix + cleanups
AUDIO/WASAPI/MIDI: Frame Delay correction
ARCHIVE/ZIP: Improve ZIP decompression This reduces the amount of memory Retroarch needs to extract a ROM file. It will only need the size of the ROM plus 128KiB to extract the file from the ZIP. Previously it needed as much as twice that amount if the compression ratio was not great. This is useful on memory constrained platforms and has no impact on platforms with plenty of memory. Handles all cases correctly (with and without MMAP, for cores that require fullpath or not, small and big ZIP files).
APPLE: Add default keyboard overlay directory to platform_darwin
APPLE: Update to MoltenVK 1.2.4
APPLE: Don't include MoltenVK library in Load Core menu list
APPLE: Enable AltServer JIT for builds installed by Xcode
APPLE: The default pthread stack size on Apple is too small for detect_ps2_game, so increase it
CHEEVOS: Upgrade to rcheevos 10.7
CHEEVOS: Don't initialize rcheevos memory unless used
CHEEVOS: Add progress tracker widget
CHEEVOS: Eliminate leaderboard tracker stutter
CHEEVOS: Expand leaderboard visibility settings
CHEEVOS: Collapse trackers with same value definition
CHEEVOS: prevent frame step when hitting rewind button while paused in hardcore
CHEEVOS: disallow video_swap_interval and black_frame_insertion in hardcore
CRT/SWITCHRES: Don't always force core aspect ratio
CRT/SWITCHRES: Fix aspect ratio for tate games on a horizontal screen
CRT/SWITCHRES: Add PAL threshold option for automatic refresh rate switch
CRT/SWITCHRES/KMS: Add KMS modeswitch
COMMAND: Make cmd interface more useful for replay information
CONFIG: Allow all systems to check for backslashes (Windows) as last slash in path. Improves portable core logic
D3D11: Fix memory corruption in d3d11_gfx_init
D3D12: Enable blending when drawing the menu
D3D12: Move fence signaling out of d3d12_gfx_sync
D3D12/LIBRETRO: Add D3D12 HW_render support
DOWNLOADS/THUMBNAILS: Prevent directory creation on bogus thumbnail downloads
EMSCRIPTEN: Fix Emscripten sleep function/macro
EMSCRIPTEN/RWEBAUDIO: Fix RWebAudioInit race condition
EMSCRIPTEN/OPENAL: Make openal default audio driver
FFMPEG: Fix RetroArch fails to restart streaming when video re-inits and instead starts recording
FRAMESKIP: Use refresh rate instead of core fps for frameskip timing
INPUT: Combo hold + 'enable_hotkey' correction. Fixed issue with having menu toggle hold combo in different button than 'enable_hotkey', which caused 'enable_hotkey' to also act as menu toggle if held long enough, and simplified and unified duplicate code in start+select holds to a single function.
INPUT: input_keyboard_event: Don't check hotkey binds when device is RETRO_DEVICE_POINTER
INPUT: Add input_keymaps_translate_rk_to_ascii() for correct character input to input_keyboard_event
INPUT: input_overlay_poll: Delay clearing INPUT_OVERLAY_BLOCKED flag until there is no overlay input (Avoids stray input after osk_toggle)
INPUT: Send keyboard events for modifiers before other keys (for correct modifier+key input if hitboxes overlap)
INPUT: Remember currently set keyboard mapping bits during same config read, because otherwise customized keybinds can get cleared out of the bits on the next iteration, causing keyboard events to get passed to the core when they should get blocked.
INPUT/AUTOCONFIG: Reinit after updating autoconf profiles
INPUT/LINUX/UDEV: Log mouse devices in info level
INPUT/LINUX/UDEV: First working version of udev driver with touchscreen support and gestures.
INPUT/WAYLAND: Add wayland to input driver list
INPUT/MENU: move port X binds into retropad binds submenu and add appropriate help text and sublabels to discourage people from messing around in there unnecessarily
INPUT/MENU: Add menu icons to 'RetroPad Binds'
INPUT/MENU/OSK: Allow more keyboard actions with menu osk
INPUT/REMAP: Remap label fix when no autoconf profile active
INPUT/REMAP: Add 'Save As' option for remaps and overrides
INPUT/OVERLAY: Add overlay parameter to control x/y separation in auto-scale mode
INPUT/OVERLAY: Revive/rewrite Keyboard Overlay and OSK Toggle. Add keyboard overlay preset, keyboard submenu, and osk_toggle hotkey. Use overlay caching for osk_toggle.
INPUT/OVERLAY: Overlay Caching. Adds overlay_cache_ptr to keep a disabled overlay in memory when it's expected to be shown again. Most input_overlay_deinit calls are replaced with input_overlay_unload, which caches the overlay unless initing/deiniting core or disabling overlays. Loading a cached overlay is done as a swap, intended for osk_toggle.
INPUT/OVERLAY: Add input_overlay_check_mouse_cursor() to preserve show/hide mouse behavior
INPUT/OVERLAY: Don't apply input_overlay_show_mouse_cursor in windowed mode (controlled by mouse grab only)
INPUT/REMAPPING: Stop always reseting to defaults on remap delete
INPUT/SDL: Fix rumble on PS4/PS5 controllers connected via bluetooth
IOS: JIT support in iOS
IOS: Use AltKit to try to enable JIT on iOS
IOS: Fix thumbnails in history on iOS
IOS: Enable option to rumble iOS device instead of controller
IOS: Fix including audio/video filters on iOS
IOS: Haptic feedback for overlay on iOS
IOS: On iOS, stop/start audio on interruptions
IOS: Add accelerometer and gyroscope sensors to iOS
IOS: iOS needs to targets 13 due to some keyboard emulation, but tvOS does not
IOS/TVOS: Rework JIT availability checks
IOS/TVOS: When updating playlist with detected core path, used resolved core path
IOS/TVOS: Implement memory queries on iOS/tvOS
IOS/TVOS: Netplay discovery through bonjour/mdns
IOS/TVOS: Improve some log formatting on iOS/tvOS
IOS/TVOS: Preliminary MetricKit support on iOS/tvOS
TVOS: Fix analog stick handling after adding Siri remote tap support
TVOS: Also handle tap events on tvOS
TVOS: Back up retroarch.cfg to NSUserDefaults on tvOS.
TVOS: tvOS has its own beautiful screensavers and I would like them
TVOS: tvOS Siri remote handling
TVOS: Fix accidental left/right keypresses on tvOS
TVOS/CONFIG: Avoid a crash if there is no backed up config file on tvOS It's not really usable as a game controller, but it is good for going through the menu as a simple LRUD. This also adds better support for names of mFI controllers, as well as being able to do the expected tvOS behavior of "backing out" of the app.
TVOS: AltKit support for tvOS
INTL: Fix language detection in Canada to English
LANGEXTRA: Enable language autodetect for all builds with LANGEXTRA
LIBRETRO: Add new context hardware render enums - enables autodetection of DX12 for PS2 core
LIBRETRO: Add API to check JIT availability on iOS
LIBRETRO: Allow RETRO_ENVIRONMENT_SET_MEMORY_MAPS also after core startup. Change the comment in libretro.h about the removed limit and handle the environment call during core runtime in RetroArch.
LIBRETRO/MICROPHONE: Add new API for microphone support.
LIBRETRO: Add new API for querying the device's power state.
LIBRETRO/VFS: Rewrite retro_vfs_file_remove_impl
LINUX: Input driver fix 8+ joypads. It was reported that controllers beyond 8 worked only partially (analogs yes, but not buttons), and the found fix was also confirmed.
MIDI: Show MIDI output first
MENU: Reorganize 'Saving' menu
MENU: Start directory browsing from current value
MENU: Fix menu toggle combo hold with same 'enable_hotkey'
MENU: Add menu scroll home+end actions
MENU: Move 'systemfiles_in_content_dir' from Saving to Core
MENU: Menu navigation acceleration adjustments
MENU: Audio synchronization menu cleanup
MENU: Menu value label cleanup
MENU: Show playlist history/favorites icons by default
MENU: Remove advanced option flag from video rotation + orientation
MENU: Combine audio resampler menu with audio output menu
MENU: Microphone menu cleanup
MENU: Add missing menu visibility option for content dir override
MENU: Fix menu refresh in action_ok_network
MENU: Video settings menu cleanup
MENU: Try to declutter Quick Menu
MENU: Change network port menu options to 'allow_input' mode
MENU: Preselect current core in "Set Core Assocation" menu for more carefree usage
MENU: Focus back to "Set Core Association" item after returning from the menu instead of first item
MENU: Replaced hack fix for focusing the first item after returning from core suggestion "Run" menu after association reset
MENU: Fixed setting core association in history/favorites after resetting it and running without setting
MENU: Relocate playlist manager core association options to prevent accidental resets with Start
MENU: Fraction setting wraparound rounding correction
MENU: Add more missing sublabels
MENU: 'Updater Settings' relocation
MENU: Search box usability improvements
MENU/RGUI: Implement 'Remember Selection' option
MENU/RGUI: Fix savestate thumbnail fullscreen cancel action
MENU/RGUI: Fix and add toggle for playlist thumbnails
MENU/OZONE: Update Dracula theme
MENU/OZONE: Return to sidebar from playlist manage quick access
MENU/OZONE: Sidebar multiline scrolling
MENU/OZONE: Avoid crash if ozone sidebar_index_size is 0
MENU/OZONE: Prevent metadata and footer overlap
MENU/OZONE: Sublabel width tweak
MENU/OZONE: Mouse hover selection fix
MENU/XMB: Message/help box adjustments
MENU/XMB: XMB menu playlist index bugfix
MENU/XMB: Playlist label limit fixes
MENU/XMB: Prevent playlist label truncating long items even when right thumbnail is not enabled/visible
MENU/XMB: Prevent playlist label length resetting to full width on every item change while thumbnail is pending
MENU/XMB: Stop showing playlist entry index outside of playlists
MENU/XMB: Fix menu focus issue when returning from "Set Core Association" if playlist index is greater than the previous menu
MENU/EXPLORE: Prevent flashing when browsing fullscreen thumbnails
MENU/EXPLORE: Match label ticker length behavior with playlists
MENU/SOUNDS: Fix certain audio drivers from hanging when menu pause is enabled with menu sounds
MENU/SOUNDS: Fix menu sounds stopping after fullscreen toggle / video reinit
MENU/QT/WIMP: Cleanup Desktop Menu welcome text
MENU/OVERLAYS: Reorder overlay menu
MICROPHONE: Add support for microphones.
MICROPHONE/ALSA: Add alsa and alsathread microphone drivers.
MICROPHONE/SDL: Add sdl2 microphone driver.
MICROPHONE/WASAPI: Add wasapi microphone driver.
MOBILE: On mobile in portrait mode, don't override custom viewport
NETWORKING: Enhance netpacket interface
NETWORKING/NETPLAY: Enable core host to refuse connecting new players to limit the number of connected players
NETWORKING/NETPLAY: Enable a core to flush outgoing packets and read incoming packets without waiting for the next frame (can be used for lower latency or blocking reads)
OPENDINGUX/RG350: Enable networking for RG350
OPENGL/WAYLAND: Add frame callback after egl_swap_buffers to improve latency when max_swapchain <= 2 OSD/STATISTICS: Show current video + audio drivers in statistics OSD/STATISTICS: Ensure statistics text is aligned left OSX/MACOS: Fix steam OSX core path OSX/MACOS: Add HAVE_STDIN_CMD support OSX/MACOS: fix mouse grab in windowed mode OSX/MACOS/IOS/TVOS: Enable SSL in macos/ios/tvos builds PLAYLIST: Change default playlist last played time format PS3/PSL1GHT: Add overlay support RUNLOOP: Don't count frames while paused SERENITYOS: Add SerenityOS to the list of supported operating systems SCANNER: Improve scanner console output SCANNER: More scanner console output coloring SCANNER: Improve CLI scan console output SCANNER: Add content import/scan via CLI SCANNER/PS1: Serial extraction is now considered a failure if PSX.EXE is found, allowing CRC fallback and actually fixing the game scanning VIDEO: Correct rotated core provided aspect ratio VIDEO: Minor adjustments to refresh rate switch behavior VIDEO: Fix windowed viewport with libretro rotation VIDEO/SDL2: Use "nearest" scaling in menus TASKS: Fix corrupt task progress percentage XVIDEO/MENU: Add menu support to xvideo gfx driver, making it usable UWP: Fix modifier keys ( shift, ctrl, alt ) as well as F10 not being detected on the UWP platform VULKAN: Ignore Fast-Forward Frameskip option VULKAN/KHR_DISPLAY: Support screen refresh rate with Vulkan KHR_Display context WIN32: Increase maximum window limit WIN32/WINDOWSXP/MSVC2010: Fix invisible menu display WAYLAND: Remove splash screen WAYLAND: Check for pointer before locking it WAYLAND: Add mouse grab/lock functionality WAYLAND: Get system wayland-protocols path via pkg-config
About RetroArch Plus 1.16.0_GIT
NOTE:
This version is meant for devices that have Android 8.0 or higher installed. As a result, it supports over double the amount of cores (127) as the regular version (50).
If you'd like the full-fat RetroArch version with a working Core Downloader, go to our website www.retroarch.com, and download the APK for your system there.
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.
This is a special 64bit version of RetroArch, for those with 64bit capable devices!
Join us on discord for support and netplay matchmaking
discord.gg/C4amCeV
Visit our Youtube channel here for tutorials, news and development progress!
www.youtube.com/user/libretro
For info and help, see our documentation site -
docs.libretro.com/
Visit our website!
www.retroarch.com
It comes with its own built-in collection of applications to provide you with a 'one-stop-shop' for entertainment.
Libretro and RetroArch are perfectly suited for creating games, emulators and multimedia programs. If you want to learn more, go to our website (listed below).
IMPORTANT!!!
RetroArch 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.
FEATURES:
* Eye-candy menus to choose from!
* Scan files / directories and add them to game system collections!
* View database information about each game once added to a collection!
* Download programs ('cores') online
* Update everything via Online Updater!
* Download Game & Watch games and play them with our exclusive Game & Watch emulator!
* Built-in input remapping
* Controller support!
* Ability to remap controls
* Ability to enter and load cheats
* Shaders and Overlays support for unique experience!
* Multi-language support!
* Over 80+ programs now and counting!
* Detailed documentations
* Open-source
* No DRM
* No restrictions on usage
* No push ads
* No spying
* No ads period
RetroArch Plus 1.16.0_GIT variants
This release comes in several variants (we currently have 2). Consult our handy FAQ to see which download is right for you.
Version:1.17.0_GIT(1706932369) for Android 4.1+ (Jelly Bean, API 16)
Uploaded:February 29, 2024 at 1:31AM UTC
File size:168.21 MB
Downloads:1,490
Version:1.16.0_GIT(1704857287) for Android 4.1+ (Jelly Bean, API 16)
Uploaded:January 10, 2024 at 7:08PM UTC
File size:165.33 MB
Downloads:959
Version:1.16.0_GIT(1696272784) for Android 4.1+ (Jelly Bean, API 16)
Uploaded:October 6, 2023 at 1:52PM UTC
File size:190.97 MB
Downloads:2,020
Version:1.13.0_GIT(1670383574) for Android 4.1+ (Jelly Bean, API 16)
Uploaded:December 7, 2022 at 5:41AM UTC
File size:187.45 MB
Downloads:477
Version:1.13.0_GIT(1668889017) for Android 4.1+ (Jelly Bean, API 16)
Uploaded:December 7, 2022 at 4:44AM UTC
File size:175 MB
Downloads:979
Version:1.11.0_GIT(1664633804) for Android 4.1+ (Jelly Bean, API 16)
Uploaded:October 1, 2022 at 10:22PM UTC
File size:174.19 MB
Downloads:1,212
Version:1.10.3_GIT(1658254605) for Android 4.1+ (Jelly Bean, API 16)
Uploaded:July 19, 2022 at 9:40PM UTC
File size:170.34 MB
Downloads:220
Version:1.10.3_GIT(1655749009) for Android 4.1+ (Jelly Bean, API 16)
Uploaded:June 20, 2022 at 9:04PM UTC
File size:154.9 MB
Downloads:72
Version:1.10.3_GIT(1651506248) for Android 4.1+ (Jelly Bean, API 16)
Uploaded:June 20, 2022 at 9:04PM UTC
File size:153.96 MB
Downloads:629
Version:1.10.1_GIT(1646513359) for Android 4.1+ (Jelly Bean, API 16)
Uploaded:March 10, 2022 at 1:38AM UTC
File size:166.08 MB
Downloads:885
Version:1.17.0_GIT
Uploaded:February 29, 2024 at 1:31AM UTC
File size:168.21 MB
Downloads:1,490
Version:1.16.0_GIT
Uploaded:January 10, 2024 at 7:08PM UTC
File size:190.97 MB
Downloads:2,979
Version:1.13.0_GIT
Uploaded:December 7, 2022 at 5:41AM UTC
File size:175 MB
Downloads:1,456
Version:1.11.0_GIT
Uploaded:October 1, 2022 at 10:22PM UTC
File size:174.19 MB
Downloads:1,212
Version:1.10.3_GIT
Uploaded:July 19, 2022 at 9:40PM UTC
File size:153.96 MB
Downloads:921
Version:1.10.1_GIT
Uploaded:March 10, 2022 at 1:38AM UTC
File size:166.08 MB
Downloads:885
Version:1.9.12 (2021-11-03)
Uploaded:November 5, 2021 at 6:59AM UTC
File size:689.51 MB
Downloads:1,439
Version:1.9.12 (2021-10-24)
Uploaded:October 25, 2021 at 10:48AM UTC
File size:689.41 MB
Downloads:957
Version:1.9.11 (2021-10-20)
Uploaded:October 20, 2021 at 6:58PM UTC
File size:689.54 MB
Downloads:134
Version:1.9.11 (2021-10-17)
Uploaded:October 18, 2021 at 5:29AM UTC
File size:689.54 MB
Downloads:139