Mercurial > hg > Members > kono > Cerium
comparison Renderer/Test/Makefile.cell @ 686:72d8bd31fc8c
add spe/DataLoad spe/DataUpdate
author | hiroki@localhost.localdomain |
---|---|
date | Sun, 06 Dec 2009 17:37:20 +0900 |
parents | d0b8860c17f8 |
children | 9d1bcc07734b |
comparison
equal
deleted
inserted
replaced
678:e201be3f6897 | 686:72d8bd31fc8c |
---|---|
18 cd spe; $(MAKE) | 18 cd spe; $(MAKE) |
19 | 19 |
20 run: $(TARGET) | 20 run: $(TARGET) |
21 sudo ./$(TARGET) -width 576 -height 384 -bpp 32 | 21 sudo ./$(TARGET) -width 576 -height 384 -bpp 32 |
22 run-hd: $(TARGET) | 22 run-hd: $(TARGET) |
23 sudo /usr/sbin/ps3-video-mode -v 133 | 23 sudo /usr/bin/ps3-video-mode -v 133 |
24 sudo ./$(TARGET) -video fb -width 1920 -height 1080 -bpp 32 | 24 sudo ./$(TARGET) -video fb -width 1920 -height 1080 -bpp 32 |
25 | 25 |
26 | 26 |
27 spe-main: | 27 spe-main: |
28 ln -s ../Engine/spe-main . | 28 ln -s ../Engine/spe-main . |