forked from alinebee/Boxer
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
507c8a5
commit 5e1f66e
Showing
5 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// PrefixHeader.h | ||
// Boxer | ||
// | ||
// Created by C.W. Betts on 10/10/23. | ||
// Copyright © 2023 Alun Bestor and contributors. All rights reserved. | ||
// | ||
|
||
#ifndef PrefixHeader_h | ||
#define PrefixHeader_h | ||
|
||
#if __cplusplus | ||
#include "dosbox.h" | ||
//--Added 2010-05-30 by Alun Bestor to ensure sdlmain function calls are replaced throughout DOSBox | ||
#include "BXCoalface.h" | ||
//--End of modifications | ||
#endif | ||
|
||
#endif /* PrefixHeader_h */ |
Submodule DOSBox-Staging
updated
7 files
+2 −2 | config.h | |
+0 −4 | include/dosbox.h | |
+10 −10 | include/ipx.h | |
+4 −4 | include/ipxserver.h | |
+0 −2 | include/setup.h | |
+0 −12 | src/cpu/core_dynrec/decoder.h | |
+1 −1 | src/hardware/ipx.cpp |