forked from XorTroll/uLaunch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QForegroundViewer -> uViewer, many other changes
- Loading branch information
XorTroll
committed
Nov 22, 2019
1 parent
8210c85
commit b1de9bd
Showing
70 changed files
with
98,968 additions
and
577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#include <os/os_HomeMenu.hpp> | ||
|
||
namespace os | ||
{ | ||
Result PushSystemAppletMessage(SystemAppletMessage msg) | ||
{ | ||
AppletStorage st; | ||
auto rc = appletCreateStorage(&st, sizeof(msg)); | ||
if(R_SUCCEEDED(rc)) | ||
{ | ||
rc = appletStorageWrite(&st, 0, &msg, sizeof(msg)); | ||
if(R_SUCCEEDED(rc)) appletPushToGeneralChannel(&st); | ||
appletStorageClose(&st); | ||
} | ||
return rc; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
120 changes: 0 additions & 120 deletions
120
QForegroundViewer/QForegroundViewer/ScreenshotForm.resx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.