mirror of
https://github.com/jenshemprich/MacGLide.git
synced 2025-03-13 05:29:21 +00:00
Logging cleanup
This commit is contained in:
parent
6d444b5b29
commit
9fcf3b80dd
@ -28,7 +28,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
const char* OpenGLideVersion = "0.13a2";
|
||||
const char* OpenGLideVersion = "0.13a3";
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
@ -147,17 +147,17 @@ OSErr InitMainVariables(void)
|
||||
if (texturesmoothing)
|
||||
{
|
||||
UserConfig.TextureSmoothing = true;
|
||||
GlideMsg("TextureSmoothing enabled\n");
|
||||
GlideMsg("- TextureSmoothing\n");
|
||||
}
|
||||
if (subtextures)
|
||||
{
|
||||
UserConfig.GenerateSubTextures = 8; // Good for TR1 and TR2
|
||||
GlideMsg("Subtexture generation enabled\n");
|
||||
GlideMsg("- Subtexture generation\n");
|
||||
}
|
||||
if (gapfix)
|
||||
{
|
||||
UserConfig.GapFix = static_cast<OpenGLideGapFixFlags>(UserConfig.GapFix | (OpenGLideGapFixFlag_Enabled));
|
||||
GlideMsg("GapFix enabled\n");
|
||||
GlideMsg("- GapFix\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -178,13 +178,13 @@ bool InitWindow(FxU32 hwnd)
|
||||
ValidateUserConfig();
|
||||
|
||||
GlideMsg( OGL_LOG_SEPARATE );
|
||||
GlideMsg( "Configuration:\n");
|
||||
GlideMsg( "3Dfx/Glide Configuration:\n");
|
||||
GlideMsg( OGL_LOG_SEPARATE );
|
||||
char sEnabled[] = "enabled";
|
||||
char sDisabled[] = "disabled";
|
||||
const char* boardnames[4] = {"Voodoo", "Voodoo Rush", "AT3D", "Voodoo 2"};
|
||||
GlideMsg( "Board type = %s\n", boardnames[InternalConfig.BoardType]);
|
||||
GlideMsg( "Number of Texture Units = %d\n", InternalConfig.GlideTextureUnits );
|
||||
GlideMsg( "Number of emulated 3Dfx/Glide Texture Units = %d\n", InternalConfig.GlideTextureUnits );
|
||||
GlideMsg( "Texture Memory Size = %d Mb\n", InternalConfig.TextureMemorySize );
|
||||
GlideMsg( "Frame Buffer Memory Size = %d Mb\n", InternalConfig.FrameBufferMemorySize );
|
||||
GlideMsg( "Display method = %d\n", InternalConfig.DisplayMode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user