mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- [Psy-X] move some declarations to resolve conflicts
This commit is contained in:
parent
fdb5aeacb3
commit
1ef19ddb70
@ -1,11 +1,6 @@
|
||||
#ifndef EMULATOR_GLOBALS_H
|
||||
#define EMULATOR_GLOBALS_H
|
||||
|
||||
#include "PSYX_RENDER.H"
|
||||
|
||||
extern TextureID g_whiteTexture;
|
||||
extern TextureID g_vramTexture;
|
||||
|
||||
extern int g_windowWidth;
|
||||
extern int g_windowHeight;
|
||||
extern int g_wireframeMode;
|
||||
|
@ -152,6 +152,9 @@ typedef uint ShaderID;
|
||||
#error
|
||||
#endif
|
||||
|
||||
extern TextureID g_whiteTexture;
|
||||
extern TextureID g_vramTexture;
|
||||
|
||||
extern void GR_SwapWindow();
|
||||
|
||||
// PSX VRAM operations
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
#include "PSYX_PUBLIC.H"
|
||||
#include "PSYX_GLOBALS.H"
|
||||
#include "PSYX_RENDER.H"
|
||||
|
||||
#include "../PSYX_SETUP.H"
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include "UTIL/CRASHHANDLER.H"
|
||||
|
||||
#include "LIBETC.H"
|
||||
#include "LIBGTE.H"
|
||||
#include "LIBGPU.H"
|
||||
|
||||
#include "UTIL/TIMER.H"
|
||||
|
Loading…
Reference in New Issue
Block a user