Skip to content

Commit

Permalink
retroarch: Update to 1.6.0
Browse files Browse the repository at this point in the history
– AUTOSAVE/SRAM – Fix bug #3829 / #4820 (libretro/RetroArch#3829)
– ENDIANNESS: Fixed database scanning. Should fix scanning on PS3/WiiU/Wii, etc.
– NET: Fix bug #4703 (libretro/RetroArch#4703)
– ANDROID: Runtime permission checking
– ANDROID: Improve autoconf fallback
– ANDROID: Improve shield portable/gamepad device grouping workaround
– ANDROID: Allow remotes to retain OK/Cancel position when menu_swap_ok_cancel is enabled
– LOCALIZATION: Update/finish French translation
– LOCALIZATION: Update German translation
– LOCALIZATION: Update Japanese translation
– LOCALIZATION/GUI: Korean font should display properly now with XMB/MaterialUI’s default font
– MENU: Improved rendering for XMB ribbon; using additive blending (Vulkan/GL)
– OSX/MACOS: Fixes serious memory leak
– WINDOWS: Added WASAPI audio driver for low-latency audio. Both shared and exclusive mode.
– WINDOWS: Added RawInput input driver for low-latency, low-level input.
– WINDOWS: Core mouse input should be relative again in cores
– MISC: Various frontend optimizations.
– VIDEO: Fix threaded video regression; tickering of menu entries would no longer work.
– WII: Fix crashing issues which could occur with the dummy core
– WIIU: HID Controller support
– WIIU: XMB/MaterialUI menu driver support
– WIIU: Initial network/netplay support
– LOBBIES: Fallback to filename based matching if no CRC matches are found (for people making playlists by hand)
– LOBBIES: GUI refinement, show stop hosting when a host has been started, show disconnect when playing as client
– LOBBIES: if the game is already loaded it will try to connect directly instead of re-loading content (non-fullpath cores only)
– LOBBIES: unify both netplay menus
– THUMBNAILS: Thumbnails show up now in Load Content -> Collection, Information -> Database
– VITA: Fix slow I/O
– VITA: Fix 30fps menu (poke into input now instead of reading the entire input buffer which apparently is slow)
– VITA: Fix frame throttle
– VULKAN: Unicode font rendering support. Should fix bad character encoding for French characters, etc.
– VULKAN: Fix some crashes on loading some thumbnails
– AUDIO: Audio mixer support. Mix up to 8 streams with the game’s audio.
  • Loading branch information
alarixnia committed Jun 1, 2017
1 parent b7bc45f commit cf69666
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion retroarch/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2015/04/25 14:20:47 tnn Exp $

DISTNAME= retroarch-1.5.0
DISTNAME= retroarch-1.6.0
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}

Expand Down
8 changes: 4 additions & 4 deletions retroarch/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.4 2015/11/03 20:31:01 agc Exp $

SHA1 (retroarch-1.5.0.tar.gz) = 6131b31dab7e193c08e14f3faec4788aab394bb7
RMD160 (retroarch-1.5.0.tar.gz) = f5a221ea0b0d6cd052b741247442c89b99832397
SHA512 (retroarch-1.5.0.tar.gz) = a94df710ac491bacc2e94eabecf2b01968019b8195ebaae893e43bb51a98b0eb75098a85d58477e78885f5e00345226b0204289e3b00d3f3d05cf93741576f38
Size (retroarch-1.5.0.tar.gz) = 16332829 bytes
SHA1 (retroarch-1.6.0.tar.gz) = 8ec39a5e54dec3eea837d7d4c4d48bc8c430afc3
RMD160 (retroarch-1.6.0.tar.gz) = 4798e0c1195137ce7f7fe611a0f5444fa42162e5
SHA512 (retroarch-1.6.0.tar.gz) = 4cb180d78885103b8b607414fbac6d859ba916b2b7e77f661b5b1d5a0838a4bb09c3b79301d0b272845e3bbd7dc4f90c890adb5ec23600fa08e8f8062441ae51
Size (retroarch-1.6.0.tar.gz) = 16299774 bytes
SHA1 (patch-Makefile) = 32832b6861c05c95f86a94a0cc0bd8ace7c59846
SHA1 (patch-Makefile.common) = 298fc9fef815d972aa76355c1c5610c6b5fff4c3
SHA1 (patch-qb_qb.libs.sh) = bd92a7016e45fd6ee5a47300516c4028227384b2

0 comments on commit cf69666

Please sign in to comment.