Checked in psx/exe patches from Jens.

committer: mfx <mfx> 1026820270 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-07-16 11:51:10 +00:00
parent ead8daf26c
commit 789cfea682
16 changed files with 739 additions and 11 deletions
+7
View File
@@ -49,6 +49,7 @@
#include "p_w16ne.h"
#include "p_w32pe.h"
#include "p_vmlinz.h"
#include "p_psx.h"
/*************************************************************************
@@ -210,6 +211,12 @@ static Packer* try_packers(InputFile *f, try_function func)
if ((p = func(new PackLinuxI386(f),f)) != NULL)
return p;
//
// psone
//
if ((p = func(new PackPsx(f),f)) != NULL)
return p;
//
// .sys and .com
//