Fatal: Implement basic background drawing.

This commit is contained in:
Michael Scire 2018-11-12 22:26:13 -08:00
parent caf9d11c8c
commit 9f6ff2ed6e
4 changed files with 159 additions and 4 deletions

View file

@ -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);