FF7

frame display

FF7
Apr 14th, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1.  
  2. function updatescreen()
  3. gui.text(0, 5, "Frame: " .. pcsx.framecount());
  4. end
  5.  
  6. gui.register(updatescreen);
Advertisement
Add Comment
Please, Sign In to add comment