Applet Manager services: Difference between revisions
Line 606: | Line 606: | ||
| 90 || [4.0.0+] [[#EnableApplicationCrashReport]] || | | 90 || [4.0.0+] [[#EnableApplicationCrashReport]] || | ||
|- | |- | ||
| 100 || [5.0.0+] InitializeApplicationCopyrightFrameBuffer || | | 100 || [5.0.0+] [[#InitializeApplicationCopyrightFrameBuffer]] || | ||
|- | |- | ||
| 101 || [5.0.0+] [[#SetApplicationCopyrightImage]] || | | 101 || [5.0.0+] [[#SetApplicationCopyrightImage]] || | ||
Line 716: | Line 716: | ||
==== EnableApplicationCrashReport ==== | ==== EnableApplicationCrashReport ==== | ||
Takes an input u8 bool, no output. | Takes an input u8 bool, no output. | ||
==== InitializeApplicationCopyrightFrameBuffer ==== | |||
Takes an input TransferMemory handle, an u32 '''width''', an u32 '''height''', an u64 tmem_size, and no output. | |||
User-processes create the tmem with an user-specified buffer with permissions=0. '''width''' = 1280 and '''height''' = 720. | |||
==== SetApplicationCopyrightImage ==== | ==== SetApplicationCopyrightImage ==== |