libstratosphere: use from /atmosphere/libraries

This commit is contained in:
Michael Scire 2019-12-09 03:58:48 -08:00 committed by SciresM
parent 0105455086
commit d4f99ddb4d
338 changed files with 293 additions and 30662 deletions

View file

@ -38,7 +38,7 @@ TARGET := $(notdir $(CURDIR))
BUILD := build
SOURCES := src src/sdmmc src/lib src/lib/fatfs src/display
DATA := data
INCLUDES := include ../../common/include
INCLUDES := include ../../libraries/libvapours/include
#---------------------------------------------------------------------------------
# options for code generation

View file

@ -18,7 +18,7 @@
#define EXOSPHERE_EMUMMC_CONFIG_H
#include <stdint.h>
#include <atmosphere.h>
#include <vapours/ams_version.h>
/* "EFS0" */
#define MAGIC_EMUMMC_CONFIG (0x30534645)

View file

@ -18,7 +18,7 @@
#define FUSEE_EXOSPHERE_CONFIG_H
#include <stdint.h>
#include <atmosphere.h>
#include <vapours/ams_version.h>
#include "emummc_cfg.h"
/* This serves to set configuration for *exosphere itself*, separate from the SecMon Exosphere mimics. */

View file

@ -16,7 +16,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <atmosphere.h>
#include <vapours/ams_version.h>
#include "utils.h"
#include "masterkey.h"
#include "stratosphere.h"

View file

@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <atmosphere/version.h>
#include <vapours/ams_version.h>
.macro CLEAR_GPR_REG_ITER
mov r\@, #0