mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 14:44:23 -04:00
Fatal: Implement basic background drawing.
This commit is contained in:
parent
caf9d11c8c
commit
9f6ff2ed6e
4 changed files with 159 additions and 4 deletions
|
@ -39,8 +39,8 @@ extern "C" {
|
|||
char nx_inner_heap[INNER_HEAP_SIZE];
|
||||
|
||||
u32 __nx_nv_transfermem_size = 0x40000;
|
||||
ViServiceType __nx_gfx_vi_service_type = ViServiceType_Manager;
|
||||
|
||||
ViLayerFlags __nx_vi_stray_layer_flags = (ViLayerFlags)0;
|
||||
|
||||
void __libnx_initheap(void);
|
||||
void __appInit(void);
|
||||
void __appExit(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue