Changeset 121
- Timestamp:
- 04/15/07 15:40:54 (6 years ago)
- File:
-
- 1 edited
-
trunk/core/gui.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/gui.c
r104 r121 392 392 393 393 if (debug_vals_show) { 394 long v; 395 396 get_parameter_data(0x2f, &v, 4); 397 sprintf(osd_buf, "1:%8x ", v); 394 395 sprintf(osd_buf, "1:%8x ", physw_status[0]); 398 396 draw_txt_string(28, 10, osd_buf); 399 397 400 sprintf(osd_buf, "2:%8 d ", get_tick_count());398 sprintf(osd_buf, "2:%8x ", physw_status[1]); 401 399 draw_txt_string(28, 11, osd_buf); 402 400 403 sprintf(osd_buf, "3:% d %d ", state_expos_under, state_expos_over);401 sprintf(osd_buf, "3:%8x ", physw_status[2]); 404 402 draw_txt_string(28, 12, osd_buf); 405 403
Note: See TracChangeset
for help on using the changeset viewer.