Fix missing LE/LX/PE stub setting in builders

This commit is contained in:
Matt Nadareski
2022-11-06 23:52:52 -08:00
parent b906f3c654
commit 75ef95c6bf
2 changed files with 2 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ namespace BurnOutSharp.Builder
return null;
// Set the MS-DOS stub
executable.Stub = stub;
// TODO: Implement LE/LX parsing
return null;

View File

@@ -85,6 +85,7 @@ namespace BurnOutSharp.Builder
return null;
// Set the MS-DOS stub
executable.Stub = stub;
// TODO: Implement PE parsing
return null;