hex007 / freej2me

A free J2ME emulator with libretro, awt and sdl2 frontends.
Other
486 stars 75 forks source link

Improvements to the libretro core's shutdown and restart procedures. (renamed branch) #140

Closed AShiningRay closed 2 years ago

AShiningRay commented 2 years ago

Previously, it had a tendency to close the entire frontend whenever a "Close Content" or "Restart" callback was issued, now only the core is closed, and a restart triggers a full core reload to allow the incoming core config options to be applied.

Decided to rename the branch since i'm thinking of pushing multiple PR's related to different parts of FreeJ2ME.

recompileorg commented 2 years ago

Multiple PR's will definitely make things easier to review. This one looks okay.