You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- MOBILE: On mobile in portrait mode, don't override custom viewport
266
-
- NETWORKING: Enhance netpacket interface
272
+
- NETWORKING: Enhance netpacket interface
267
273
- NETWORKING/NETPLAY: Enable core host to refuse connecting new players to limit the number of connected players
268
274
- 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)
269
275
- OPENDINGUX/RG350: Enable networking for RG350
@@ -483,7 +489,7 @@ after the current event handler, which then did exactly the same. Fixes issue #1
483
489
- STATICALLY LINKED/SALAMANDER: Fix salamander config save on fork for static platforms
484
490
- TVOS/VULKAN/MOLTENVK: Vulkan on tvOS
485
491
- VIDEO: Allow manual video swap interval forcing. The addition of auto swap interval effectively prevented manual forcing, which is beneficial when the rate is not reported properly. Therefore use the interval in the calculation only when using automatic interval.
486
-
- VULKAN: Fix crash when using multiple physical devices and HW core (#14889)
492
+
- VULKAN: Fix crash when using multiple physical devices and HW core (#14889)
487
493
- VULKAN: Detect if wrong PhysicalDevice is returned.
488
494
- VULKAN: Actually query physical device before creating core device.
489
495
- VULKAN: Define and implement v2 of context negotiation interface
@@ -515,7 +521,7 @@ So this removes the artificial clamping that was being done to desired_swapchain
515
521
- CLI: Reformatted --features to require less rows and to be more consistent
516
522
- CLI: Added -V shorthand for --version
517
523
- CLI: Tab removal + whitespace nits
518
-
- CONFIG/MIDI: Prevent MIDI startup error with old configurations
524
+
- CONFIG/MIDI: Prevent MIDI startup error with old configurations
519
525
- D3D11: Fix when using shaders with TATE mode arcades etc
520
526
- D3D12: Fix when using shaders with TATE mode arcades etc
521
527
- D3D12: Added support for break on errors (development aid - define DEVICE_DEBUG to use)
@@ -572,7 +578,7 @@ menu_explore_get_entry_playlist_index() returns -1 on invalid entries, but the v
572
578
- OSX/MACOS: Fixed Cocoa keyboard not allowing to map Analog stick
573
579
- PS2: Use the recently created ps2_drivers which makes easier the loading and init of all the drivers: Memory Card, USB, HDD, Audio, Controllers
574
580
- PS2: Adds exFat support for USB, and probably solves some unexpected issues when using an HDD driver for booting cores/games.
575
-
- SDL GFX: Fix no menu on start/blank screen issue.
581
+
- SDL GFX: Fix no menu on start/blank screen issue.
576
582
- SRAM: Don't init SRAM saving without content (gets rid of the redundant logging)
577
583
578
584
# 1.13.0
@@ -664,7 +670,7 @@ If there is no thumbnail with title, find the thumbnail image with rom-name. Thi
664
670
- MIST/STEAM/STEAMDECK: Don't expose Black Frame Insertion (BFI) if we are running on a Steam Deck
665
671
- NETWORKING/WINDOWS: Disable poll support for MSVC 2010 and earlier. WSAPoll is not supported on Windows XP and earlier.
666
672
- NETWORKING/WIIU: Fix socket_connect_with_timeout for WIIU
667
-
- NETWORKING/WIIU: Fixes RetroAchievements login
673
+
- NETWORKING/WIIU: Fixes RetroAchievements login
668
674
- NETWORKING/WIIU: Fixes other online updater functionality
669
675
- SAVESTATES/NOTIFICATIONS: Add delay to savestate notifications, so that GPU savestate screenshots stay untouched
670
676
- SAVESTATES/SCREENSHOTS: Avoid 'video_gpu_screenshot' with savestates. Allow GPU screenshots with savestates only when there is no other way of getting a screenshot.
@@ -688,7 +694,7 @@ If there is no thumbnail with title, find the thumbnail image with rom-name. Thi
688
694
- 3DS: Only enable internal counter with CONSOLE_LOG defined
689
695
- 3DS: Set default bottom font values
690
696
- 3DS: Fix CIA installation issues
691
-
- 3DS: Support latest libctru
697
+
- 3DS: Support latest libctru
692
698
- ANDROID: Add HAVE_ACCESSIBILITY
693
699
- ANDROID: Gingerbread support
694
700
- ANDROID: Touchpads support
@@ -765,7 +771,7 @@ prevents it from being overwritten/deleted while the program is still running.
765
771
- MENU: Allow changing savestate slots with left/right on save/load
766
772
- MENU: Add 'Ago' to playlist last played styles
767
773
- MENU: Add proper icons for shader items
768
-
- MENU/MATERIALUI: Add icon for 'Download Thumbnails'
774
+
- MENU/MATERIALUI: Add icon for 'Download Thumbnails'
769
775
- MENU/XMB: Add options for hiding header and horizontal title margin
770
776
- MENU/XMB: Dynamic wallpaper fixes
771
777
- MENU/XMB: Add Daite XMB Icon Theme
@@ -807,7 +813,7 @@ prevents it from being overwritten/deleted while the program is still running.
807
813
- NETWORK/NETPLAY: Special saves directory for client
808
814
- NETWORK/NETPLAY: Ensure current content is reloaded before joining a host
809
815
- NETWORK/NETPLAY: Fix client info devices index
810
-
- NETWORK/NETPLAY: Fix input for some cores when hosting
816
+
- NETWORK/NETPLAY: Fix input for some cores when hosting
811
817
- NETWORK/NETPLAY: Memory leak fixes
812
818
- NETWORK/NETPLAY: Force a core update when starting netplay
813
819
- NETWORK/NETPLAY: Fix NAT traversal announce for HAVE_SOCKET_LEGACY platforms
0 commit comments