mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Merge branch 'master' of https://github.com/horsicq/Detect-It-Easy
This commit is contained in:
commit
84dfceedca
1 changed files with 5 additions and 0 deletions
|
|
@ -6,8 +6,13 @@ meta("format", "PlayStation executable (PS1)");
|
|||
|
||||
function detect() {
|
||||
if (Binary.compare("'PS-X EXE'")) {
|
||||
var regionString = Binary.getString(76, 48).trim();
|
||||
|
||||
if (regionString) {
|
||||
sOptions = "Region: " + regionString;
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
}
|
||||
return result();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue