Changeset 838
- Timestamp:
- Aug 18, 2011, 6:54:20 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/monsterz.cpp
r758 r838 26 26 #if defined __CELLOS_LV2__ 27 27 # include "ps3app.h" 28 # include "ps3input.h" 28 29 #elif defined HAVE_GLES_2X 29 30 # include "eglapp.h" … … 53 54 54 55 /* Register an input driver and some debug stuff */ 55 #if !defined HAVE_GLES_2X 56 #if defined __CELLOS_LV2__ 57 new Ps3Input(); 58 #elif !defined HAVE_GLES_2X 56 59 new SdlInput(); 57 60 #endif -
trunk/monsterz/ps3/Makefile
r833 r838 26 26 PPU_LDLIBS += -lpngdec_stub 27 27 28 # For the PadUtil lib (to remove later) 29 PPU_LDLIBS += -lpadfilter 30 PPU_CPPFLAGS += -I$(CELL_SDK)/samples/common/padutil 31 PPU_SRCS += $(CELL_SDK)/samples/common/padutil/padutil.cpp ../../src/ps3input.cpp 32 28 33 include $(CELL_SDK)/samples/sdk/graphics/psgl/MakeRules 29 34 -
trunk/src/Makefile.am
r783 r838 17 17 eglapp.cpp eglapp.h \ 18 18 \ 19 ps3app.cpp ps3app.h \ 20 \ 19 21 shader/shader.cpp shader/shader.h \ 20 22 \
Note: See TracChangeset
for help on using the changeset viewer.