Changeset 1106 for trunk/src/platform/ps3
- Timestamp:
- Dec 7, 2011, 2:06:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/platform/ps3/ps3app.cpp
r1063 r1106 119 119 while (!Ticker::Finished()) 120 120 { 121 /* Tick the game */122 Ticker::TickGame();123 124 121 /* Tick the renderer, show the frame and clamp to desired framerate. */ 125 122 Ticker::TickDraw(); … … 131 128 cellSysutilCheckCallback(); 132 129 #endif 133 134 Ticker::ClampFps();135 130 } 136 131 }
Note: See TracChangeset
for help on using the changeset viewer.