diff --git a/resources/systems/linux/es_systems.xml b/resources/systems/linux/es_systems.xml
index 7b3580eb1..5409df060 100644
--- a/resources/systems/linux/es_systems.xml
+++ b/resources/systems/linux/es_systems.xml
@@ -1870,6 +1870,7 @@
.ccd .CCD .chd .CHD .cue .CUE .pce .PCE .sgx .SGX .7z .7Z .zip .ZIP
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_supergrafx_libretro.so %ROM%
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_pce_libretro.so %ROM%
+ %EMULATOR_MEDNAFEN% -force_module pce %ROM%
%EMULATOR_ARES% --fullscreen --system "SuperGrafx" %ROM%
supergrafx
supergrafx
diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml
index 6a212b35d..7a4be3963 100644
--- a/resources/systems/macos/es_systems.xml
+++ b/resources/systems/macos/es_systems.xml
@@ -1778,6 +1778,7 @@
.ccd .CCD .chd .CHD .cue .CUE .pce .PCE .sgx .SGX .7z .7Z .zip .ZIP
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_supergrafx_libretro.dylib %ROM%
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_pce_libretro.dylib %ROM%
+ %EMULATOR_MEDNAFEN% -force_module pce %ROM%
%EMULATOR_ARES% --fullscreen --system "SuperGrafx" %ROM%
supergrafx
supergrafx
diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml
index 6aa834cdf..4a167969c 100644
--- a/resources/systems/unix/es_systems.xml
+++ b/resources/systems/unix/es_systems.xml
@@ -1844,6 +1844,7 @@
.ccd .CCD .chd .CHD .cue .CUE .pce .PCE .sgx .SGX .7z .7Z .zip .ZIP
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_supergrafx_libretro.so %ROM%
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mednafen_pce_libretro.so %ROM%
+ %EMULATOR_MEDNAFEN% -force_module pce %ROM%
%EMULATOR_ARES% --fullscreen --system "SuperGrafx" %ROM%
supergrafx
supergrafx
diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml
index e4b5b2209..5c569e6bf 100644
--- a/resources/systems/windows/es_systems.xml
+++ b/resources/systems/windows/es_systems.xml
@@ -1858,6 +1858,7 @@
.ccd .CCD .chd .CHD .cue .CUE .pce .PCE .sgx .SGX .7z .7Z .zip .ZIP
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mednafen_supergrafx_libretro.dll %ROM%
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mednafen_pce_libretro.dll %ROM%
+ %EMULATOR_MEDNAFEN% -force_module pce %ROM%
%EMULATOR_ARES% --fullscreen --system "SuperGrafx" %ROM%
supergrafx
supergrafx