fix pressing the power button shutting down the console instead of showing the poweroff screen (#123)

This commit is contained in:
LiquidFenrir
2017-12-31 05:01:01 +01:00
committed by Alex Taber
parent a764ea9bed
commit 841773d9e4
2 changed files with 8 additions and 7 deletions

View File

@@ -74,6 +74,4 @@ enum TextureID {
TEXTURE_ICON, // always the last
};
void exit_function(void);
#endif