Skip to content

module: Drop the ability to make tmp copies

Adrien Plazas requested to merge aplazas/retro-gtk:module-copy into master

This isn't needed anymore as since we have a single module per runner process, we are guaranteed to have different instances of the same module even if we create multiple RetroCores from it, hence ensuring we can't have static variable collisions.

Merge request reports