Basic controller input

This commit is contained in:
2025-05-23 21:37:19 -06:00
parent e121b6159b
commit 73f354fbfa
2 changed files with 63 additions and 2 deletions

View File

@ -187,7 +187,7 @@ void ppu_mode_hblank() {
u32 fps = frame_count;
start_timer = end;
frame_count = 0;
printf("FPS: %ld\n", fps);
//printf("FPS: %ld\n", fps);
if(cart_need_save()){
cart_battery_save();
}