mirror of
https://github.com/badvision/jace.git
synced 2024-11-28 10:52:33 +00:00
Fixed issue #10 reported by Michael -- Looks like introspection works a little differently in 8.0.66 when there are multiple methods with the same name!
This commit is contained in:
parent
97b367ccce
commit
af1bdb6b35
@ -204,10 +204,10 @@ public class EmulatorUILogic implements Reconfigurable {
|
||||
Emulator.computer.resume();
|
||||
return;
|
||||
}
|
||||
runFile(binary);
|
||||
runFileNamed(binary);
|
||||
}
|
||||
|
||||
public static void runFile(File binary) {
|
||||
public static void runFileNamed(File binary) {
|
||||
String fileName = binary.getName().toLowerCase();
|
||||
try {
|
||||
if (fileName.contains("#06")) {
|
||||
|
Loading…
Reference in New Issue
Block a user