Skip to content

Commit c0d5faf

Browse files
committed
Remove the usage of gskit
1 parent 235ce1e commit c0d5faf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/performance/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ EE_BIN = performance.elf
22
EE_CFLAGS := -I$(PS2SDK)/ports/include -I../shared_code/ $(EE_CFLAGS)
33
EE_CXXFLAGS := -I$(PS2SDK)/ports/include -I../shared_code/ $(EE_CXXFLAGS)
44
EE_OBJS = performance.o ../shared_code/text_stuff.o
5-
EE_LDFLAGS += -L$(PS2SDK)/ports/lib -L$(PS2DEV)/gsKit/lib
6-
EE_LIBS = -lps2glut -lps2gl -lps2stuff -lpad -ldma -lgs -lpacket -lgraph -lgskit -ldmakit
5+
EE_LDFLAGS += -L$(PS2SDK)/ports/lib
6+
EE_LIBS = -lps2glut -lps2gl -lps2stuff -lpad -ldma -lgs -lpacket -lgraph
77

88
ifeq ($(DEBUG), 1)
99
EE_CFLAGS += -D_DEBUG

examples/performance/performance.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,8 @@ void display(void)
571571
// printf("\n");
572572

573573
display_ticks = timer1->GetTicks();
574+
575+
glutSwapBuffers();
574576
}
575577

576578
void perspective(float fov, float aspect, float nearClip, float farClip)

0 commit comments

Comments
 (0)