diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-04 13:51:57 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 361c1319328308341d00a8c6dacc28e6096dd041 (patch) | |
| tree | c12d0801b0d98868fe4fbad4a92e915e27dc9551 /src/win95 | |
| parent | 332acfbf8bacc4beac1f7e7dd25f06ae0d39f53f (diff) | |
Removed most references to PSX, Saturn and E3 Demo.
Diffstat (limited to 'src/win95')
| -rw-r--r-- | src/win95/ltchunk.hpp | 1 | ||||
| -rw-r--r-- | src/win95/plat_shp.c | 2 | ||||
| -rw-r--r-- | src/win95/platform.h | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/src/win95/ltchunk.hpp b/src/win95/ltchunk.hpp index 3b7de43..444f0f4 100644 --- a/src/win95/ltchunk.hpp +++ b/src/win95/ltchunk.hpp @@ -239,7 +239,6 @@ private: }; -#define PSXLightMode 0 //details of how light data should be altered for different platforms. //currently just playstation class Light_Scale_Chunk : public Chunk diff --git a/src/win95/plat_shp.c b/src/win95/plat_shp.c index 8a67984..d8cf69e 100644 --- a/src/win95/plat_shp.c +++ b/src/win95/plat_shp.c @@ -248,7 +248,6 @@ int SetupPolygonAccessFromShapeIndex(int shapeIndex) /*--------------------Patrick 17/12/96---------------------------- I have added some more shape data access functions...... - PSX versions are required. ----------------------------------------------------------------*/ static VECTORCH patPointData; @@ -353,7 +352,6 @@ int *GetPolygonVertexIndices(void) /*--------------------Roxby 3/7/97---------------------------- I have added some more shape data access functions...... - taken from PSX versions ----------------------------------------------------------------*/ diff --git a/src/win95/platform.h b/src/win95/platform.h index 5e6bf93..d49d4f6 100644 --- a/src/win95/platform.h +++ b/src/win95/platform.h @@ -16,8 +16,6 @@ extern "C" { #endif #define platform_pc Yes -#define Saturn No - /* Types */ |
