mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Moved common includes for libapplets into a dedicated internal header + minor other changes.
This commit is contained in:
parent
9029e9f38d
commit
d94be49cb3
@ -1,8 +1,5 @@
|
||||
#include <string.h>
|
||||
#include "types.h"
|
||||
#include "result.h"
|
||||
#include "services/applet.h"
|
||||
#include "applets/libapplet.h"
|
||||
#include "libapplet_internal.h"
|
||||
#include "applets/album_la.h"
|
||||
|
||||
static Result _albumLaShow(u8 arg, bool playStartupSound) {
|
||||
|
@ -1,9 +1,5 @@
|
||||
#include <string.h>
|
||||
#include "types.h"
|
||||
#include "result.h"
|
||||
#include "services/applet.h"
|
||||
#include "services/set.h"
|
||||
#include "applets/libapplet.h"
|
||||
#include "libapplet_internal.h"
|
||||
#include "applets/error.h"
|
||||
#include "runtime/hosversion.h"
|
||||
|
||||
|
@ -1,8 +1,5 @@
|
||||
#include <string.h>
|
||||
#include "types.h"
|
||||
#include "result.h"
|
||||
#include "services/applet.h"
|
||||
#include "applets/libapplet.h"
|
||||
#include "libapplet_internal.h"
|
||||
#include "applets/friends_la.h"
|
||||
#include "runtime/hosversion.h"
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
#include <string.h>
|
||||
#include "types.h"
|
||||
#include "result.h"
|
||||
#include "libapplet_internal.h"
|
||||
#include "arm/counter.h"
|
||||
#include "services/applet.h"
|
||||
#include "applets/libapplet.h"
|
||||
|
||||
static bool g_libappletJumpFlag;
|
||||
|
||||
|
5
nx/source/applets/libapplet_internal.h
Normal file
5
nx/source/applets/libapplet_internal.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include "types.h"
|
||||
#include "result.h"
|
||||
#include "services/applet.h"
|
||||
#include "applets/libapplet.h"
|
@ -1,8 +1,5 @@
|
||||
#include <string.h>
|
||||
#include "types.h"
|
||||
#include "result.h"
|
||||
#include "services/applet.h"
|
||||
#include "applets/libapplet.h"
|
||||
#include "libapplet_internal.h"
|
||||
#include "applets/pctlauth.h"
|
||||
#include "runtime/hosversion.h"
|
||||
|
||||
|
@ -1,10 +1,7 @@
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include "types.h"
|
||||
#include "result.h"
|
||||
#include "services/applet.h"
|
||||
#include "applets/libapplet.h"
|
||||
#include "libapplet_internal.h"
|
||||
#include "applets/swkbd.h"
|
||||
#include "runtime/hosversion.h"
|
||||
#include "runtime/util/utf.h"
|
||||
|
@ -1,9 +1,6 @@
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include "types.h"
|
||||
#include "result.h"
|
||||
#include "services/applet.h"
|
||||
#include "applets/libapplet.h"
|
||||
#include "libapplet_internal.h"
|
||||
#include "applets/web.h"
|
||||
#include "runtime/hosversion.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user