Checked in psx/exe patches from Jens.
committer: mfx <mfx> 1026820270 +0000
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user