Pyrogenesis
13997
|
#include "precompiled.h"
#include "ps/Util.h"
#include "lib/posix/posix_utsname.h"
#include "lib/ogl.h"
#include "lib/timer.h"
#include "lib/bits.h"
#include "lib/allocators/shared_ptr.h"
#include "lib/sysdep/sysdep.h"
#include "lib/sysdep/gfx.h"
#include "lib/sysdep/snd.h"
#include "lib/sysdep/cpu.h"
#include "lib/sysdep/os_cpu.h"
#include "lib/sysdep/smbios.h"
#include "lib/tex/tex.h"
#include "ps/GameSetup/Config.h"
#include "ps/GameSetup/GameSetup.h"
#include "ps/Game.h"
#include "ps/CLogger.h"
#include "ps/Filesystem.h"
#include "ps/VideoMode.h"
#include "renderer/Renderer.h"
#include "maths/MathUtil.h"
#include "graphics/GameView.h"
Go to the source code of this file.
Functions | |
static std::string | SplitExts (const char *exts) |
void | WriteSystemInfo () |
static const wchar_t * | HardcodedErrorString (int err) |
const wchar_t * | ErrorString (int err) |
Status | tex_write (Tex *t, const VfsPath &filename) |
void | WriteScreenshot (const VfsPath &extension) |
void | WriteBigScreenshot (const VfsPath &extension, int tiles) |
Variables | |
CStrW | g_CursorName |
static size_t | s_nextScreenshotNumber |
|
static |
void WriteBigScreenshot | ( | const VfsPath & | extension, |
int | tiles | ||
) |
CStrW g_CursorName |
Definition at line 31 of file Config.cpp.