Skip to content

environment: Use bool not gboolean for environment callbacks

Adrien Plazas requested to merge aplazas/retro-gtk:environment-bool into master

Libretro doens't use gboolean for these but bool, which doesn't have the same size, causing stack smashes.

Merge request reports