Skip to content

Fix Libbretro issue in loading of base emulator info

João Magalhães requested to merge joamag/libretro-fixes into master

Description

This issue with the retro_get_system_info() INFO structure initialization was creating major memory issues, including in the saving of state files.

Basically INFO was being initialized after the retro_get_system_info() call.

Merge request reports