Skarsnik / QUsb2snes

A Qt based webserver for usb2snes. Users: go check usb2snes.com
https://skarsnik.github.io/QUsb2snes/
GNU General Public License v3.0
52 stars 33 forks source link

Turn LoROM ROM reads back on in RetroArch #111

Open strotlog opened 2 years ago

strotlog commented 2 years ago

LoROM games such as Super Metroid previously had an issue reading any part of the ROM, other than the first 1%, when using RetroArch's READ_CORE_MEMORY API.

This issue is now fixed in RetroArch 1.10.1 and newer: https://github.com/libretro/RetroArch/issues/13664

So QUsb2Snes should now be able to provide LoROM ROM data over the websocket when the game is running in RetroArch.

Skarsnik commented 2 years ago

Thank for precising the version. Ra stuff is a mess