mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-09 09:05:26 -05:00
Implement RPi basic version-special code
This commit is contained in:
@@ -131,6 +131,9 @@ private:
|
||||
std::chrono::time_point<std::chrono::high_resolution_clock> last_draw_time;
|
||||
FPSArray poll_fps;
|
||||
std::chrono::time_point<std::chrono::high_resolution_clock> last_poll_time;
|
||||
bool triggered_poweroff;
|
||||
std::chrono::time_point<std::chrono::high_resolution_clock> last_poweroff_time;
|
||||
const float poweroff_timeout = 30.0;
|
||||
|
||||
sf::Texture in_tex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user