mirror of
https://github.com/wiiu-env/ScreenshotWUPS.git
synced 2025-02-19 21:12:41 +01:00
Allow screenshot when the home menu is not available
This commit is contained in:
parent
aeb9254da7
commit
046d587ec5
@ -30,7 +30,7 @@ void NotAvailableCallback(NotificationModuleHandle handle, void *context) {
|
|||||||
|
|
||||||
void RequestScreenshot() {
|
void RequestScreenshot() {
|
||||||
NotificationModuleStatus err;
|
NotificationModuleStatus err;
|
||||||
if (gBlockScreenshots || !OSIsHomeButtonMenuEnabled()) {
|
if (gBlockScreenshots) {
|
||||||
if (!gNotAvailableNotificationDisplayed) {
|
if (!gNotAvailableNotificationDisplayed) {
|
||||||
if ((err = NotificationModule_AddErrorNotificationWithCallback("Screenshots not available at the moment.",
|
if ((err = NotificationModule_AddErrorNotificationWithCallback("Screenshots not available at the moment.",
|
||||||
NotAvailableCallback,
|
NotAvailableCallback,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user