Skip to content

Commit

Permalink
Remove use of deprecated API
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Oct 6, 2023
1 parent 67f6090 commit 3fca9c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/fi/gekkio/ghidraboy/GameBoyLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ public int getTierPriority() {
return 0;
}

@Override
public boolean supportsLoadIntoProgram() {
return true;
}

@Override
public Collection<LoadSpec> findSupportedLoadSpecs(ByteProvider provider) throws IOException {
var result = new ArrayList<LoadSpec>();
Expand Down

0 comments on commit 3fca9c1

Please sign in to comment.