Skip to content

Commit

Permalink
disable fps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzee119 committed Mar 4, 2024
1 parent 196514b commit f0a5a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ int main()
}
}

#if (1)
#if (0)
uint32_t system_used, system_total;
xbox_get_memory_usage(&system_used, &system_total);
create_label("fpsdisplay", ALIGN_BOTTOM_RIGHT, (ImVec2){MARGIN - 1, MARGIN - 1},
Expand Down

0 comments on commit f0a5a3f

Please sign in to comment.