mirror of
https://github.com/db48x/emularity.git
synced 2026-09-15 02:52:57 +00:00
always use the MAME path, since it's most similar to what we need to do for DosBox
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ function JSMESS(canvas, module, game, precallback, callback, scale) {
|
||||
JSMESS.width = nr[0] * scale;
|
||||
JSMESS.height = nr[1] * scale;
|
||||
|
||||
var use_mame = parseInt(modulecfg['arcade'], 10);
|
||||
var use_mame = true;
|
||||
var arguments;
|
||||
|
||||
if (use_mame) {
|
||||
|
||||
Reference in New Issue
Block a user