(RGL PS3) Combine some files

This commit is contained in:
twinaphex 2013-03-26 05:31:04 +01:00
parent 83ddddf3bc
commit 2dc77c570b
6 changed files with 11556 additions and 11591 deletions

View File

@ -24,8 +24,6 @@ PPU_SRCS = $(RGL_DIR)/Utils/NameSpace.cpp \
$(RGL_DIR)/Utils/TexNameSpace.cpp \
$(RGL_DIR)/Utils/EnumMap.cpp \
$(RGL_DIR)/libelf/readelf.cpp \
$(RGL_DIR)/rgl.cpp \
$(RGL_DIR)/rgl_cg.cpp \
$(RGL_DIR)/ps3/rgl_ps3.cpp \
$(RGL_DIR)/ps3/rgl_ps3_raster.cpp

View File

@ -1,5 +1,6 @@
// This is used to make sure the pass the gpu the
// right endianness. RS
#ifndef _RGL_CONSTANTS_H
#define _RGL_CONSTANTS_H
#define RGLGCM_BIG_ENDIAN
#if RGL_ENDIAN == RGL_BIG_ENDIAN
@ -462,3 +463,5 @@ enum {
#define RGLGCM_MAX_TILED_REGIONS 15
#define RGLP_BUFFER_OBJECT_SIZE() (sizeof(rglGcmBufferObject))
#endif

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff