Add border to indicate taking screenshot

Originally, I was thinking of adding a notification text that you took a
screenshot, but this is better because it is language-agnostic and it
doesn't contribute to potential UI clutter/clashing.

It flashes yellow if the screenshot successfully saved, and red if it
didn't.
This commit is contained in:
Misa
2024-01-09 10:55:00 -08:00
committed by Misa Elizabeth Kai
parent 93ec2c6cca
commit 40f6f83328
5 changed files with 58 additions and 1 deletions

View File

@@ -364,6 +364,10 @@ void Game::init(void)
old_mode_indicator_timer = 0;
mode_indicator_timer = 0;
old_screenshot_border_timer = 0;
screenshot_border_timer = 0;
screenshot_saved_success = false;
setdefaultcontrollerbuttons();
}