mirror of
https://github.com/badvision/jace.git
synced 2024-12-02 20:49:49 +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();
|
Emulator.computer.resume();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
runFile(binary);
|
runFileNamed(binary);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void runFile(File binary) {
|
public static void runFileNamed(File binary) {
|
||||||
String fileName = binary.getName().toLowerCase();
|
String fileName = binary.getName().toLowerCase();
|
||||||
try {
|
try {
|
||||||
if (fileName.contains("#06")) {
|
if (fileName.contains("#06")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user